public sealed class CustomClass : IMessage<CustomClass>, IEquatable<CustomClass>, IDeepCloneable<CustomClass>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Speech v1 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
IMessage<CustomClass>, IEquatable<CustomClass>, IDeepCloneable<CustomClass>, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V1Assembly
Google.Cloud.Speech.V1.dll
Constructors
CustomClass()
public CustomClass()CustomClass(CustomClass)
public CustomClass(CustomClass other)| Parameter | |
|---|---|
| Name | Description |
other |
CustomClass |
Properties
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 |
|
Items
public RepeatedField<CustomClass.Types.ClassItem> Items { get; }A collection of class items.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<CustomClass.Types.ClassItem> |
|
Name
public string Name { get; set; }The resource name of the custom class.
| Property Value | |
|---|---|
| Type | Description |
String |
|