Class TranscriptNormalization.Types.Entry (2.0.0-beta09)

public sealed class Entry : IMessage<TranscriptNormalization.Types.Entry>, IEquatable<TranscriptNormalization.Types.Entry>, IDeepCloneable<TranscriptNormalization.Types.Entry>, IBufferMessage, IMessage

A single replacement configuration.

Inheritance

Object > TranscriptNormalization.Types.Entry

Namespace

Google.Cloud.Speech.V1P1Beta1

Assembly

Google.Cloud.Speech.V1P1Beta1.dll

Constructors

Entry()

public Entry()

Entry(TranscriptNormalization.Types.Entry)

public Entry(TranscriptNormalization.Types.Entry other)
Parameter
NameDescription
otherTranscriptNormalization.Types.Entry

Properties

CaseSensitive

public bool CaseSensitive { get; set; }

Whether the search is case sensitive.

Property Value
TypeDescription
Boolean

Replace

public string Replace { get; set; }

What to replace with. Max length is 100 characters.

Property Value
TypeDescription
String

Search

public string Search { get; set; }

What to replace. Max length is 100 characters.

Property Value
TypeDescription
String