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-05 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`."]]],[]]