![]() |
AT&T API Platform SDK for Microsoft®
2.3.3
Wrapper classes that allow developers to build robust applications using .NET
|
Encapsulates Info data returned in speect to text response. More...
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. |
Encapsulates Info data returned in speect to text response.
string ATT_MSSDK.Speechv3.Info.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.
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 ATT_MSSDK.Speechv3.Info.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 ATT_MSSDK.Speechv3.Info.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 ATT_MSSDK.Speechv3.Info.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 ATT_MSSDK.Speechv3.Info.Version [get, set] |
Gets or sets version. Version is a string indicating the version of the processor providing the response.