Share via


SupportedFileFormats Class

Definition

List of supported file formats.

public class SupportedFileFormats : System.ClientModel.Primitives.IJsonModel<Azure.AI.Translation.Document.SupportedFileFormats>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Translation.Document.SupportedFileFormats>
type SupportedFileFormats = class
    interface IJsonModel<SupportedFileFormats>
    interface IPersistableModel<SupportedFileFormats>
Public Class SupportedFileFormats
Implements IJsonModel(Of SupportedFileFormats), IPersistableModel(Of SupportedFileFormats)
Inheritance
SupportedFileFormats
Implements

Properties

Value

list of objects.

Explicit Interface Implementations

IJsonModel<SupportedFileFormats>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SupportedFileFormats>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SupportedFileFormats>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SupportedFileFormats>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SupportedFileFormats>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to