AITranslationTextModelFactory
BackTranslation(String, String, Int32, Int32)
BreakSentenceItem(DetectedLanguage, IEnumerable<Int32>)
DetectedLanguage(String, Single)
DictionaryExample(String, String, String, String, String, String)
DictionaryExampleItem(String, String, IEnumerable<DictionaryExample>)
DictionaryLookupItem(String, String, IEnumerable<DictionaryTranslation>)
DictionaryTranslation(String, String, String, Single, String, IEnumerable<BackTranslation>)
GetSupportedLanguagesResult(IReadOnlyDictionary<String, TranslationLanguage>, IReadOnlyDictionary<String, TransliterationLanguage>, IReadOnlyDictionary<String, SourceDictionaryLanguage>)
LanguageScript(String, String, String, LanguageDirectionality)
SentenceBoundaries(IEnumerable<Int32>, IEnumerable<Int32>)
SourceDictionaryLanguage(String, String, LanguageDirectionality, IEnumerable<TargetDictionaryLanguage>)
SourceText(String)
TargetDictionaryLanguage(String, String, LanguageDirectionality, String)
TranslatedTextAlignment(String)
TranslatedTextItem(DetectedLanguage, IEnumerable<TranslationText>, SourceText)
TranslationLanguage(String, String, LanguageDirectionality)
TranslationText(String, String, TransliteratedText, TranslatedTextAlignment, SentenceBoundaries)
TransliterableScript(String, String, String, LanguageDirectionality, IEnumerable<LanguageScript>)
TransliteratedText(String, String)
TransliterationLanguage(String, String, IEnumerable<TransliterableScript>)
netcoreapp2.0
namespace Azure.AI.Translation.Text
{
public static class AITranslationTextModelFactory
{
public static TargetDictionaryLanguage TargetDictionaryLanguage(string name = null, string nativeName = null, LanguageDirectionality directionality = LanguageDirectionality.LeftToRight, string code = null);
}
}
.NET | 5.06.07.08.09.010.0 |
---|---|
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to netcoreapp2.0 | |
Assembly | Azure.AI.Translation.Text , Version=1.0.0.0, PublicKeyToken=92742159e12e44c8 |
Referencing | Your project needs a package reference to |
Package | Azure.AI.Translation.Text (1.0.0) netstandard2.0 |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API