SpeechResult Class

Definition

The speech status as a result.

public class SpeechResult : Azure.Communication.CallAutomation.RecognizeResult
type SpeechResult = class
    inherit RecognizeResult
Public Class SpeechResult
Inherits RecognizeResult
Inheritance
SpeechResult

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.

Applies to