Additional configuration settings for the Semantic KVP model.

interface TextClassificationSemanticConfig {
    schemas?: TextExtractionSchema[];
    schemas_merge_strategy?: string;
}

Properties

Specifies custom schemas that should be used for semantic KVP extraction, outside the predefined schemas.

schemas_merge_strategy?: string

Sets the merge strategy of the predefined and user defined input schemas.