ExportedCustomHealthcareDocument Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an exported document for a CustomHealthcare project.
public class ExportedCustomHealthcareDocument : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.Authoring.ExportedCustomHealthcareDocument>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.Authoring.ExportedCustomHealthcareDocument>
type ExportedCustomHealthcareDocument = class
interface IJsonModel<ExportedCustomHealthcareDocument>
interface IPersistableModel<ExportedCustomHealthcareDocument>
Public Class ExportedCustomHealthcareDocument
Implements IJsonModel(Of ExportedCustomHealthcareDocument), IPersistableModel(Of ExportedCustomHealthcareDocument)
- Inheritance
-
ExportedCustomHealthcareDocument
- Implements
Constructors
ExportedCustomHealthcareDocument() |
Initializes a new instance of ExportedCustomHealthcareDocument. |
Properties
Dataset |
The dataset for this document. Allowed values are 'Train' and 'Test'. |
Entities |
The list of entity labels belonging to the document. |
Language |
Represents the document language. This is BCP-47 representation of a language. For example, use "en" for English, "en-gb" for English (UK), "es" for Spanish etc. |
Location |
The location of the document in the storage. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ExportedCustomHealthcareDocument>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ExportedCustomHealthcareDocument>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ExportedCustomHealthcareDocument>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ExportedCustomHealthcareDocument>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ExportedCustomHealthcareDocument>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |