Config class

Message representing the config for the Speech-to-Text API.

This includes an optional KMS key with which incoming data will be encrypted.

Constructors

Config({String? kmsKeyName, String? name, String? updateTime})
Config.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
kmsKeyName String?
An optional KMS key name that if present, will be used to encrypt Speech-to-Text resources at-rest.
getter/setter pair
name String?
Identifier.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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