public static void BindService(ServiceBinderBase serviceBinder, Adaptation.AdaptationBase 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-04-17 UTC."],[[["This webpage details the `Adaptation` class, which is part of the Google Cloud Speech Adaptation API and can be found within the `Google.Cloud.Speech.V1` namespace."],["The latest version available in the documentation is 3.8.0, with versions ranging back to 2.2.0 for this specific class."],["The `Adaptation` class inherits from the `Object` class and provides functionality for interacting with the server-side handling logic of the Speech Adaptation API."],["Two methods, `BindService(Adaptation.AdaptationBase)` and `BindService(ServiceBinderBase, Adaptation.AdaptationBase)`, are provided for creating service definitions and registering service methods."],["The webpage provides links to the documentation of each version available, allowing users to navigate and consult a specific version of the API."]]],[]]