Share via


EntitiesResult Class

Definition

Contains the entity recognition task result.

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

Properties

Documents

Response by document.

Errors

Errors by document id.

ModelVersion

This field indicates which model is used for scoring.

Statistics

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

Explicit Interface Implementations

IJsonModel<EntitiesResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EntitiesResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EntitiesResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EntitiesResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EntitiesResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to