次の方法で共有


DynamicClassificationDocumentResult Class

Definition

Contains the Dynamic Classification document result.

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

Properties

Classifications

Array of classification results.

Id

Unique, non-empty document identifier.

Statistics

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

Warnings

Warnings encountered while processing document.

Explicit Interface Implementations

IJsonModel<DynamicClassificationDocumentResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DynamicClassificationDocumentResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DynamicClassificationDocumentResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DynamicClassificationDocumentResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DynamicClassificationDocumentResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to