Azure.AI.Translation.Document Namespace
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.
Classes
| Name | Description |
|---|---|
| AzureAITranslationDocumentContext |
Context class which will be filled in by the System.ClientModel.SourceGeneration. For more information https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/System.ClientModel/src/docs/ModelReaderWriterContext.md |
| BatchOptions |
Translation batch request options. |
| DocumentFilterOrder |
A class which defines sorting options used in listing all document statuses for a certain translation operation. |
| DocumentStatusResult |
Status information about a particular document within a translation operation. |
| DocumentTranslateContent |
Document Translate Request Content. |
| DocumentTranslationClient |
The DocumentTranslationClient. |
| DocumentTranslationClientHostExtensions |
Extension methods to add DocumentTranslationClient to an IHostApplicationBuilder. |
| DocumentTranslationClientOptions |
Options that allow to configure the management of the request sent to the service. |
| DocumentTranslationClientSettings |
Represents the settings used to configure a DocumentTranslationClient that can be loaded from an IConfigurationSection. |
| DocumentTranslationFileFormat |
Possible file formats supported by the Document Translation service. |
| DocumentTranslationInput |
Input for a translation operation. This requires that you have your source document or documents in an Azure Blob Storage container. The source document(s) are translated and written to the location provided in the TranslationTarget. |
| DocumentTranslationModelFactory |
Model factory that enables mocking for the Document Translation Library. |
| DocumentTranslationOperation |
Tracks the status of a long-running operation for translating documents. |
| GetDocumentStatusesOptions |
A class which defines filtering and ordering options for listing all document statuses for a certain translation operation. |
| GetTranslationStatusesOptions |
A class which defines filtering and ordering options for listing all submitted translation operations. |
| MultipartFormFileData |
Represent a multipart form file data. |
| SingleDocumentTranslationClient |
The SingleDocumentTranslationClient. |
| SingleDocumentTranslationClientHostExtensions |
Extension methods to add SingleDocumentTranslationClient to an IHostApplicationBuilder. |
| SingleDocumentTranslationClientSettings |
Represents the settings used to configure a SingleDocumentTranslationClient that can be loaded from an IConfigurationSection. |
| StartTranslationDetails |
Translation job submission batch request. |
| SupportedFileFormats |
List of supported file formats. |
| TranslationBatch |
Translation job submission batch request. |
| TranslationFilterOrder |
A class which defines sorting options used in listing all submitted translation operations. |
| TranslationGlossary |
Glossary / translation memory for the request. |
| TranslationSource |
Source of the input documents. |
| TranslationStatusResult |
Translation job status response. |
| TranslationTarget |
Destination for the finished translated documents. |
Structs
| Name | Description |
|---|---|
| DocumentTranslationAudience |
Cloud audiences available for the Azure Document Translation Service. |
| DocumentTranslationStatus |
List of possible statuses for a translation operation or for a document. |
| FileFormatType |
Format types. |
| TranslationStorageSource |
Storage Source. |
Enums
| Name | Description |
|---|---|
| DocumentFilterProperty |
An enum listing the supported properties that can be used in sorting when listing all document statuses for a certain translation operation. |
| DocumentTranslationClientOptions.ServiceVersion |
The version of the service to use. |
| StorageInputUriKind |
Storage URI kind of the input documents source. |
| TranslationFilterProperty |
An enum listing the supported properties that can be used in sorting when listing all submitted translation operations. |