AT&T API Platform SDK for Microsoft®  2.3.3
Wrapper classes that allow developers to build robust applications using .NET
 All Classes Namespaces Functions Enumerations Properties
ATT_MSSDK.Speechv3.SocialMediaXArgs Class Reference

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

List of all members.

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.

Detailed Description

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


Constructor & Destructor Documentation


Member Function Documentation

Returns the string format of the properties.

Returns:
Returns the string format of the properties.

Property Documentation

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.

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.

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.