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

List of all members.

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.

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

Returns the string representation of X-Arg members.

Returns:
string

Property Documentation

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

Gets or sets ClientApp. Application Name.

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

Gets or sets ClientVersion. Version ID of the App.

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

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.

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

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