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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET