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


TextAuthoringExportedProject Class

Definition

Represents an exported project.

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

Constructors

TextAuthoringExportedProject(String, StringIndexType, TextAuthoringCreateProjectDetails)

Initializes a new instance of TextAuthoringExportedProject.

Properties

Assets

Represents the project assets. Please note TextAuthoringExportedProjectAsset is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ExportedCustomAbstractiveSummarizationProjectAsset, ExportedCustomEntityRecognitionProjectAsset, ExportedCustomHealthcareProjectAsset, ExportedCustomMultiLabelClassificationProjectAsset, ExportedCustomSingleLabelClassificationProjectAsset and CustomTextSentimentProjectAssets.

Metadata

Represents the project metadata.

ProjectFileVersion

The version of the exported file.

StringIndexType

Specifies the method used to interpret string offsets. For additional information see https://aka.ms/text-analytics-offsets.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TextAuthoringExportedProject>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TextAuthoringExportedProject>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TextAuthoringExportedProject>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextAuthoringExportedProject>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TextAuthoringExportedProject>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to