public sealed class CustomClass : IMessage<CustomClass>, IEquatable<CustomClass>, IDeepCloneable<CustomClass>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1p1beta1 API class CustomClass.
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.
Implements
IMessageCustomClass, IEquatableCustomClass, IDeepCloneableCustomClass, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V1P1Beta1Assembly
Google.Cloud.Speech.V1P1Beta1.dll
Constructors
CustomClass()
public CustomClass()
CustomClass(CustomClass)
public CustomClass(CustomClass other)
Parameter | |
---|---|
Name | Description |
other |
CustomClass |
Properties
Annotations
public MapField<string, string> Annotations { get; }
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.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
CustomClassId
public string CustomClassId { get; set; }
If this custom class is a resource, the custom_class_id is the resource id of the CustomClass. Case sensitive.
Property Value | |
---|---|
Type | Description |
string |
CustomClassName
public CustomClassName CustomClassName { get; set; }
CustomClassName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
CustomClassName |
DeleteTime
public Timestamp DeleteTime { get; set; }
Output only. The time at which this resource was requested for deletion. This field is not used.
Property Value | |
---|---|
Type | Description |
Timestamp |
DisplayName
public string DisplayName { get; set; }
Output only. User-settable, human-readable name for the CustomClass. Must be 63 characters or less. This field is not used.
Property Value | |
---|---|
Type | Description |
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. This field is not used.
Property Value | |
---|---|
Type | Description |
string |
ExpireTime
public Timestamp ExpireTime { get; set; }
Output only. The time at which this resource will be purged. This field is not used.
Property Value | |
---|---|
Type | Description |
Timestamp |
Items
public RepeatedField<CustomClass.Types.ClassItem> Items { get; }
A collection of class items.
Property Value | |
---|---|
Type | Description |
RepeatedFieldCustomClassTypesClassItem |
KmsKeyName
public string KmsKeyName { get; set; }
Output only. The KMS key
name with which
the content of the ClassItem is encrypted. The expected format is
projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
.
Property Value | |
---|---|
Type | Description |
string |
KmsKeyNameAsCryptoKeyName
public CryptoKeyName KmsKeyNameAsCryptoKeyName { get; set; }
CryptoKeyName-typed view over the KmsKeyName resource name property.
Property Value | |
---|---|
Type | Description |
CryptoKeyName |
KmsKeyVersionName
public string KmsKeyVersionName { get; set; }
Output only. The KMS key version
name
with which content of the ClassItem is encrypted. The expected format is
projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}
.
Property Value | |
---|---|
Type | Description |
string |
KmsKeyVersionNameAsCryptoKeyVersionName
public CryptoKeyVersionName KmsKeyVersionNameAsCryptoKeyVersionName { get; set; }
CryptoKeyVersionName-typed view over the KmsKeyVersionName resource name property.
Property Value | |
---|---|
Type | Description |
CryptoKeyVersionName |
Name
public string Name { get; set; }
The resource name of the custom class.
Property Value | |
---|---|
Type | Description |
string |
Reconciling
public bool Reconciling { get; set; }
Output only. Whether or not this CustomClass is in the process of being updated. This field is not used.
Property Value | |
---|---|
Type | Description |
bool |
State
public CustomClass.Types.State State { get; set; }
Output only. The CustomClass lifecycle state. This field is not used.
Property Value | |
---|---|
Type | Description |
CustomClassTypesState |
Uid
public string Uid { get; set; }
Output only. System-assigned unique identifier for the CustomClass. This field is not used.
Property Value | |
---|---|
Type | Description |
string |