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"]],[["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 details the \u003ccode\u003eTextTranslationResult\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.MediaTranslation.V1Beta1\u003c/code\u003e namespace, which is part of the Google Cloud Media Translation .NET library, specifically version 1.0.0-beta03.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTextTranslationResult\u003c/code\u003e class is used to represent the outcome of a text translation operation, implementing multiple interfaces such as \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"],["\u003cp\u003eIt inherits from \u003ccode\u003eObject\u003c/code\u003e and provides two constructors: a default constructor and another that accepts an existing \u003ccode\u003eStreamingTranslateSpeechResult.Types.TextTranslationResult\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two primary properties: \u003ccode\u003eIsFinal\u003c/code\u003e, a boolean indicating if the result is final or interim, and \u003ccode\u003eTranslation\u003c/code\u003e, a string representing the translated sentence.\u003c/p\u003e\n"],["\u003cp\u003eThis specific version contains links to two newer versions of the object: 2.0.0-beta04 and 2.0.0-beta05.\u003c/p\u003e\n"]]],[],null,[]]