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.
Protobuf type google.events.cloud.speech.v1.CustomClass
CustomClass.Builder
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.
Protobuf type google.events.cloud.speech.v1.CustomClass
CustomClass.ClassItem
An item of the class.
Protobuf type google.events.cloud.speech.v1.CustomClass.ClassItem
CustomClass.ClassItem.Builder
An item of the class.
Protobuf type google.events.cloud.speech.v1.CustomClass.ClassItem
CustomClassEventData
The data within all CustomClass events.
Protobuf type google.events.cloud.speech.v1.CustomClassEventData
CustomClassEventData.Builder
The data within all CustomClass events.
Protobuf type google.events.cloud.speech.v1.CustomClassEventData
Data
PhraseSet
Provides "hints" to the speech recognizer to favor specific words and phrases in the results.
Protobuf type google.events.cloud.speech.v1.PhraseSet
PhraseSet.Builder
Provides "hints" to the speech recognizer to favor specific words and phrases in the results.
Protobuf type google.events.cloud.speech.v1.PhraseSet
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.
List items can also include pre-built or custom classes containing groups
of words that represent common concepts that occur in natural language. For
example, rather than providing a phrase hint for every month of the
year (e.g. "i was born in january", "i was born in febuary", ...), use the
pre-built $MONTH
class improves the likelihood of correctly transcribing
audio that includes months (e.g. "i was born in $month").
To refer to pre-built classes, use the class' symbol prepended with $
e.g. $MONTH
. To refer to custom classes that were defined inline in the
request, set the class's custom_class_id
to a string unique to all class
resources and inline classes. Then use the class' id wrapped in ${...}
e.g. "${my-months}". To refer to custom classes resources, use the class'
id wrapped in ${}
(e.g. ${my-months}
).
Speech-to-Text supports three locations: global
, us
(US North America),
and eu
(Europe). If you are calling the speech.googleapis.com
endpoint, use the global
location. To specify a region, use a
regional endpoint
with matching us
or eu
location value.
Protobuf type google.events.cloud.speech.v1.PhraseSet.Phrase
PhraseSet.Phrase.Builder
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.
List items can also include pre-built or custom classes containing groups
of words that represent common concepts that occur in natural language. For
example, rather than providing a phrase hint for every month of the
year (e.g. "i was born in january", "i was born in febuary", ...), use the
pre-built $MONTH
class improves the likelihood of correctly transcribing
audio that includes months (e.g. "i was born in $month").
To refer to pre-built classes, use the class' symbol prepended with $
e.g. $MONTH
. To refer to custom classes that were defined inline in the
request, set the class's custom_class_id
to a string unique to all class
resources and inline classes. Then use the class' id wrapped in ${...}
e.g. "${my-months}". To refer to custom classes resources, use the class'
id wrapped in ${}
(e.g. ${my-months}
).
Speech-to-Text supports three locations: global
, us
(US North America),
and eu
(Europe). If you are calling the speech.googleapis.com
endpoint, use the global
location. To specify a region, use a
regional endpoint
with matching us
or eu
location value.
Protobuf type google.events.cloud.speech.v1.PhraseSet.Phrase
PhraseSetEventData
The data within all PhraseSet events.
Protobuf type google.events.cloud.speech.v1.PhraseSetEventData
PhraseSetEventData.Builder
The data within all PhraseSet events.
Protobuf type google.events.cloud.speech.v1.PhraseSetEventData
Interfaces
CustomClass.ClassItemOrBuilder
CustomClassEventDataOrBuilder
CustomClassOrBuilder
PhraseSet.PhraseOrBuilder
PhraseSetEventDataOrBuilder
PhraseSetOrBuilder
Enums
CustomClass.State
Set of states that define the lifecycle of a CustomClass.
Protobuf enum google.events.cloud.speech.v1.CustomClass.State
PhraseSet.State
Set of states that define the lifecycle of a CustomClass.
Protobuf enum google.events.cloud.speech.v1.PhraseSet.State