Package version:

Interface QueryResultDocumentSemanticField

Description of fields that were sent to the semantic enrichment process, as well as how they were used

interface QueryResultDocumentSemanticField {
    name?: string;
    state?: string;
}

Properties

Properties

name?: string

The name of the field that was sent to the semantic enrichment process NOTE: This property will not be serialized. It can only be populated by the server.

state?: string

The way the field was used for the semantic enrichment process (fully used, partially used, or unused) NOTE: This property will not be serialized. It can only be populated by the server.