QueryResultDocumentRerankerInput interface
The raw concatenated strings that were sent to the semantic enrichment process.
Properties
| content | 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 | 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 | 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. |
Property Details
content
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.
content?: string
Property Value
string
keywords
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.
keywords?: string
Property Value
string
title
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.
title?: string
Property Value
string