Share via


QueryResultDocumentRerankerInput Class

Definition

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

public class QueryResultDocumentRerankerInput : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Models.QueryResultDocumentRerankerInput>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Models.QueryResultDocumentRerankerInput>
type QueryResultDocumentRerankerInput = class
    interface IJsonModel<QueryResultDocumentRerankerInput>
    interface IPersistableModel<QueryResultDocumentRerankerInput>
Public Class QueryResultDocumentRerankerInput
Implements IJsonModel(Of QueryResultDocumentRerankerInput), IPersistableModel(Of QueryResultDocumentRerankerInput)
Inheritance
QueryResultDocumentRerankerInput
Implements

Properties

Content

The raw concatenated strings for the content fields that were used for semantic enrichment.

Keywords

The raw concatenated strings for the keyword fields that were used for semantic enrichment.

Title

The raw string for the title field that was used for semantic enrichment.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<QueryResultDocumentRerankerInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<QueryResultDocumentRerankerInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<QueryResultDocumentRerankerInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<QueryResultDocumentRerankerInput>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<QueryResultDocumentRerankerInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to