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.Speechv3.SocialMediaXArgs Class Reference

This class contains the parameters specific to Gaming Chat sub context. More...

Public Member Functions

 SocialMediaXArgs ()
 Initializes a new instance of SocialMediaXArgs. More...
 
override string ToString ()
 Returns the string format of the properties. More...
 

Properties

bool CommandPrefix [get, set]
 Gets or sets the value of CommandPrefix. This parameter customizes the recognition by selecting a preconfigured recognition context. For some applications, phrases may include common command-like prefixes like “update twitter” or “facebook”. If you expect end-users to include these prefixes, use the “CommandPrefix=true”. Default: false More...
 
int BrevityLevel [get, set]
 Gets or sets the value of BrevityLevel Control for automatic text abbreviation behavior. This setting controls abbreviation of the output for things like “LOL”. “0” disables abbreviations. Higher numbers are more aggressive, meaning it will use less common abbreviations. Default: 0 More...
 
string SocialSites [get, set]
 Gets or sets the value of SocialSites. Use the common names of the social media sites your application supports to provide hints for better recognition results. More...
 

Detailed Description

This class contains the parameters specific to Gaming Chat sub context.

Constructor & Destructor Documentation

ATT_MSSDK.Speechv3.SocialMediaXArgs.SocialMediaXArgs ( )

Initializes a new instance of SocialMediaXArgs.

Member Function Documentation

override string ATT_MSSDK.Speechv3.SocialMediaXArgs.ToString ( )

Returns the string format of the properties.

Returns
Returns the string format of the properties.

Property Documentation

int ATT_MSSDK.Speechv3.SocialMediaXArgs.BrevityLevel
getset

Gets or sets the value of BrevityLevel Control for automatic text abbreviation behavior. This setting controls abbreviation of the output for things like “LOL”. “0” disables abbreviations. Higher numbers are more aggressive, meaning it will use less common abbreviations. Default: 0

bool ATT_MSSDK.Speechv3.SocialMediaXArgs.CommandPrefix
getset

Gets or sets the value of CommandPrefix. This parameter customizes the recognition by selecting a preconfigured recognition context. For some applications, phrases may include common command-like prefixes like “update twitter” or “facebook”. If you expect end-users to include these prefixes, use the “CommandPrefix=true”. Default: false

string ATT_MSSDK.Speechv3.SocialMediaXArgs.SocialSites
getset

Gets or sets the value of SocialSites. Use the common names of the social media sites your application supports to provide hints for better recognition results.