Class CustomClass (2.32.0)

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

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.

Attributes

Name Description
name str
The resource name of the custom class.
custom_class_id str
If this custom class is a resource, the custom_class_id is the resource id of the CustomClass. Case sensitive.
items MutableSequence[google.cloud.speech_v1p1beta1.types.CustomClass.ClassItem]
A collection of class items.
kms_key_name str
Output only. The `KMS key name
kms_key_version_name str
Output only. The `KMS key version name
uid str
Output only. System-assigned unique identifier for the CustomClass. This field is not used.
display_name str
Output only. User-settable, human-readable name for the CustomClass. Must be 63 characters or less. This field is not used.
state google.cloud.speech_v1p1beta1.types.CustomClass.State
Output only. The CustomClass lifecycle state. This field is not used.
delete_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which this resource was requested for deletion. This field is not used.
expire_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which this resource will be purged. This field is not used.
annotations MutableMapping[str, str]
Output only. 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. This field is not used.
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. This field is not used.
reconciling bool
Output only. Whether or not this CustomClass is in the process of being updated. This field is not used.

Classes

AnnotationsEntry

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

The abstract base class for a message.

Parameters
Name Description
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.