Google Cloud Speech v1 API - Class CustomClass (3.6.0)

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

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

Inheritance

object > CustomClass

Namespace

Google.Cloud.Speech.V1

Assembly

Google.Cloud.Speech.V1.dll

Constructors

CustomClass()

public CustomClass()

CustomClass(CustomClass)

public CustomClass(CustomClass other)
Parameter
NameDescription
otherCustomClass

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
TypeDescription
string

CustomClassName

public CustomClassName CustomClassName { get; set; }

CustomClassName-typed view over the Name resource name property.

Property Value
TypeDescription
CustomClassName

Items

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

A collection of class items.

Property Value
TypeDescription
RepeatedFieldCustomClassTypesClassItem

Name

public string Name { get; set; }

The resource name of the custom class.

Property Value
TypeDescription
string