Cloud Speech V2 Client - Class State (1.11.2)

Reference documentation and code samples for the Cloud Speech V2 Client class State.

Set of states that define the lifecycle of a PhraseSet.

Protobuf type google.cloud.speech.v2.PhraseSet.State

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified state. This is only used/useful for distinguishing unset values.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

ACTIVE

Value: 2

The normal and active state.

Generated from protobuf enum ACTIVE = 2;

DELETED

Value: 4

This PhraseSet has been deleted.

Generated from protobuf enum DELETED = 4;