public abstract class SpeechClient.StreamingRecognizeStream : BidirectionalStreamingBase<StreamingRecognizeRequest, StreamingRecognizeResponse>, IDisposable
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class SpeechClient.StreamingRecognizeStream.
[[["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 covers the \u003ccode\u003eSpeechClient.StreamingRecognizeStream\u003c/code\u003e class, which is part of the Cloud Speech-to-Text v2 API for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSpeechClient.StreamingRecognizeStream\u003c/code\u003e class supports bidirectional streaming for speech recognition, allowing both sending and receiving data in real-time.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eBidirectionalStreamingBase<StreamingRecognizeRequest, StreamingRecognizeResponse>\u003c/code\u003e and implements the \u003ccode\u003eIDisposable\u003c/code\u003e interface.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eSpeechClient.StreamingRecognizeStream\u003c/code\u003e documentation is version 1.4.0, with previous versions 1.3.0, 1.2.0, 1.1.0 and 1.0.0 also available.\u003c/p\u003e\n"],["\u003cp\u003eIt provides various methods for writing requests, completing writes, and accessing the response stream including \u003ccode\u003eTryWriteAsync\u003c/code\u003e, \u003ccode\u003eWriteAsync\u003c/code\u003e, \u003ccode\u003eWriteCompleteAsync\u003c/code\u003e and \u003ccode\u003eGetResponseStream\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Cloud Speech-to-Text v2 API - Class SpeechClient.StreamingRecognizeStream (1.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.Speech.V2/latest/Google.Cloud.Speech.V2.SpeechClient.StreamingRecognizeStream)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Speech.V2/1.4.0/Google.Cloud.Speech.V2.SpeechClient.StreamingRecognizeStream)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Speech.V2/1.3.0/Google.Cloud.Speech.V2.SpeechClient.StreamingRecognizeStream)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Speech.V2/1.2.0/Google.Cloud.Speech.V2.SpeechClient.StreamingRecognizeStream)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Speech.V2/1.1.0/Google.Cloud.Speech.V2.SpeechClient.StreamingRecognizeStream)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Speech.V2/1.0.0/Google.Cloud.Speech.V2.SpeechClient.StreamingRecognizeStream) \n\n public abstract class SpeechClient.StreamingRecognizeStream : BidirectionalStreamingBase\u003cStreamingRecognizeRequest, StreamingRecognizeResponse\u003e, IDisposable\n\nReference documentation and code samples for the Cloud Speech-to-Text v2 API class SpeechClient.StreamingRecognizeStream.\n\nBidirectional streaming methods for\n[StreamingRecognize(CallSettings, BidirectionalStreamingSettings)](/dotnet/docs/reference/Google.Cloud.Speech.V2/latest/Google.Cloud.Speech.V2.SpeechClient#Google_Cloud_Speech_V2_SpeechClient_StreamingRecognize_Google_Api_Gax_Grpc_CallSettings_Google_Api_Gax_Grpc_BidirectionalStreamingSettings_). \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e [BidirectionalStreamingBase](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.BidirectionalStreamingBase-2.html)[StreamingRecognizeRequest](/dotnet/docs/reference/Google.Cloud.Speech.V2/latest/Google.Cloud.Speech.V2.StreamingRecognizeRequest)[StreamingRecognizeResponse](/dotnet/docs/reference/Google.Cloud.Speech.V2/latest/Google.Cloud.Speech.V2.StreamingRecognizeResponse) \\\u003e SpeechClient.StreamingRecognizeStream \n\nImplements\n----------\n\n[IDisposable](https://learn.microsoft.com/dotnet/api/system.idisposable) \n\nInherited Members\n-----------------\n\n[BidirectionalStreamingBase\\\u003cStreamingRecognizeRequest, StreamingRecognizeResponse\\\u003e.TryWriteAsync(StreamingRecognizeRequest)](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.BidirectionalStreamingBase-2.html#Google_Api_Gax_Grpc_BidirectionalStreamingBase_2_TryWriteAsync__0_) \n[BidirectionalStreamingBase\\\u003cStreamingRecognizeRequest, StreamingRecognizeResponse\\\u003e.WriteAsync(StreamingRecognizeRequest)](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.BidirectionalStreamingBase-2.html#Google_Api_Gax_Grpc_BidirectionalStreamingBase_2_WriteAsync__0_) \n[BidirectionalStreamingBase\\\u003cStreamingRecognizeRequest, StreamingRecognizeResponse\\\u003e.TryWriteAsync(StreamingRecognizeRequest, WriteOptions)](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.BidirectionalStreamingBase-2.html#Google_Api_Gax_Grpc_BidirectionalStreamingBase_2_TryWriteAsync__0_Grpc_Core_WriteOptions_) \n[BidirectionalStreamingBase\\\u003cStreamingRecognizeRequest, StreamingRecognizeResponse\\\u003e.WriteAsync(StreamingRecognizeRequest, WriteOptions)](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.BidirectionalStreamingBase-2.html#Google_Api_Gax_Grpc_BidirectionalStreamingBase_2_WriteAsync__0_Grpc_Core_WriteOptions_) \n[BidirectionalStreamingBase\\\u003cStreamingRecognizeRequest, StreamingRecognizeResponse\\\u003e.TryWriteCompleteAsync()](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.BidirectionalStreamingBase-2.html#Google_Api_Gax_Grpc_BidirectionalStreamingBase_2_TryWriteCompleteAsync) \n[BidirectionalStreamingBase\\\u003cStreamingRecognizeRequest, StreamingRecognizeResponse\\\u003e.WriteCompleteAsync()](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.BidirectionalStreamingBase-2.html#Google_Api_Gax_Grpc_BidirectionalStreamingBase_2_WriteCompleteAsync) \n[BidirectionalStreamingBase\\\u003cStreamingRecognizeRequest, StreamingRecognizeResponse\\\u003e.GetResponseStream()](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.BidirectionalStreamingBase-2.html#Google_Api_Gax_Grpc_BidirectionalStreamingBase_2_GetResponseStream) \n[BidirectionalStreamingBase\\\u003cStreamingRecognizeRequest, StreamingRecognizeResponse\\\u003e.Dispose()](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.BidirectionalStreamingBase-2.html#Google_Api_Gax_Grpc_BidirectionalStreamingBase_2_Dispose) \n[BidirectionalStreamingBase\\\u003cStreamingRecognizeRequest, StreamingRecognizeResponse\\\u003e.GrpcCall](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.BidirectionalStreamingBase-2.html#Google_Api_Gax_Grpc_BidirectionalStreamingBase_2_GrpcCall) \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.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Speech.V2](/dotnet/docs/reference/Google.Cloud.Speech.V2/latest/Google.Cloud.Speech.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.Speech.V2.dll"]]