Share via


EntityActionResultWithMetadata Class

Definition

Entity documents result with metadata.

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

Properties

Name Description
Entities

Recognized entities in the document.

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.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<EntityActionResultWithMetadata>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EntityActionResultWithMetadata>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EntityActionResultWithMetadata>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EntityActionResultWithMetadata>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to