public static void BindService(ServiceBinderBase serviceBinder, Speech.SpeechBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["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 latest version of the Google Cloud Speech v1p1beta1 API class Speech is 3.0.0-beta08, with previous beta versions 3.0.0-beta07 and 2.0.0-beta09 also available.\u003c/p\u003e\n"],["\u003cp\u003eThe Speech class is part of the Google.Cloud.Speech.V1P1Beta1 namespace, found within the Google.Cloud.Speech.V1P1Beta1.dll assembly, and it implements the Google Cloud Speech API.\u003c/p\u003e\n"],["\u003cp\u003eThe Speech class inherits from the base object class and includes inherited members such as GetHashCode, GetType, MemberwiseClone, and ToString.\u003c/p\u003e\n"],["\u003cp\u003eThe Speech class has two methods that are used to bind the service, BindService(SpeechBase) which creates a server service definition, and BindService(ServiceBinderBase, SpeechBase) which is used to register service method.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Speech v1p1beta1 API - Class Speech (3.0.0-beta09)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta09 (latest)](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1.Speech)\n- [3.0.0-beta08](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/3.0.0-beta08/Google.Cloud.Speech.V1P1Beta1.Speech)\n- [2.0.0-beta09](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/2.0.0-beta09/Google.Cloud.Speech.V1P1Beta1.Speech) \n\n public static class Speech\n\nReference documentation and code samples for the Google Cloud Speech v1p1beta1 API class Speech.\n\nService that implements Google Cloud Speech API. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Speech \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.Speech.V1P1Beta1](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Speech.V1P1Beta1.dll\n\nMethods\n-------\n\n### BindService(SpeechBase)\n\n public static ServerServiceDefinition BindService(Speech.SpeechBase serviceImpl)\n\nCreates service definition that can be registered with a server\n\n### BindService(ServiceBinderBase, SpeechBase)\n\n public static void BindService(ServiceBinderBase serviceBinder, Speech.SpeechBase serviceImpl)\n\nRegister service method with a service binder with or without implementation. Useful when customizing the service binding logic.\nNote: this method is part of an experimental API that can change or be removed without any prior notice."]]