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
GoogleCloudGoogle.Cloud.SpeechV1P1Beta1Assembly
Google.Cloud.Speech.V1P1Beta1.dll
Constructors
CustomClass()
public CustomClass()
CustomClass(CustomClass)
public CustomClass(CustomClass other)
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.
Type | Description |
string |
CustomClassName
public CustomClassName CustomClassName { get; set; }
CustomClassName-typed view over the Name resource name property.
Type | Description |
CustomClassName |
Items
public RepeatedField<CustomClass.Types.ClassItem> Items { get; }
A collection of class items.
Type | Description |
RepeatedFieldCustomClassTypesClassItem |
Name
public string Name { get; set; }
The resource name of the custom class.
Type | Description |
string |