Interface ExtractionResult

interface ExtractionResult {
    entities: GraphEntity[];
    relationships: GraphRelationship[];
    sourceDocumentId: string;
}

Properties

entities: GraphEntity[]
relationships: GraphRelationship[]
sourceDocumentId: string