![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
This class contains the parameters specific to Gaming Chat sub context. More...
Public Member Functions | |
SocialMediaXArgs () | |
Initializes a new instance of SocialMediaXArgs. | |
override string | ToString () |
Returns the string format of the properties. | |
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. | |
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. | |
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. |
This class contains the parameters specific to Gaming Chat sub context.
Initializes a new instance of SocialMediaXArgs.
override string ATT_MSSDK.Speechv3.SocialMediaXArgs.ToString | ( | ) |
Returns the string format of the properties.
int ATT_MSSDK.Speechv3.SocialMediaXArgs.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.
bool ATT_MSSDK.Speechv3.SocialMediaXArgs.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.
string ATT_MSSDK.Speechv3.SocialMediaXArgs.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.