public sealed class TranscriptNormalization.Types.Entry : IMessage<TranscriptNormalization.Types.Entry>, IEquatable<TranscriptNormalization.Types.Entry>, IDeepCloneable<TranscriptNormalization.Types.Entry>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class TranscriptNormalization.Types.Entry.
[[["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-06-13 UTC."],[[["This documentation covers the `TranscriptNormalization.Types.Entry` class within the Google Cloud Speech-to-Text v2 API, which represents a single replacement configuration for transcript normalization."],["The `TranscriptNormalization.Types.Entry` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class provides two constructors: a default `Entry()` constructor and an `Entry(Entry other)` constructor for creating a copy of another `TranscriptNormalization.Types.Entry` object."],["Key properties of the class include `CaseSensitive` (a boolean for case sensitivity), `Replace` (the string to replace with), and `Search` (the string to be replaced), with both the `Replace` and `Search` properties having a maximum length of 100 characters."],["The current version documented is 1.3.0, but the latest is 1.4.0, and other versions include 1.2.0, 1.1.0, and 1.0.0."]]],[]]