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"]],[["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 document provides reference documentation for the `TranscriptNormalization` class within the Google Cloud Speech v1 API, detailing its functionality and usage."],["The 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."],["`TranscriptNormalization` is used to configure the automatic replacement of transcript segments with user-defined phrases, specifically for stable partial transcripts and final transcripts during the `StreamingRecognize` process."],["The `Entries` property of the `TranscriptNormalization` 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."],["The `TranscriptNormalization` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]