Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PhraseRecognizedEventArgs

Provides information about a phrase recognized event.
Read time 1 minuteLast updated 8 days ago

Definition

public struct PhraseRecognizedEventArgs

Fields

Value

Description

confidenceA measure of correct recognition certainty.
phraseDurationThe time it took for the phrase to be uttered.
phraseStartTimeThe moment in time when uttering of the phrase began.
semanticMeaningsA semantic meaning of recognized phrase.
textThe text that was recognized.