AITranslationTextModelFactory.GetSupportedLanguagesResult Method
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.
Initializes a new instance of GetSupportedLanguagesResult.
public static Azure.AI.Translation.Text.GetSupportedLanguagesResult GetSupportedLanguagesResult (System.Collections.Generic.IReadOnlyDictionary<string,Azure.AI.Translation.Text.TranslationLanguage> translation = default, System.Collections.Generic.IReadOnlyDictionary<string,Azure.AI.Translation.Text.TransliterationLanguage> transliteration = default, System.Collections.Generic.IReadOnlyDictionary<string,Azure.AI.Translation.Text.SourceDictionaryLanguage> dictionary = default);
static member GetSupportedLanguagesResult : System.Collections.Generic.IReadOnlyDictionary<string, Azure.AI.Translation.Text.TranslationLanguage> * System.Collections.Generic.IReadOnlyDictionary<string, Azure.AI.Translation.Text.TransliterationLanguage> * System.Collections.Generic.IReadOnlyDictionary<string, Azure.AI.Translation.Text.SourceDictionaryLanguage> -> Azure.AI.Translation.Text.GetSupportedLanguagesResult
Public Shared Function GetSupportedLanguagesResult (Optional translation As IReadOnlyDictionary(Of String, TranslationLanguage) = Nothing, Optional transliteration As IReadOnlyDictionary(Of String, TransliterationLanguage) = Nothing, Optional dictionary As IReadOnlyDictionary(Of String, SourceDictionaryLanguage) = Nothing) As GetSupportedLanguagesResult
Parameters
- translation
- IReadOnlyDictionary<String,TranslationLanguage>
Languages that support translate API.
- transliteration
- IReadOnlyDictionary<String,TransliterationLanguage>
Languages that support transliteration API.
- dictionary
- IReadOnlyDictionary<String,SourceDictionaryLanguage>
Languages that support dictionary API.
Returns
A new GetSupportedLanguagesResult instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET