This interface defines virtual methods for each of the user-facing overload sets in LanguageServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type LanguageServiceClient.
[[["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 page provides documentation for the `LanguageServiceConnection` class, detailing its role as an interface for virtual methods used by `LanguageServiceClient` and showcasing the available versions."],["Version 2.37.0-rc is the latest release candidate, while version 2.15.1 is the specific version that is currently being documented on this page."],["This documentation includes methods such as `AnalyzeSentiment`, `AnalyzeEntities`, `AnalyzeEntitySentiment`, `AnalyzeSyntax`, `ClassifyText`, `ModerateText`, and `AnnotateText`, each accepting a specific request type and returning a corresponding response type within the Google Cloud Language API."],["The `LanguageServiceConnection` allows users to create concrete instances, view its methods, and to inject custom behaviors for testing, as seen with the use of `MockLanguageServiceConnection`."],["Each available version for the Language API is listed, giving an easy access point for different versions."]]],[]]