DocumentTranslationOperation Constructors
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.
Overloads
DocumentTranslationOperation() |
Protected constructor to allow mocking. |
DocumentTranslationOperation(String, DocumentTranslationClient) |
Initializes a new instance of the DocumentTranslationOperation class. |
DocumentTranslationOperation()
Protected constructor to allow mocking.
protected DocumentTranslationOperation ();
Protected Sub New ()
Applies to
DocumentTranslationOperation(String, DocumentTranslationClient)
Initializes a new instance of the DocumentTranslationOperation class.
public DocumentTranslationOperation (string translationId, Azure.AI.Translation.Document.DocumentTranslationClient client);
new Azure.AI.Translation.Document.DocumentTranslationOperation : string * Azure.AI.Translation.Document.DocumentTranslationClient -> Azure.AI.Translation.Document.DocumentTranslationOperation
Public Sub New (translationId As String, client As DocumentTranslationClient)
Parameters
- translationId
- String
The translation ID of this operation.
- client
- DocumentTranslationClient
The client used to check for completion.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET