public abstract class SpeechClient.StreamingRecognizeStream : BidirectionalStreamingBase<StreamingRecognizeRequest, StreamingRecognizeResponse>, IDisposable
Reference documentation and code samples for the Google Cloud Speech v1p1beta1 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 v1p1beta1 API provides bidirectional streaming capabilities for recognizing speech."],["This class is an abstract class, inheriting from `BidirectionalStreamingBase` and implementing `IDisposable`, which allows for managing resources and handling bidirectional communication of `StreamingRecognizeRequest` and `StreamingRecognizeResponse` objects."],["The `StreamingRecognize` method uses `BidirectionalStreamingSettings` to enable streaming for speech recognition, and provides `TryWriteAsync`, `WriteAsync` and `WriteCompleteAsync` methods to manage streaming data flow."],["The latest version of the `SpeechClient.StreamingRecognizeStream` class is available in version 3.0.0-beta08, with older versions 3.0.0-beta07 and 2.0.0-beta09 also available for reference."]]],[]]