Cloud Speech-to-Text v2 API - Class TranscriptNormalization.Types.Entry (1.0.0)

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 Cloud Speech-to-Text v2 API class TranscriptNormalization.Types.Entry.

A single replacement configuration.

Inheritance

object > TranscriptNormalization.Types.Entry

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

Entry()

public Entry()

Entry(Entry)

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

Properties

CaseSensitive

public bool CaseSensitive { get; set; }

Whether the search is case sensitive.

Property Value
TypeDescription
bool

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