events/cloud/speech/v1
library
Classes
-
CustomClass
-
A set of words or phrases that represents a common concept likely to appear
in your audio, for example a list of passenger ship names. CustomClass items
can be substituted into placeholders that you set in PhraseSet phrases.
-
CustomClass_ClassItem
-
An item of the class.
-
CustomClass_State
-
Set of states that define the lifecycle of a CustomClass.
-
CustomClassCreatedEvent
-
The CloudEvent raised when a CustomClass is created.
-
CustomClassDeletedEvent
-
The CloudEvent raised when a CustomClass is deleted.
-
CustomClassEventData
-
The data within all CustomClass events.
-
CustomClassUpdatedEvent
-
The CloudEvent raised when a CustomClass is updated.
-
PhraseSet
-
Provides "hints" to the speech recognizer to favor specific words and phrases
in the results.
-
PhraseSet_Phrase
-
A phrases containing words and phrase "hints" so that
the speech recognition is more likely to recognize them. This can be used
to improve the accuracy for specific words and phrases, for example, if
specific commands are typically spoken by the user. This can also be used
to add additional words to the vocabulary of the recognizer. See
usage limits.
-
PhraseSet_State
-
Set of states that define the lifecycle of a CustomClass.
-
PhraseSetCreatedEvent
-
The CloudEvent raised when a PhraseSet is created.
-
PhraseSetDeletedEvent
-
The CloudEvent raised when a PhraseSet is deleted.
-
PhraseSetEventData
-
The data within all PhraseSet events.
-
PhraseSetUpdatedEvent
-
The CloudEvent raised when a PhraseSet is updated.