# Sandbox.Speech.SpeechRecognitionResult

A result from speech recognition.

- Kind: struct
- Namespace: `Sandbox.Speech`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Properties

- [`Confidence`](/api/Sandbox.Speech.SpeechRecognitionResult/Confidence): From 0-1 how confident are we that this is the correct result?
- [`Success`](/api/Sandbox.Speech.SpeechRecognitionResult/Success): Did we successfully find a match?
- [`Text`](/api/Sandbox.Speech.SpeechRecognitionResult/Text): The text result from speech recognition.
