API ReferenceSandbox.Speech

SpeechRecognitionResultclass

A result from speech recognition.

objectSpeechRecognitionResult
Namespace
Sandbox.Speech
Assembly
Sandbox.Engine
Declaration
public sealed struct Sandbox.Speech.SpeechRecognitionResult

Properties3

Showing 3 properties

public float Sandbox.Speech.SpeechRecognitionResult.Confidence { get; set; }PUBLICGETSET

From 0-1 how confident are we that this is the correct result?

Returns:float

public bool Sandbox.Speech.SpeechRecognitionResult.Success { get; set; }PUBLICGETSET

Did we successfully find a match?

Returns:bool

public string Sandbox.Speech.SpeechRecognitionResult.Text { get; set; }PUBLICGETSET

The text result from speech recognition.

Returns:string

On this page