Share via


DocumentTranslationClient.GetSupportedGlossaryFormats Method

Definition

Get the list of the glossary formats supported by the Document Translation service.

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))

Parameters

cancellationToken
CancellationToken

A CancellationToken controlling the request lifetime.

Returns

Applies to