PhraseSet class
PhraseSet for biasing in speech recognition.
A PhraseSet is used to provide "hints" to the speech recognizer to favor specific words and phrases in the results.
Constructors
-
PhraseSet({Map<
String, String> ? annotations, double? boost, String? createTime, String? deleteTime, String? displayName, String? etag, String? expireTime, String? kmsKeyName, String? kmsKeyVersionName, String? name, List<Phrase> ? phrases, bool? reconciling, String? state, String? uid, String? updateTime}) - PhraseSet.fromJson(Map json_)
Properties
-
annotations
↔ Map<
String, String> ? -
Allows users to store small amounts of arbitrary data.
getter/setter pair
- boost ↔ double?
-
Hint Boost.
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 PhraseSet.
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
- kmsKeyName ↔ String?
-
The
KMS key name
with which the PhraseSet is encrypted.
getter/setter pair
- kmsKeyVersionName ↔ String?
-
The
KMS key version name
with which the PhraseSet is encrypted.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
-
phrases
↔ List<
Phrase> ? -
A list of word and phrases.
getter/setter pair
- reconciling ↔ bool?
-
Whether or not this PhraseSet 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 PhraseSet lifecycle state.
getter/setter pair
- uid ↔ String?
-
System-assigned unique identifier for the PhraseSet.
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