Compartir a través de


SummaryResult Class

Definition

Summary Results.

public class SummaryResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Models.SummaryResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Models.SummaryResult>
type SummaryResult = class
    interface IJsonModel<SummaryResult>
    interface IPersistableModel<SummaryResult>
Public Class SummaryResult
Implements IJsonModel(Of SummaryResult), IPersistableModel(Of SummaryResult)
Inheritance
SummaryResult
Implements

Properties

Conversations

array of conversations.

Errors

Errors by document id.

ModelVersion

This field indicates which model is used for scoring.

Statistics

statistics.

Explicit Interface Implementations

IJsonModel<SummaryResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SummaryResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SummaryResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SummaryResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SummaryResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to