CustomClass class
A set of words or phrases that represents a common concept likely to appear in your audio, for example a list of passenger ship names.
CustomClass items can be substituted into placeholders that you set in PhraseSet phrases.
Constructors
-
CustomClass.new({String? customClassId, List<
ClassItem> ? items, String? kmsKeyName, String? kmsKeyVersionName, String? name}) - CustomClass.fromJson(Map json_)
Properties
- customClassId ↔ String?
-
If this custom class is a resource, the custom_class_id is the resource id
of the CustomClass.
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 content of the ClassItem is encrypted.
getter/setter pair
- kmsKeyVersionName ↔ String?
-
The
KMS key version name
with which content of the ClassItem is encrypted.
getter/setter pair
- name ↔ String?
-
The resource name of the custom class.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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