TextTranslationTransliterateOptions Class
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.
Client options for TextTranslationClient.Transliterate
public class TextTranslationTransliterateOptions
type TextTranslationTransliterateOptions = class
Public Class TextTranslationTransliterateOptions
- Inheritance
-
TextTranslationTransliterateOptions
Constructors
TextTranslationTransliterateOptions(String, String, String, IEnumerable<String>, Guid) |
Initializes new instance of TextTranslationTransliterateOptions. |
TextTranslationTransliterateOptions(String, String, String, String, Guid) |
Initializes new instance of TextTranslationTransliterateOptions. |
Properties
ClientTraceId |
A client-generated GUID to uniquely identify the request. |
Content |
Array of the text to be transliterated. |
FromScript |
Specifies the script used by the input text. Look up supported languages using the transliteration scope, to find input scripts available for the selected language. |
Language |
Specifies the language of the text to convert from one script to another. Possible languages are listed in the transliteration scope obtained by querying the service for its supported languages. |
ToScript |
Specifies the output script. Look up supported languages using the transliteration scope, to find output scripts available for the selected combination of input language and input script. |
Applies to
Azure SDK for .NET