DocumentTranslationFileFormat Class

Possible file formats supported by the Document Translation service.

Inheritance
builtins.object
DocumentTranslationFileFormat

Constructor

DocumentTranslationFileFormat(**kwargs: Any)

Variables

file_format
str

Name of the format.

file_extensions
list[str]

Supported file extension for this format.

content_types
list[str]

Supported Content-Types for this format.

format_versions
list[str]

Supported Version.

default_format_version
str

Default format version if none is specified.