DocumentTranslationFileFormat 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.
Possible file formats supported by the Document Translation service.
public class DocumentTranslationFileFormat
public class DocumentTranslationFileFormat : System.ClientModel.Primitives.IJsonModel<Azure.AI.Translation.Document.DocumentTranslationFileFormat>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Translation.Document.DocumentTranslationFileFormat>
type DocumentTranslationFileFormat = class
type DocumentTranslationFileFormat = class
interface IJsonModel<DocumentTranslationFileFormat>
interface IPersistableModel<DocumentTranslationFileFormat>
Public Class DocumentTranslationFileFormat
Public Class DocumentTranslationFileFormat
Implements IJsonModel(Of DocumentTranslationFileFormat), IPersistableModel(Of DocumentTranslationFileFormat)
- Inheritance
-
DocumentTranslationFileFormat
- Implements
Properties
ContentTypes |
Supported Content-Types for this format. |
DefaultFormatVersion |
Default format version if none is specified. |
FileExtensions |
Supported file extension for this format. |
Format |
Name of the format. |
FormatVersions |
Supported format versions. |
Type |
Supported Type for this format. |
Explicit Interface Implementations
IJsonModel<DocumentTranslationFileFormat>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DocumentTranslationFileFormat>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DocumentTranslationFileFormat>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DocumentTranslationFileFormat>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DocumentTranslationFileFormat>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET