Compartir a través de


CustomSummarizationOperationResult Class

Definition

Result for the custom summarization task on the conversation.

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

Properties

LastUpdateDateTime

The last updated time in UTC for the task.

(Inherited from AnalyzeConversationOperationResult)
Name

task name.

(Inherited from AnalyzeConversationOperationResult)
Results

Custom Summary Result.

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<CustomSummarizationOperationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomSummarizationOperationResult>.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<CustomSummarizationOperationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomSummarizationOperationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomSummarizationOperationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to