CustomClass class
CustomClass for biasing in speech recognition.
Used to define a set of words or phrases that represents a common concept or theme likely to appear in your audio, for example a list of passenger ship names.
Constructors
-
CustomClass({Map<
String, String> ? annotations, String? createTime, String? deleteTime, String? displayName, String? etag, String? expireTime, List<ClassItem> ? items, String? kmsKeyName, String? kmsKeyVersionName, String? name, bool? reconciling, String? state, String? uid, String? updateTime}) - CustomClass.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
- deleteTime ↔ String?
-
The time at which this resource was requested for deletion.
getter/setter pair
- displayName ↔ String?
-
User-settable, human-readable name for the CustomClass.
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 resource will be purged.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
↔ List<
ClassItem> ? -
A collection of class items.
getter/setter pair
- kmsKeyName ↔ String?
-
The
KMS key name
with which the CustomClass is encrypted.
getter/setter pair
- kmsKeyVersionName ↔ String?
-
The
KMS key version name
with which the CustomClass is encrypted.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- reconciling ↔ bool?
-
Whether or not this CustomClass 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 CustomClass lifecycle state.
getter/setter pair
- uid ↔ String?
-
System-assigned unique identifier for the CustomClass.
getter/setter pair
- updateTime ↔ String?
-
The most recent time this resource 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