Api Sandbox Speech SpeechRecognitionResult
struct

SpeechRecognitionResult

public sealed struct SpeechRecognitionResult

A result from speech recognition.

Properties

Name Type Description
Confidence Single From 0-1 how confident are we that this is the correct result?
Text String The text result from speech recognition.
Success Boolean Did we successfully find a match?
Assembly: Sandbox.Engine Namespace: Sandbox.Speech Full Name: Sandbox.Speech.SpeechRecognitionResult