Partager via


CustomEntitiesResult Class

Definition

Contains the list of detected custom entities result for the documents.

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

Properties

DeploymentName

This field indicates the deployment name for the model.

Documents

Enumeration of the document results.

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CustomEntitiesResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomEntitiesResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomEntitiesResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomEntitiesResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomEntitiesResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to