Module: Google::Cloud::Speech::V2::CustomClass::State

Defined in:
proto_docs/google/cloud/speech/v2/cloud_speech.rb

Overview

Set of states that define the lifecycle of a CustomClass.

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 CustomClass has been deleted.

4