public sealed class TranscriptNormalization : IMessage<TranscriptNormalization>, IEquatable<TranscriptNormalization>, IDeepCloneable<TranscriptNormalization>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1 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"]],[["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\u003eThis document provides reference documentation for the \u003ccode\u003eTranscriptNormalization\u003c/code\u003e class within the Google Cloud Speech v1 API, detailing its functionality and usage.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API is 3.8.0, while version 3.5.0 is the context version that this particular page is on, and multiple versions of this class are available ranging from 2.2.0 to the latest.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTranscriptNormalization\u003c/code\u003e is used to configure the automatic replacement of transcript segments with user-defined phrases, specifically for stable partial transcripts and final transcripts during the \u003ccode\u003eStreamingRecognize\u003c/code\u003e process.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEntries\u003c/code\u003e property of the \u003ccode\u003eTranscriptNormalization\u003c/code\u003e class allows the addition of replacement entries, but the application is done sequentially, so the order matters, and it supports a maximum of 100 entries.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTranscriptNormalization\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]