Class CustomClass (2.17.2)

CustomClass(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

NameDescription
name str
Output only. The resource name of the CustomClass. Format: projects/{project}/locations/{location}/customClasses/{custom_class}.
uid str
Output only. System-assigned unique identifier for the CustomClass.
display_name str
User-settable, human-readable name for the CustomClass. Must be 63 characters or less.
items MutableSequence[google.cloud.speech_v2.types.CustomClass.ClassItem]
A collection of class items.
state google.cloud.speech_v2.types.CustomClass.State
Output only. The CustomClass lifecycle state.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Creation time.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The most recent time this resource was modified.
delete_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which this resource was requested for deletion.
expire_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which this resource will be purged.
annotations MutableMapping[str, str]
Allows users to store small amounts of arbitrary data. Both the key and the value must be 63 characters or less each. At most 100 annotations.
etag str
Output only. This checksum is computed by the server based on the value of other fields. This may be sent on update, undelete, and delete requests to ensure the client has an up-to-date value before proceeding.
reconciling bool
Output only. Whether or not this CustomClass is in the process of being updated.
kms_key_name str
Output only. The `KMS key name
kms_key_version_name str
Output only. The `KMS key version name

Classes

AnnotationsEntry

AnnotationsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

ClassItem

ClassItem(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An item of the class.

State

State(value)

Set of states that define the lifecycle of a CustomClass.

Values: STATE_UNSPECIFIED (0): Unspecified state. This is only used/useful for distinguishing unset values. ACTIVE (2): The normal and active state. DELETED (4): This CustomClass has been deleted.