Recognizer class
A Recognizer message.
Stores recognition configuration and metadata.
Constructors
-
Recognizer({Map<
String, String> ? annotations, String? createTime, RecognitionConfig? defaultRecognitionConfig, String? deleteTime, String? displayName, String? etag, String? expireTime, String? kmsKeyName, String? kmsKeyVersionName, List<String> ? languageCodes, String? model, String? name, bool? reconciling, String? state, String? uid, String? updateTime}) - Recognizer.fromJson(Map json_)
Properties
-
annotations
↔ Map<
String, String> ? -
Allows users to store small amounts of arbitrary data.
getter/setter pair
- createTime ↔ String?
-
Creation time.
getter/setter pair
- defaultRecognitionConfig ↔ RecognitionConfig?
-
Default configuration to use for requests with this Recognizer.
getter/setter pair
- deleteTime ↔ String?
-
The time at which this Recognizer was requested for deletion.
getter/setter pair
- displayName ↔ String?
-
User-settable, human-readable name for the Recognizer.
getter/setter pair
- etag ↔ String?
-
This checksum is computed by the server based on the value of other
fields.
getter/setter pair
- expireTime ↔ String?
-
The time at which this Recognizer will be purged.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kmsKeyName ↔ String?
-
The
KMS key name
with which the Recognizer is encrypted.
getter/setter pair
- kmsKeyVersionName ↔ String?
-
The
KMS key version name
with which the Recognizer is encrypted.
getter/setter pair
-
languageCodes
↔ List<
String> ? -
This field is now deprecated.
getter/setter pair
- model ↔ String?
-
This field is now deprecated.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- reconciling ↔ bool?
-
Whether or not this Recognizer is in the process of being updated.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The Recognizer lifecycle state.
getter/setter pair
- uid ↔ String?
-
System-assigned unique identifier for the Recognizer.
getter/setter pair
- updateTime ↔ String?
-
The most recent time this Recognizer was modified.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited