public static void BindService(ServiceBinderBase serviceBinder, LanguageService.LanguageServiceBase 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-08-28 UTC."],[[["\u003cp\u003eThis documentation page covers the \u003ccode\u003eLanguageService\u003c/code\u003e class within the Google Cloud Natural Language v1 API, offering methods for text analysis like sentiment and entity recognition.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eLanguageService\u003c/code\u003e class is 3.7.0, with documentation also available for previous versions ranging from 3.6.0 to 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eLanguageService\u003c/code\u003e inherits from the base \u003ccode\u003eobject\u003c/code\u003e class, offering its own static methods such as \u003ccode\u003eBindService\u003c/code\u003e that are used to define and register service logic within a server context.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e method exists in two forms: one to create a service definition, and the other to register service methods with a service binder.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Natural Language v1 API - Class LanguageService (3.7.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.7.0 (latest)](/dotnet/docs/reference/Google.Cloud.Language.V1/latest/Google.Cloud.Language.V1.LanguageService)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.Language.V1/3.6.0/Google.Cloud.Language.V1.LanguageService)\n- [3.5.0](/dotnet/docs/reference/Google.Cloud.Language.V1/3.5.0/Google.Cloud.Language.V1.LanguageService)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.Language.V1/3.4.0/Google.Cloud.Language.V1.LanguageService)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.Language.V1/3.3.0/Google.Cloud.Language.V1.LanguageService)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.Language.V1/3.2.0/Google.Cloud.Language.V1.LanguageService)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.Language.V1/3.1.0/Google.Cloud.Language.V1.LanguageService)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.Language.V1/3.0.0/Google.Cloud.Language.V1.LanguageService)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Language.V1/2.3.0/Google.Cloud.Language.V1.LanguageService)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Language.V1/2.2.0/Google.Cloud.Language.V1.LanguageService) \n\n public static class LanguageService\n\nReference documentation and code samples for the Google Cloud Natural Language v1 API class LanguageService.\n\nProvides text analysis operations such as sentiment analysis and entity\nrecognition. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e LanguageService \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.Language.V1](/dotnet/docs/reference/Google.Cloud.Language.V1/latest/Google.Cloud.Language.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Language.V1.dll\n\nMethods\n-------\n\n### BindService(LanguageServiceBase)\n\n public static ServerServiceDefinition BindService(LanguageService.LanguageServiceBase serviceImpl)\n\nCreates service definition that can be registered with a server\n\n### BindService(ServiceBinderBase, LanguageServiceBase)\n\n public static void BindService(ServiceBinderBase serviceBinder, LanguageService.LanguageServiceBase 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."]]