public sealed class TranscriptNormalization.Types.Entry : IMessage<TranscriptNormalization.Types.Entry>, IEquatable<TranscriptNormalization.Types.Entry>, IDeepCloneable<TranscriptNormalization.Types.Entry>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1 API class TranscriptNormalization.Types.Entry.
A single replacement configuration.
Implements
IMessageTranscriptNormalizationTypesEntry, IEquatableTranscriptNormalizationTypesEntry, IDeepCloneableTranscriptNormalizationTypesEntry, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V1Assembly
Google.Cloud.Speech.V1.dll
Constructors
Entry()
public Entry()
Entry(Entry)
public Entry(TranscriptNormalization.Types.Entry other)
Parameter | |
---|---|
Name | Description |
other |
TranscriptNormalizationTypesEntry |
Properties
CaseSensitive
public bool CaseSensitive { get; set; }
Whether the search is case sensitive.
Property Value | |
---|---|
Type | Description |
bool |
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 |