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

Encapsulates Info data returned in speect to text response. More...

List of all members.

Properties

string ActionType [get, set]
 Gets or sets actionType It is a string with either “EPG” or “COMMAND” indicating the high level action to be associated with the result.
Interpretation Interpretation [get, set]
 Gets or sets interpretation It is a dictionary containing slots that provide semantic meaning to the recognized utterances. This dictionary will normally be derived from the top n-best nluHypothesis dictionary. Slots used are: “cast”,“title”, “station.name”, “genre.id”, “genre.words”, and “station.number.
Metrics Metrics [get, set]
 Gets or sets metrics. Metrics is a dictionary with items that show metric-information about the received audio-file, namely: audioTime and audioBytes.
string Recognized [get, set]
 Gets or sets recognized the recognition result used to produce the search results- usually the same as the top n-best resultText string.
Search Search [get, set]
 Gets or sets search the search dictionary contains the results of the search on the EPG database for the requested lineup (market ID). If the search feature has been disabled, the “search” field will not be present.
string Version [get, set]
 Gets or sets version. Version is a string indicating the version of the processor providing the response.

Detailed Description

Encapsulates Info data returned in speect to text response.


Property Documentation

Gets or sets actionType It is a string with either “EPG” or “COMMAND” indicating the high level action to be associated with the result.

Gets or sets interpretation It is a dictionary containing slots that provide semantic meaning to the recognized utterances. This dictionary will normally be derived from the top n-best nluHypothesis dictionary. Slots used are: “cast”,“title”, “station.name”, “genre.id”, “genre.words”, and “station.number.

Gets or sets metrics. Metrics is a dictionary with items that show metric-information about the received audio-file, namely: audioTime and audioBytes.

Gets or sets recognized the recognition result used to produce the search results- usually the same as the top n-best resultText string.

Gets or sets search the search dictionary contains the results of the search on the EPG database for the requested lineup (market ID). If the search feature has been disabled, the “search” field will not be present.

Gets or sets version. Version is a string indicating the version of the processor providing the response.