Share via


SummaryResultItem Class

Definition

Summary Result Item.

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

Properties

Name Description
Aspect

aspect.

Contexts

Context list of the summary.

Text

text.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<SummaryResultItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SummaryResultItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SummaryResultItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SummaryResultItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SummaryResultItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to