public abstract class SpeechClient.StreamingRecognizeStream : BidirectionalStreamingBase<StreamingRecognizeRequest, StreamingRecognizeResponse>, IDisposable
Reference documentation and code samples for the Google Cloud Speech v1 API class SpeechClient.StreamingRecognizeStream.
[[["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."],[[["The `SpeechClient.StreamingRecognizeStream` class in the Google Cloud Speech v1 API is an abstract class that provides bidirectional streaming functionality for speech recognition."],["This class handles the streaming of `StreamingRecognizeRequest` and `StreamingRecognizeResponse` objects, allowing for real-time speech processing."],["Version 3.8.0 is the latest version of the Google Cloud Speech v1 API, with version 3.7.0 also available, along with several older versions ranging back to 2.2.0."],["The class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, providing methods for writing and managing the streaming process, including methods such as `TryWriteAsync`, `WriteAsync`, `TryWriteCompleteAsync`, `WriteCompleteAsync`, `GetResponseStream`, and `Dispose`."]]],[]]