![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
Recognition returned by the server for Speech to text request. Recognition is a complex structure for all the other parameters of the response. More...
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< NBest > | NBest [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. |
Recognition returned by the server for Speech to text request. Recognition is a complex structure for all the other parameters of the response.
Initializes a new instance of the Recognition class.
Info ATT_MSSDK.Speechv3.Recognition.Info [get, set] |
Gets or sets the value of Info object.
List<NBest> ATT_MSSDK.Speechv3.Recognition.NBest [get, set] |
string ATT_MSSDK.Speechv3.Recognition.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.
string ATT_MSSDK.Speechv3.Recognition.Status [get, set] |
Gets or sets the status of the request Result of the particular transcription.