Module: Google::Cloud::Speech::V2::Recognizer::State

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

Overview

Set of states that define the lifecycle of a Recognizer.

Constant Summary collapse

STATE_UNSPECIFIED =

The default value. This value is used if the state is omitted.

0
ACTIVE =

The Recognizer is active and ready for use.

2
DELETED =

This Recognizer has been deleted.

4