![]() |
AT&T API Platform SDK for Microsoft®
2.3.2
Wrapper classes that allow developers to build robust applications using .NET
|
The X-Arg header field is a meta parameter that can be used to define multiple parameter name/value pairs. More...
Public Member Functions | |
override string | ToString () |
Returns the string representation of X-Arg members. | |
Properties | |
string | AppId [get, set] |
Gets or sets AppId. An opaque token representing the client application. | |
string | OrgId [get, set] |
Gets or sets OrgId. An opaque token representing the developer organization of the client application. | |
string | VoiceName [get, set] |
Gets or sets VoiceName. May be defined as one of the following values: ‘crystal’ F en-US ‘mike’ M en-US ‘rosa’ F es-US ‘alberto’ M es-US The default value is ‘crystal’. | |
string | ClientApp [get, set] |
Gets or sets ClientApp. Application Name. | |
string | ClientVersion [get, set] |
Gets or sets ClientVersion. Version ID of the App. | |
string | ClientScreen [get, set] |
Gets or sets ClientScreen. A string representing the application's focus UI screen/widget for this request. | |
int | Volume [get, set] |
Gets or sets Volume. May be defined in the following range: [0, 500]. 100 is the default volume. | |
int | Tempo [get, set] |
Gets or sets Tempo. May be defined in the following range:[-18, 18]. 0 is the default rate of word output. Lower (negative) values produce fewer words per second, higher values produce more words per second. This parameter is not related to the output audio sample rate. |
The X-Arg header field is a meta parameter that can be used to define multiple parameter name/value pairs.
override string ATT_MSSDK.TextToSpeechv1.XArgs.ToString | ( | ) |
Returns the string representation of X-Arg members.
string ATT_MSSDK.TextToSpeechv1.XArgs.AppId [get, set] |
Gets or sets AppId. An opaque token representing the client application.
string ATT_MSSDK.TextToSpeechv1.XArgs.ClientApp [get, set] |
Gets or sets ClientApp. Application Name.
string ATT_MSSDK.TextToSpeechv1.XArgs.ClientScreen [get, set] |
Gets or sets ClientScreen. A string representing the application's focus UI screen/widget for this request.
string ATT_MSSDK.TextToSpeechv1.XArgs.ClientVersion [get, set] |
Gets or sets ClientVersion. Version ID of the App.
string ATT_MSSDK.TextToSpeechv1.XArgs.OrgId [get, set] |
Gets or sets OrgId. An opaque token representing the developer organization of the client application.
int ATT_MSSDK.TextToSpeechv1.XArgs.Tempo [get, set] |
Gets or sets Tempo. May be defined in the following range:[-18, 18]. 0 is the default rate of word output. Lower (negative) values produce fewer words per second, higher values produce more words per second. This parameter is not related to the output audio sample rate.
string ATT_MSSDK.TextToSpeechv1.XArgs.VoiceName [get, set] |
Gets or sets VoiceName. May be defined as one of the following values: ‘crystal’ F en-US ‘mike’ M en-US ‘rosa’ F es-US ‘alberto’ M es-US The default value is ‘crystal’.
int ATT_MSSDK.TextToSpeechv1.XArgs.Volume [get, set] |
Gets or sets Volume. May be defined in the following range: [0, 500]. 100 is the default volume.