Share via


SummarizationOperationResult Class

Definition

Result for the summarization task on the conversation.

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

Properties

LastUpdateDateTime

The last updated time in UTC for the task.

(Inherited from AnalyzeConversationOperationResult)
Name

task name.

(Inherited from AnalyzeConversationOperationResult)
Results

results.

Status

The status of the task at the mentioned last update time.

(Inherited from AnalyzeConversationOperationResult)

Explicit Interface Implementations

IJsonModel<AnalyzeConversationOperationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from AnalyzeConversationOperationResult)
IJsonModel<AnalyzeConversationOperationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from AnalyzeConversationOperationResult)
IJsonModel<SummarizationOperationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SummarizationOperationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalyzeConversationOperationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from AnalyzeConversationOperationResult)
IPersistableModel<AnalyzeConversationOperationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from AnalyzeConversationOperationResult)
IPersistableModel<AnalyzeConversationOperationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from AnalyzeConversationOperationResult)
IPersistableModel<SummarizationOperationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SummarizationOperationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SummarizationOperationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to