public sealed class StreamingTranslateSpeechResult : IMessage<StreamingTranslateSpeechResult>, IEquatable<StreamingTranslateSpeechResult>, IDeepCloneable<StreamingTranslateSpeechResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Media Translation v1beta1 API class StreamingTranslateSpeechResult.
A streaming speech translation result corresponding to a portion of the audio
that is currently being processed.
[[["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\u003eThe \u003ccode\u003eStreamingTranslateSpeechResult\u003c/code\u003e class is part of the Media Translation v1beta1 API, providing a result for a portion of the audio being processed in a streaming speech translation.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements 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, allowing it to be used in various contexts within the .NET ecosystem.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStreamingTranslateSpeechResult\u003c/code\u003e class includes constructors for creating instances, either as a new object or as a copy of an existing \u003ccode\u003eStreamingTranslateSpeechResult\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class features properties like \u003ccode\u003eResultCase\u003c/code\u003e and \u003ccode\u003eTextTranslationResult\u003c/code\u003e, the latter of which is used for accessing the translated text result.\u003c/p\u003e\n"],["\u003cp\u003eThere are three documented versions of the api, being \u003ccode\u003e2.0.0-beta05\u003c/code\u003e, \u003ccode\u003e2.0.0-beta04\u003c/code\u003e, and \u003ccode\u003e1.0.0-beta03\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Media Translation v1beta1 API - Class StreamingTranslateSpeechResult (2.0.0-beta05)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta05 (latest)](/dotnet/docs/reference/Google.Cloud.MediaTranslation.V1Beta1/latest/Google.Cloud.MediaTranslation.V1Beta1.StreamingTranslateSpeechResult)\n- [2.0.0-beta04](/dotnet/docs/reference/Google.Cloud.MediaTranslation.V1Beta1/2.0.0-beta04/Google.Cloud.MediaTranslation.V1Beta1.StreamingTranslateSpeechResult)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.MediaTranslation.V1Beta1/1.0.0-beta03/Google.Cloud.MediaTranslation.V1Beta1.StreamingTranslateSpeechResult) \n\n public sealed class StreamingTranslateSpeechResult : IMessage\u003cStreamingTranslateSpeechResult\u003e, IEquatable\u003cStreamingTranslateSpeechResult\u003e, IDeepCloneable\u003cStreamingTranslateSpeechResult\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Media Translation v1beta1 API class StreamingTranslateSpeechResult.\n\nA streaming speech translation result corresponding to a portion of the audio\nthat is currently being processed. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e StreamingTranslateSpeechResult \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[StreamingTranslateSpeechResult](/dotnet/docs/reference/Google.Cloud.MediaTranslation.V1Beta1/latest/Google.Cloud.MediaTranslation.V1Beta1.StreamingTranslateSpeechResult), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[StreamingTranslateSpeechResult](/dotnet/docs/reference/Google.Cloud.MediaTranslation.V1Beta1/latest/Google.Cloud.MediaTranslation.V1Beta1.StreamingTranslateSpeechResult), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[StreamingTranslateSpeechResult](/dotnet/docs/reference/Google.Cloud.MediaTranslation.V1Beta1/latest/Google.Cloud.MediaTranslation.V1Beta1.StreamingTranslateSpeechResult), [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.MediaTranslation.V1Beta1](/dotnet/docs/reference/Google.Cloud.MediaTranslation.V1Beta1/latest/Google.Cloud.MediaTranslation.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.MediaTranslation.V1Beta1.dll\n\nConstructors\n------------\n\n### StreamingTranslateSpeechResult()\n\n public StreamingTranslateSpeechResult()\n\n### StreamingTranslateSpeechResult(StreamingTranslateSpeechResult)\n\n public StreamingTranslateSpeechResult(StreamingTranslateSpeechResult other)\n\nProperties\n----------\n\n### ResultCase\n\n public StreamingTranslateSpeechResult.ResultOneofCase ResultCase { get; }\n\n### TextTranslationResult\n\n public StreamingTranslateSpeechResult.Types.TextTranslationResult TextTranslationResult { get; set; }\n\nText translation result."]]