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."],[[["This page provides reference documentation for the `SpeechClient.StreamingRecognizeStream` class within the Google Cloud Speech v1p1beta1 API, specifically in the .NET environment."],["`SpeechClient.StreamingRecognizeStream` is a class that supports bidirectional streaming for speech recognition, handling both `StreamingRecognizeRequest` and `StreamingRecognizeResponse` objects."],["This class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, offering methods for managing the streaming connection, such as writing requests and retrieving responses, like `TryWriteAsync`, `WriteAsync`, `GetResponseStream`, and more."],["The documentation covers versions 3.0.0-beta08, 3.0.0-beta07, and 2.0.0-beta09, with 3.0.0-beta08 being the latest version available for the `SpeechClient.StreamingRecognizeStream` class."]]],[]]