Cloud Speech V2 Client - Class State (2.3.0) Stay organized with collections Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Speech V2 Client class State.
Set of states that define the lifecycle of a CustomClass.
Protobuf typegoogle.cloud.speech.v2.CustomClass.State
Namespace
Google \ Cloud \ Speech \ V2 \ CustomClassMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value | mixed |
static::value
| Parameter | |
|---|---|
| Name | Description |
name | mixed |
Constants
STATE_UNSPECIFIED
Value: 0Unspecified state. This is only used/useful for distinguishingunset values.
Generated from protobuf enumSTATE_UNSPECIFIED = 0;
ACTIVE
Value: 2The normal and active state.
Generated from protobuf enumACTIVE = 2;
DELETED
Value: 4This CustomClass has been deleted.
Generated from protobuf enumDELETED = 4;
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-23 UTC.