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"]],[["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-06-13 UTC."],[[["This page provides documentation for the `Speech` class within the Google Cloud Speech-to-Text v2 API, which is used for speech transcription and resource management."],["The latest version of the `Speech` class API is 1.4.0, with older versions available down to 1.0.0 for review and reference."],["The `Speech` class inherits members from the base `object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BindService` method within the `Speech` class allows for creating a server service definition by registering server-side handling logic via a `SpeechBase` object, and there are two overloaded versions of the method."],["The assembly for this class is found in `Google.Cloud.Speech.V2.dll`, and the class is located in the namespace `Google.Cloud.Speech.V2`."]]],[]]