Reference documentation and code samples for the Cloud Speech V2 Client class CustomClass.
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.
Generated from protobuf message google.cloud.speech.v2.CustomClass
Namespace
Google \ Cloud \ Speech \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The resource name of the CustomClass. Format: projects/{project}/locations/{location}/customClasses/{custom_class}
.
↳ uid
string
Output only. System-assigned unique identifier for the CustomClass.
↳ display_name
string
User-settable, human-readable name for the CustomClass. Must be 63 characters or less.
↳ items
↳ state
int
Output only. The CustomClass lifecycle state.
↳ create_time
↳ update_time
↳ delete_time
↳ expire_time
↳ annotations
array| Google\Protobuf\Internal\MapField
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
string
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
string
Output only. The KMS key name
with which the CustomClass is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
.
↳ kms_key_version_name
string
Output only. The KMS key version name
with which the CustomClass is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}
.
getName
Output only. The resource name of the CustomClass.
Format: projects/{project}/locations/{location}/customClasses/{custom_class}
.
string
setName
Output only. The resource name of the CustomClass.
Format: projects/{project}/locations/{location}/customClasses/{custom_class}
.
var
string
$this
getUid
Output only. System-assigned unique identifier for the CustomClass.
string
setUid
Output only. System-assigned unique identifier for the CustomClass.
var
string
$this
getDisplayName
User-settable, human-readable name for the CustomClass. Must be 63 characters or less.
string
setDisplayName
User-settable, human-readable name for the CustomClass. Must be 63 characters or less.
var
string
$this
getItems
A collection of class items.
setItems
A collection of class items.
$this
getState
Output only. The CustomClass lifecycle state.
int
setState
Output only. The CustomClass lifecycle state.
var
int
$this
getCreateTime
Output only. Creation time.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Creation time.
$this
getUpdateTime
Output only. The most recent time this resource was modified.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The most recent time this resource was modified.
$this
getDeleteTime
Output only. The time at which this resource was requested for deletion.
hasDeleteTime
clearDeleteTime
setDeleteTime
Output only. The time at which this resource was requested for deletion.
$this
getExpireTime
Output only. The time at which this resource will be purged.
hasExpireTime
clearExpireTime
setExpireTime
Output only. The time at which this resource will be purged.
$this
getAnnotations
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.
setAnnotations
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
getEtag
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.
string
setEtag
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.
var
string
$this
getReconciling
Output only. Whether or not this CustomClass is in the process of being updated.
bool
setReconciling
Output only. Whether or not this CustomClass is in the process of being updated.
var
bool
$this
getKmsKeyName
Output only. The KMS key
name
with which
the CustomClass is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
.
string
setKmsKeyName
Output only. The KMS key
name
with which
the CustomClass is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
.
var
string
$this
getKmsKeyVersionName
Output only. The KMS key version
name
with which the CustomClass is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}
.
string
setKmsKeyVersionName
Output only. The KMS key version
name
with which the CustomClass is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}
.
var
string
$this