Package version:

Interface QueryResultDocumentRerankerInput

The raw concatenated strings that were sent to the semantic enrichment process.

interface QueryResultDocumentRerankerInput {
    content?: string;
    keywords?: string;
    title?: string;
}

Properties

content?: string

The raw concatenated strings for the content fields that were used for semantic enrichment. NOTE: This property will not be serialized. It can only be populated by the server.

keywords?: string

The raw concatenated strings for the keyword fields that were used for semantic enrichment. NOTE: This property will not be serialized. It can only be populated by the server.

title?: string

The raw string for the title field that was used for semantic enrichment. NOTE: This property will not be serialized. It can only be populated by the server.