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-09-04 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eTranscriptNormalization\u003c/code\u003e class within the Google Cloud Speech v1 API, with the latest version being 3.8.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTranscriptNormalization\u003c/code\u003e is used to configure automatic phrase replacements in speech transcripts, applicable to stable partial transcripts and final transcripts in \u003ccode\u003eStreamingRecognize\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing it to be used with Google Protobuf functionalities.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEntries\u003c/code\u003e property, which is a \u003ccode\u003eRepeatedField\u003c/code\u003e, allows for defining a list of up to 100 replacement entries to be applied to the transcript, one entry at a time.\u003c/p\u003e\n"],["\u003cp\u003eThe document lists several previous versions of the \u003ccode\u003eTranscriptNormalization\u003c/code\u003e, from 3.7.0 down to 2.2.0.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Speech v1 API - Class TranscriptNormalization (3.8.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.8.0 (latest)](/dotnet/docs/reference/Google.Cloud.Speech.V1/latest/Google.Cloud.Speech.V1.TranscriptNormalization)\n- [3.7.0](/dotnet/docs/reference/Google.Cloud.Speech.V1/3.7.0/Google.Cloud.Speech.V1.TranscriptNormalization)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.Speech.V1/3.6.0/Google.Cloud.Speech.V1.TranscriptNormalization)\n- [3.5.0](/dotnet/docs/reference/Google.Cloud.Speech.V1/3.5.0/Google.Cloud.Speech.V1.TranscriptNormalization)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.Speech.V1/3.4.0/Google.Cloud.Speech.V1.TranscriptNormalization)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.Speech.V1/3.3.0/Google.Cloud.Speech.V1.TranscriptNormalization)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.Speech.V1/3.2.0/Google.Cloud.Speech.V1.TranscriptNormalization)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.Speech.V1/3.1.0/Google.Cloud.Speech.V1.TranscriptNormalization)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.Speech.V1/3.0.0/Google.Cloud.Speech.V1.TranscriptNormalization)\n- [2.9.0](/dotnet/docs/reference/Google.Cloud.Speech.V1/2.9.0/Google.Cloud.Speech.V1.TranscriptNormalization)\n- [2.8.0](/dotnet/docs/reference/Google.Cloud.Speech.V1/2.8.0/Google.Cloud.Speech.V1.TranscriptNormalization)\n- [2.7.0](/dotnet/docs/reference/Google.Cloud.Speech.V1/2.7.0/Google.Cloud.Speech.V1.TranscriptNormalization)\n- [2.6.0](/dotnet/docs/reference/Google.Cloud.Speech.V1/2.6.0/Google.Cloud.Speech.V1.TranscriptNormalization)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Speech.V1/2.5.0/Google.Cloud.Speech.V1.TranscriptNormalization)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Speech.V1/2.4.0/Google.Cloud.Speech.V1.TranscriptNormalization)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Speech.V1/2.3.0/Google.Cloud.Speech.V1.TranscriptNormalization)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Speech.V1/2.2.0/Google.Cloud.Speech.V1.TranscriptNormalization) \n\n public sealed class TranscriptNormalization : IMessage\u003cTranscriptNormalization\u003e, IEquatable\u003cTranscriptNormalization\u003e, IDeepCloneable\u003cTranscriptNormalization\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Speech v1 API class TranscriptNormalization.\n\nTranscription normalization configuration. Use transcription normalization\nto automatically replace parts of the transcript with phrases of your\nchoosing. For StreamingRecognize, this normalization only applies to stable\npartial transcripts (stability \\\u003e 0.8) and final transcripts. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e TranscriptNormalization \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[TranscriptNormalization](/dotnet/docs/reference/Google.Cloud.Speech.V1/latest/Google.Cloud.Speech.V1.TranscriptNormalization), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[TranscriptNormalization](/dotnet/docs/reference/Google.Cloud.Speech.V1/latest/Google.Cloud.Speech.V1.TranscriptNormalization), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[TranscriptNormalization](/dotnet/docs/reference/Google.Cloud.Speech.V1/latest/Google.Cloud.Speech.V1.TranscriptNormalization), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Speech.V1](/dotnet/docs/reference/Google.Cloud.Speech.V1/latest/Google.Cloud.Speech.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Speech.V1.dll\n\nConstructors\n------------\n\n### TranscriptNormalization()\n\n public TranscriptNormalization()\n\n### TranscriptNormalization(TranscriptNormalization)\n\n public TranscriptNormalization(TranscriptNormalization other)\n\nProperties\n----------\n\n### Entries\n\n public RepeatedField\u003cTranscriptNormalization.Types.Entry\u003e Entries { get; }\n\nA list of replacement entries. We will perform replacement with one entry\nat a time. For example, the second entry in \\[\"cat\" =\\\u003e \"dog\", \"mountain cat\"\n=\\\u003e \"mountain dog\"\\] will never be applied because we will always process the\nfirst entry before it. At most 100 entries."]]