public static void BindService(ServiceBinderBase serviceBinder, TextToSpeech.TextToSpeechBase 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-03-21 UTC."],[[["The `TextToSpeech` class is part of the Google Cloud Text-to-Speech v1beta1 API, designed for implementing the Text-to-Speech service in .NET."],["The latest version of `TextToSpeech` is 2.0.0-beta12, with previous versions including 2.0.0-beta11 and 1.0.0-beta04 also available."],["`TextToSpeech` inherits from the base `object` class and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `BindService` method allows the creation of a service definition that can be registered with a server or to register service methods with a service binder."],["This API is found within the `Google.Cloud.TextToSpeech.V1Beta1` namespace and is contained within the `Google.Cloud.TextToSpeech.V1Beta1.dll` assembly."]]],[]]