public sealed class TranscriptNormalization : IMessage<TranscriptNormalization>, IEquatable<TranscriptNormalization>, IDeepCloneable<TranscriptNormalization>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1p1beta1 API class TranscriptNormalization.
Transcription normalization configuration. Use transcription normalization
to automatically replace parts of the transcript with phrases of your
choosing. For StreamingRecognize, this normalization only applies to stable
partial transcripts (stability > 0.8) and final transcripts.
public RepeatedField<TranscriptNormalization.Types.Entry> Entries { get; }
A list of replacement entries. We will perform replacement with one entry
at a time. For example, the second entry in ["cat" => "dog", "mountain cat"
=> "mountain dog"] will never be applied because we will always process the
first entry before it. At most 100 entries.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation is for the `TranscriptNormalization` class within the Google Cloud Speech v1p1beta1 API, specifically version 3.0.0-beta07, with version 3.0.0-beta08 being the latest."],["`TranscriptNormalization` allows for the automatic replacement of transcript sections with custom phrases, which is only applied to stable partial transcripts and final transcripts in the `StreamingRecognize` feature."],["The `TranscriptNormalization` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property called `Entries`, which is a `RepeatedField` containing a list of replacement entries, limited to a maximum of 100 entries."],["There are two constructors available: a default constructor, `TranscriptNormalization()`, and one that takes another `TranscriptNormalization` object as a parameter, `TranscriptNormalization(TranscriptNormalization other)`."]]],[]]