public sealed class StreamingTranslateSpeechResponse : IMessage<StreamingTranslateSpeechResponse>, IEquatable<StreamingTranslateSpeechResponse>, IDeepCloneable<StreamingTranslateSpeechResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Media Translation v1beta1 API class StreamingTranslateSpeechResponse.
A streaming speech translation response corresponding to a portion of
the audio currently 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\u003eThis documentation details the \u003ccode\u003eStreamingTranslateSpeechResponse\u003c/code\u003e class, part of the Media Translation v1beta1 API, which handles streaming speech translation responses.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStreamingTranslateSpeechResponse\u003c/code\u003e class is a sealed class, implementing interfaces like \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\u003eThe class includes constructors for creating instances and copying from existing \u003ccode\u003eStreamingTranslateSpeechResponse\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eKey properties within the class include \u003ccode\u003eError\u003c/code\u003e for reporting operation errors, \u003ccode\u003eResult\u003c/code\u003e for accessing the ongoing translation result, and \u003ccode\u003eSpeechEventType\u003c/code\u003e for indicating the type of speech event detected.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for the \u003ccode\u003eStreamingTranslateSpeechResponse\u003c/code\u003e is 2.0.0-beta05, and has access to other previous versions.\u003c/p\u003e\n"]]],[],null,["# Media Translation v1beta1 API - Class StreamingTranslateSpeechResponse (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.StreamingTranslateSpeechResponse)\n- [2.0.0-beta04](/dotnet/docs/reference/Google.Cloud.MediaTranslation.V1Beta1/2.0.0-beta04/Google.Cloud.MediaTranslation.V1Beta1.StreamingTranslateSpeechResponse)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.MediaTranslation.V1Beta1/1.0.0-beta03/Google.Cloud.MediaTranslation.V1Beta1.StreamingTranslateSpeechResponse) \n\n public sealed class StreamingTranslateSpeechResponse : IMessage\u003cStreamingTranslateSpeechResponse\u003e, IEquatable\u003cStreamingTranslateSpeechResponse\u003e, IDeepCloneable\u003cStreamingTranslateSpeechResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Media Translation v1beta1 API class StreamingTranslateSpeechResponse.\n\nA streaming speech translation response corresponding to a portion of\nthe audio currently processed. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e StreamingTranslateSpeechResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[StreamingTranslateSpeechResponse](/dotnet/docs/reference/Google.Cloud.MediaTranslation.V1Beta1/latest/Google.Cloud.MediaTranslation.V1Beta1.StreamingTranslateSpeechResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[StreamingTranslateSpeechResponse](/dotnet/docs/reference/Google.Cloud.MediaTranslation.V1Beta1/latest/Google.Cloud.MediaTranslation.V1Beta1.StreamingTranslateSpeechResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[StreamingTranslateSpeechResponse](/dotnet/docs/reference/Google.Cloud.MediaTranslation.V1Beta1/latest/Google.Cloud.MediaTranslation.V1Beta1.StreamingTranslateSpeechResponse), [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### StreamingTranslateSpeechResponse()\n\n public StreamingTranslateSpeechResponse()\n\n### StreamingTranslateSpeechResponse(StreamingTranslateSpeechResponse)\n\n public StreamingTranslateSpeechResponse(StreamingTranslateSpeechResponse other)\n\nProperties\n----------\n\n### Error\n\n public Status Error { get; set; }\n\nOutput only. If set, returns a \\[google.rpc.Status\\]\\[google.rpc.Status\\] message that\nspecifies the error for the operation.\n\n### Result\n\n public StreamingTranslateSpeechResult Result { get; set; }\n\nOutput only. The translation result that is currently being processed (is_final could be\ntrue or false).\n\n### SpeechEventType\n\n public StreamingTranslateSpeechResponse.Types.SpeechEventType SpeechEventType { get; set; }\n\nOutput only. Indicates the type of speech event."]]