AT&T API Platform SDK for Microsoft®  2.3.2
Wrapper classes that allow developers to build robust applications using .NET
 All Classes Namespaces Functions Enumerations Enumerator Properties Groups Pages
ATT_MSSDK.TextToSpeechv1.XArgs Class Reference

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 More...
 

Properties

string AppId [get, set]
 Gets or sets AppId. An opaque token representing the client application. More...
 
string OrgId [get, set]
 Gets or sets OrgId. An opaque token representing the developer organization of the client application. More...
 
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’. More...
 
string ClientApp [get, set]
 Gets or sets ClientApp. Application Name More...
 
string ClientVersion [get, set]
 Gets or sets ClientVersion. Version ID of the App. More...
 
string ClientScreen [get, set]
 Gets or sets ClientScreen. A string representing the application's focus UI screen/widget for this request. More...
 
int Volume [get, set]
 Gets or sets Volume. May be defined in the following range: [0, 500]. 100 is the default volume. More...
 
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 More...
 

Detailed Description

The X-Arg header field is a meta parameter that can be used to define multiple parameter name/value pairs.

Member Function Documentation

override string ATT_MSSDK.TextToSpeechv1.XArgs.ToString ( )

Returns the string representation of X-Arg members

Returns
string

Property Documentation

string ATT_MSSDK.TextToSpeechv1.XArgs.AppId
getset

Gets or sets AppId. An opaque token representing the client application.

string ATT_MSSDK.TextToSpeechv1.XArgs.ClientApp
getset

Gets or sets ClientApp. Application Name

string ATT_MSSDK.TextToSpeechv1.XArgs.ClientScreen
getset

Gets or sets ClientScreen. A string representing the application's focus UI screen/widget for this request.

string ATT_MSSDK.TextToSpeechv1.XArgs.ClientVersion
getset

Gets or sets ClientVersion. Version ID of the App.

string ATT_MSSDK.TextToSpeechv1.XArgs.OrgId
getset

Gets or sets OrgId. An opaque token representing the developer organization of the client application.

int ATT_MSSDK.TextToSpeechv1.XArgs.Tempo
getset

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
getset

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
getset

Gets or sets Volume. May be defined in the following range: [0, 500]. 100 is the default volume.