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"]],[["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-to-Text v2 API."],["`SpeechClient.StreamingRecognizeStream` facilitates bidirectional streaming for real-time speech recognition using `StreamingRecognizeRequest` and `StreamingRecognizeResponse` types."],["The class inherits from `BidirectionalStreamingBase` and implements `IDisposable`, allowing for stream management and resource cleanup, respectively."],["Multiple versions of the API are available, ranging from 1.0.0 to the latest 1.4.0, each with their own documentation links."],["The class contains many inherited methods from the BidirectionalStreamingBase including functionalities like writing, completing and getting responses."]]],[]]