Cloud Speech-to-Text v2 API - Class CustomClass (1.0.0)

public sealed class CustomClass : IMessage<CustomClass>, IEquatable<CustomClass>, IDeepCloneable<CustomClass>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Speech-to-Text v2 API 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.

Inheritance

object > CustomClass

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

CustomClass()

public CustomClass()

CustomClass(CustomClass)

public CustomClass(CustomClass other)
Parameter
NameDescription
otherCustomClass

Properties

Annotations

public MapField<string, string> Annotations { get; }

Optional. 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.

Property Value
TypeDescription
MapFieldstringstring

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Creation time.

Property Value
TypeDescription
Timestamp

CustomClassName

public CustomClassName CustomClassName { get; set; }

CustomClassName-typed view over the Name resource name property.

Property Value
TypeDescription
CustomClassName

DeleteTime

public Timestamp DeleteTime { get; set; }

Output only. The time at which this resource was requested for deletion.

Property Value
TypeDescription
Timestamp

DisplayName

public string DisplayName { get; set; }

Optional. User-settable, human-readable name for the CustomClass. Must be 63 characters or less.

Property Value
TypeDescription
string

Etag

public string Etag { get; set; }

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.

Property Value
TypeDescription
string

ExpireTime

public Timestamp ExpireTime { get; set; }

Output only. The time at which this resource will be purged.

Property Value
TypeDescription
Timestamp

Items

public RepeatedField<CustomClass.Types.ClassItem> Items { get; }

A collection of class items.

Property Value
TypeDescription
RepeatedFieldCustomClassTypesClassItem

KmsKeyName

public string KmsKeyName { get; set; }

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}.

Property Value
TypeDescription
string

KmsKeyNameAsCryptoKeyName

public CryptoKeyName KmsKeyNameAsCryptoKeyName { get; set; }

CryptoKeyName-typed view over the KmsKeyName resource name property.

Property Value
TypeDescription
CryptoKeyName

KmsKeyVersionName

public string KmsKeyVersionName { get; set; }

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}.

Property Value
TypeDescription
string

KmsKeyVersionNameAsCryptoKeyVersionName

public CryptoKeyVersionName KmsKeyVersionNameAsCryptoKeyVersionName { get; set; }

CryptoKeyVersionName-typed view over the KmsKeyVersionName resource name property.

Property Value
TypeDescription
CryptoKeyVersionName

Name

public string Name { get; set; }

Output only. Identifier. The resource name of the CustomClass. Format: projects/{project}/locations/{location}/customClasses/{custom_class}.

Property Value
TypeDescription
string

Reconciling

public bool Reconciling { get; set; }

Output only. Whether or not this CustomClass is in the process of being updated.

Property Value
TypeDescription
bool

State

public CustomClass.Types.State State { get; set; }

Output only. The CustomClass lifecycle state.

Property Value
TypeDescription
CustomClassTypesState

Uid

public string Uid { get; set; }

Output only. System-assigned unique identifier for the CustomClass.

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The most recent time this resource was modified.

Property Value
TypeDescription
Timestamp