public abstract class SpeechTranslationServiceClient.StreamingTranslateSpeechStream : BidirectionalStreamingBase<StreamingTranslateSpeechRequest, StreamingTranslateSpeechResponse>, IDisposable
Reference documentation and code samples for the Media Translation v1beta1 API class SpeechTranslationServiceClient.StreamingTranslateSpeechStream.
[[["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 `SpeechTranslationServiceClient.StreamingTranslateSpeechStream` class is part of the Media Translation v1beta1 API, enabling bidirectional streaming of speech translation."],["This class is an abstract class that inherits from `BidirectionalStreamingBase\u003cStreamingTranslateSpeechRequest, StreamingTranslateSpeechResponse\u003e` and implements `IDisposable`."],["It provides methods for writing requests (`StreamingTranslateSpeechRequest`) and accessing the response stream (`StreamingTranslateSpeechResponse`)."],["The class supports multiple versions, with the latest being 2.0.0-beta05."],["It supplies documentation and code samples concerning the `StreamingTranslateSpeech(CallSettings, BidirectionalStreamingSettings)` method."]]],[]]