[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSpeechTranslationService.SpeechTranslationServiceBase\u003c/code\u003e class is the base for server-side implementations of the Media Translation v1beta1 API's SpeechTranslationService.\u003c/p\u003e\n"],["\u003cp\u003eThis class supports bidirectional streaming speech translation, allowing for results to be received while audio is being sent via the gRPC API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStreamingTranslateSpeech\u003c/code\u003e method, part of \u003ccode\u003eSpeechTranslationServiceBase\u003c/code\u003e, handles the streaming translation process, using \u003ccode\u003eIAsyncStreamReader\u003c/code\u003e for client requests and \u003ccode\u003eIServerStreamWriter\u003c/code\u003e for server responses.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API is \u003ccode\u003e2.0.0-beta05\u003c/code\u003e, with older versions \u003ccode\u003e2.0.0-beta04\u003c/code\u003e and \u003ccode\u003e1.0.0-beta03\u003c/code\u003e also available.\u003c/p\u003e\n"]]],[],null,["# Media Translation v1beta1 API - Class SpeechTranslationService.SpeechTranslationServiceBase (2.0.0-beta05)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta05 (latest)](/dotnet/docs/reference/Google.Cloud.MediaTranslation.V1Beta1/latest/Google.Cloud.MediaTranslation.V1Beta1.SpeechTranslationService.SpeechTranslationServiceBase)\n- [2.0.0-beta04](/dotnet/docs/reference/Google.Cloud.MediaTranslation.V1Beta1/2.0.0-beta04/Google.Cloud.MediaTranslation.V1Beta1.SpeechTranslationService.SpeechTranslationServiceBase)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.MediaTranslation.V1Beta1/1.0.0-beta03/Google.Cloud.MediaTranslation.V1Beta1.SpeechTranslationService.SpeechTranslationServiceBase) \n\n [BindServiceMethod(typeof(SpeechTranslationService), \"BindService\")]\n public abstract class SpeechTranslationService.SpeechTranslationServiceBase\n\nReference documentation and code samples for the Media Translation v1beta1 API class SpeechTranslationService.SpeechTranslationServiceBase.\n\nBase class for server-side implementations of SpeechTranslationService \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SpeechTranslationService.SpeechTranslationServiceBase \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.MediaTranslation.V1Beta1](/dotnet/docs/reference/Google.Cloud.MediaTranslation.V1Beta1/latest/Google.Cloud.MediaTranslation.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.MediaTranslation.V1Beta1.dll\n\nMethods\n-------\n\n### StreamingTranslateSpeech(IAsyncStreamReader\\\u003cStreamingTranslateSpeechRequest\\\u003e, IServerStreamWriter\\\u003cStreamingTranslateSpeechResponse\\\u003e, ServerCallContext)\n\n public virtual Task StreamingTranslateSpeech(IAsyncStreamReader\u003cStreamingTranslateSpeechRequest\u003e requestStream, IServerStreamWriter\u003cStreamingTranslateSpeechResponse\u003e responseStream, ServerCallContext context)\n\nPerforms bidirectional streaming speech translation: receive results while\nsending audio. This method is only available via the gRPC API (not REST)."]]