public sealed class TranscriptNormalization : IMessage<TranscriptNormalization>, IEquatable<TranscriptNormalization>, IDeepCloneable<TranscriptNormalization>, IBufferMessage, IMessage
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eTranscriptNormalization is a class used to configure automatic replacements in speech transcripts, focusing on replacing specific phrases with desired alternatives.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the Google.Cloud.Speech.V1P1Beta1 namespace within the Google.Cloud.Speech.V1P1Beta1.dll assembly, and it implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage.\u003c/p\u003e\n"],["\u003cp\u003eThe TranscriptNormalization class is constructed through default and copy constructors, providing flexibility in its initialization.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEntries\u003c/code\u003e property, which is a \u003ccode\u003eRepeatedField\u003c/code\u003e, allows for a list of replacement rules, where each entry contains a phrase to replace and its replacement, limited to a maximum of 100 entries.\u003c/p\u003e\n"],["\u003cp\u003eNormalization with \u003ccode\u003eStreamingRecognize\u003c/code\u003e will only apply to transcripts that meet a stability threshold of 0.8 or final transcripts.\u003c/p\u003e\n"]]],[],null,[]]