public sealed class TextTranslationResult : IMessage<StreamingTranslateSpeechResult.Types.TextTranslationResult>, IEquatable<StreamingTranslateSpeechResult.Types.TextTranslationResult>, IDeepCloneable<StreamingTranslateSpeechResult.Types.TextTranslationResult>, IBufferMessage, IMessage
Output only. If false, this StreamingTranslateSpeechResult represents
an interim result that may change. If true, this is the final time the
translation service will return this particular
StreamingTranslateSpeechResult, the streaming translator will not
return any further hypotheses for this portion of the transcript and
corresponding audio.
[[["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 details the `TextTranslationResult` class within the `Google.Cloud.MediaTranslation.V1Beta1` namespace, which is part of the Google Cloud Media Translation .NET library, specifically version 1.0.0-beta03."],["The `TextTranslationResult` class is used to represent the outcome of a text translation operation, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from `Object` and provides two constructors: a default constructor and another that accepts an existing `StreamingTranslateSpeechResult.Types.TextTranslationResult` object."],["The class contains two primary properties: `IsFinal`, a boolean indicating if the result is final or interim, and `Translation`, a string representing the translated sentence."],["This specific version contains links to two newer versions of the object: 2.0.0-beta04 and 2.0.0-beta05."]]],[]]