TextTranslationTranslateOptions.SourceLanguage Property
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.
Specifies the language of the input text. Find which languages are available to translate from by looking up supported languages using the translation scope. If the from parameter isn't specified, automatic language detection is applied to determine the source language.
You must use the from parameter rather than autodetection when using the dynamic dictionary feature. Note: the dynamic dictionary feature is case-sensitive.
public string SourceLanguage { get; set; }
member this.SourceLanguage : string with get, set
Public Property SourceLanguage As String
Property Value
Applies to
Azure SDK for .NET