Module: Google::Cloud::Speech::V2::PhraseSet::State
- Defined in:
- proto_docs/google/cloud/speech/v2/cloud_speech.rb
Overview
Set of states that define the lifecycle of a PhraseSet.
Constant Summary collapse
- STATE_UNSPECIFIED =
Unspecified state. This is only used/useful for distinguishing unset values.
0
- ACTIVE =
The normal and active state.
2
- DELETED =
This PhraseSet has been deleted.
4