共用方式為


AITranslationTextModelFactory Class

Definition

Model factory for models.

public static class AITranslationTextModelFactory
type AITranslationTextModelFactory = class
Public Class AITranslationTextModelFactory
Inheritance
AITranslationTextModelFactory

Methods

BackTranslation(String, String, Int32, Int32)

Initializes a new instance of BackTranslation.

BreakSentenceItem(DetectedLanguage, IEnumerable<Int32>)

Initializes a new instance of BreakSentenceItem.

DetectedLanguage(String, Single)

Initializes a new instance of DetectedLanguage.

DictionaryExample(String, String, String, String, String, String)

Initializes a new instance of DictionaryExample.

DictionaryExampleItem(String, String, IEnumerable<DictionaryExample>)

Initializes a new instance of DictionaryExampleItem.

DictionaryLookupItem(String, String, IEnumerable<DictionaryTranslation>)

Initializes a new instance of DictionaryLookupItem.

DictionaryTranslation(String, String, String, Single, String, IEnumerable<BackTranslation>)

Initializes a new instance of DictionaryTranslation.

GetSupportedLanguagesResult(IReadOnlyDictionary<String,TranslationLanguage>, IReadOnlyDictionary<String,TransliterationLanguage>, IReadOnlyDictionary<String, SourceDictionaryLanguage>)

Initializes a new instance of GetSupportedLanguagesResult.

LanguageScript(String, String, String, LanguageDirectionality)

Initializes a new instance of LanguageScript.

SentenceBoundaries(IEnumerable<Int32>, IEnumerable<Int32>)

Initializes a new instance of SentenceBoundaries.

SourceDictionaryLanguage(String, String, LanguageDirectionality, IEnumerable<TargetDictionaryLanguage>)

Initializes a new instance of SourceDictionaryLanguage.

SourceText(String)

Initializes a new instance of SourceText.

TargetDictionaryLanguage(String, String, LanguageDirectionality, String)

Initializes a new instance of TargetDictionaryLanguage.

TranslatedTextAlignment(String)

Initializes a new instance of TranslatedTextAlignment.

TranslatedTextItem(DetectedLanguage, IEnumerable<TranslationText>, SourceText)

Initializes a new instance of TranslatedTextItem.

TranslationLanguage(String, String, LanguageDirectionality)

Initializes a new instance of TranslationLanguage.

TranslationText(String, String, TransliteratedText, TranslatedTextAlignment, SentenceBoundaries)

Initializes a new instance of TranslationText.

TransliterableScript(String, String, String, LanguageDirectionality, IEnumerable<LanguageScript>)

Initializes a new instance of TransliterableScript.

TransliteratedText(String, String)

Initializes a new instance of TransliteratedText.

TransliterationLanguage(String, String, IEnumerable<TransliterableScript>)

Initializes a new instance of TransliterationLanguage.

Applies to