Share via


CustomAbstractiveSummarizationResult Class

Definition

An object representing the custom summarization results of each document.

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

Properties

DeploymentName

This field indicates the deployment name for the model.

Documents

Response by document.

Errors

Errors by document id.

ProjectName

This field indicates the project name for the model.

Statistics

if showStats=true was specified in the request this field will contain information about the request payload.

Explicit Interface Implementations

IJsonModel<CustomAbstractiveSummarizationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomAbstractiveSummarizationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomAbstractiveSummarizationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomAbstractiveSummarizationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomAbstractiveSummarizationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to