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


ExportedCustomEntityRecognitionProjectAsset Class

Definition

Represents the exported assets for a entity recognition project.

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

Constructors

ExportedCustomEntityRecognitionProjectAsset()

Initializes a new instance of ExportedCustomEntityRecognitionProjectAsset.

Properties

Documents

The list of documents belonging to the project.

Entities

The list of entities belonging to the project.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExportedCustomEntityRecognitionProjectAsset>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExportedCustomEntityRecognitionProjectAsset>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<TextAuthoringExportedProjectAsset>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from TextAuthoringExportedProjectAsset)
IJsonModel<TextAuthoringExportedProjectAsset>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from TextAuthoringExportedProjectAsset)
IPersistableModel<ExportedCustomEntityRecognitionProjectAsset>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportedCustomEntityRecognitionProjectAsset>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExportedCustomEntityRecognitionProjectAsset>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<TextAuthoringExportedProjectAsset>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from TextAuthoringExportedProjectAsset)
IPersistableModel<TextAuthoringExportedProjectAsset>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from TextAuthoringExportedProjectAsset)
IPersistableModel<TextAuthoringExportedProjectAsset>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from TextAuthoringExportedProjectAsset)

Applies to