public sealed class Entry : IMessage<TranscriptNormalization.Types.Entry>, IEquatable<TranscriptNormalization.Types.Entry>, IDeepCloneable<TranscriptNormalization.Types.Entry>, IBufferMessage, IMessage
A single replacement configuration.
Implements
IMessage<TranscriptNormalization.Types.Entry>, IEquatable<TranscriptNormalization.Types.Entry>, IDeepCloneable<TranscriptNormalization.Types.Entry>, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V1P1Beta1Assembly
Google.Cloud.Speech.V1P1Beta1.dll
Constructors
Entry()
public Entry()
Entry(TranscriptNormalization.Types.Entry)
public Entry(TranscriptNormalization.Types.Entry other)
Parameter | |
---|---|
Name | Description |
other | TranscriptNormalization.Types.Entry |
Properties
CaseSensitive
public bool CaseSensitive { get; set; }
Whether the search is case sensitive.
Property Value | |
---|---|
Type | Description |
Boolean |
Replace
public string Replace { get; set; }
What to replace with. Max length is 100 characters.
Property Value | |
---|---|
Type | Description |
String |
Search
public string Search { get; set; }
What to replace. Max length is 100 characters.
Property Value | |
---|---|
Type | Description |
String |