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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 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."]]],[]]