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>)
net10.0
namespace Azure.AI.Translation.Text
{
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This class is deprecated. Use TranslationTextModelFactory instead.")]
public static class AITranslationTextModelFactory
{
public static DictionaryExample DictionaryExample(string sourcePrefix = null, string sourceTerm = null, string sourceSuffix = null, string targetPrefix = null, string targetTerm = null, string targetSuffix = null);
}
}
| .NET | 8.09.010.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Azure.AI.Translation.Text , Version=2.0.0.0, PublicKeyToken=92742159e12e44c8 |
| Referencing | Your project needs a package reference to |
| Package | Azure.AI.Translation.Text (2.0.0-beta.1) net10.0 |
| Preview | This API is contained in a prerelease package. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API