次の方法で共有


DocumentTranslationClient.GetSupportedGlossaryFormats メソッド

定義

Document Translation サービスでサポートされている用語集の形式の一覧を取得します。

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象