次の方法で共有


DocumentTranslationClient.GetSupportedDocumentFormatsAsync メソッド

定義

ドキュメント翻訳サービスでサポートされているドキュメント形式の一覧を取得します。

public virtual System.Threading.Tasks.Task<Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.AI.Translation.Document.DocumentTranslationFileFormat>>> GetSupportedDocumentFormatsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSupportedDocumentFormatsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.AI.Translation.Document.DocumentTranslationFileFormat>>>
override this.GetSupportedDocumentFormatsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.AI.Translation.Document.DocumentTranslationFileFormat>>>
Public Overridable Function GetSupportedDocumentFormatsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of IReadOnlyList(Of DocumentTranslationFileFormat)))

パラメーター

cancellationToken
CancellationToken

CancellationToken要求の有効期間を制御する 。

戻り値

適用対象