state property

String? state
getter/setter pair

The Recognizer lifecycle state.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The default value. This value is used if the state is omitted.
  • "ACTIVE" : The Recognizer is active and ready for use.
  • "DELETED" : This Recognizer has been deleted.

Implementation

core.String? state;