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.Recognition Class Reference

Recognition returned by the server for Speech to text request. Recognition is a complex structure for all the other parameters of the response. More...

List of all members.

Public Member Functions

 Recognition ()
 Initializes a new instance of the Recognition class.

Properties

string Responseid [get, set]
 Gets or sets the id value assigned by the server to the speech to text response. A unique string that identifies this particular transcription.
List< NBestNBest [get, set]
 Gets or sets the NBest object. NBest is a complex structure that holds the results of the transcription.
string Status [get, set]
 Gets or sets the status of the request Result of the particular transcription.
Info Info [get, set]
 Gets or sets the value of Info object.

Detailed Description

Recognition returned by the server for Speech to text request. Recognition is a complex structure for all the other parameters of the response.


Constructor & Destructor Documentation

Initializes a new instance of the Recognition class.


Property Documentation

Gets or sets the value of Info object.

Gets or sets the NBest object. NBest is a complex structure that holds the results of the transcription.

Gets or sets the id value assigned by the server to the speech to text response. A unique string that identifies this particular transcription.

Gets or sets the status of the request Result of the particular transcription.