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."],[[["This page provides documentation for the `SpeechClient.StreamingRecognizeStream` class, a part of the Google Cloud Speech v1 API, which is used to handle bidirectional streaming for speech recognition."],["The latest version documented is 3.8.0, with 3.6.0 being the current version context and multiple other versions ranging from 2.2.0 to 3.7.0 also being represented."],["`SpeechClient.StreamingRecognizeStream` inherits from `BidirectionalStreamingBase` and implements `IDisposable`, allowing for managing the stream lifecycle and memory, in addition to having methods to write and read from the stream."],["The documentation includes links to inherited members from `BidirectionalStreamingBase`, along with their corresponding details, which are relevant to the functionality of the stream."],["The class facilitates interaction with the `StreamingRecognize` method, accepting both `StreamingRecognizeRequest` and `StreamingRecognizeResponse` objects."]]],[]]