SpeechResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The speech status as a result.
public class SpeechResult : Azure.Communication.CallAutomation.RecognizeResult
type SpeechResult = class
inherit RecognizeResult
Public Class SpeechResult
Inherits RecognizeResult
- Inheritance
Properties
| Name | Description |
|---|---|
| Confidence |
The confidence level of the recognized speech, if available, ranges from 0.0 to 1.0. |
| LanguageIdentified |
The identified language. |
| ResultType |
The RecognizeResultType of this RecognizeResult. |
| SentimentAnalysisResult |
Gets or sets the sentiment analysis result. |
| Speech |
The recognized speech in string. |