Поделиться через


ExportedDocumentEntityLabel Class

Definition

Represents an entity label for a document.

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

Constructors

ExportedDocumentEntityLabel()

Initializes a new instance of ExportedDocumentEntityLabel.

Properties

Category

The entity category.

Length

Length for the entity text.

Offset

Start position for the entity text.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExportedDocumentEntityLabel>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExportedDocumentEntityLabel>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExportedDocumentEntityLabel>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportedDocumentEntityLabel>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExportedDocumentEntityLabel>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to