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 documents various versions of the `LanguageServiceConnection` class, with version `2.37.0-rc` being the latest release candidate."],["`LanguageServiceConnection` defines virtual methods corresponding to each user-facing overload set in `LanguageServiceClient`, enabling the injection of custom behavior for testing purposes."],["The `LanguageServiceConnection` object facilitates operations like analyzing sentiment, analyzing entities, classifying text, moderating text, and annotating text through its virtual methods such as `AnalyzeSentiment`, `AnalyzeEntities`, `ClassifyText`, `ModerateText` and `AnnotateText`, respectively."],["A concrete instance of `LanguageServiceConnection` can be created using `MakeLanguageServiceConnection()`, and a mock version is available via `language_v2_mocks::MockLanguageServiceConnection`."]]],[]]