Class
SpeechToTextButtonSpeechRecognizedCommandContext

Provides context information relevant to speech recognition.

Definition

Namespace:Telerik.Maui.Controls.SpeechToTextButton

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class SpeechToTextButtonSpeechRecognizedCommandContext

Inheritance: objectSpeechToTextButtonSpeechRecognizedCommandContext

Fields

FullText

Gets the current full text recognized from the speech input.

Declaration

cs-api-definition
public readonly string FullText

Field Value

string

FullTextConfidenceScore

Gets the confidence score for the recognized text. The value is between 0 and 1, indicating how confident the speech-to-text transcription is. If the value is -1, a confidence score could not be provided.

Declaration

cs-api-definition
public readonly double FullTextConfidenceScore

Field Value

double

In this article
DefinitionFieldsFullTextFullTextConfidenceScore
Not finding the help you need?
Contact Support