Azure.AI.Translation.Document_1.0.0-beta.4
Pre-release
Pre-release
1.0.0-beta.4 (2021-08-10)
Features Added
- Added filtering options to methods
GetAllTranslationStatuses
,GetAllDocumentStatuses
and their async equivalent. - Added
DocumentTranslationModelFactory
static class to support mocking model types.
Breaking Changes
- Properties
Suffix
andPrefix
are now available underTranslationSource
instead of in typeDocumentFilter
. - Type
DocumentTranslationError
is now a struct. - Type
StorageInputType
is now a regular enum instead of an extensible enum.