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 `LanguageServiceConnection` object interfaces with `LanguageServiceClient` and defines virtual methods for each user-facing overload set."],["This interface allows users to inject custom behavior, especially useful for testing `LanguageServiceClient` objects with mock objects."],["The class includes virtual methods like `AnalyzeSentiment`, `AnalyzeEntities`, `AnalyzeEntitySentiment`, `AnalyzeSyntax`, `ClassifyText`, `ModerateText`, and `AnnotateText`, each taking a request parameter and returning a status or response."],["A concrete instance of this class can be created using `MakeLanguageServiceConnection()`, and mocking can be done using `language_v1_mocks::MockLanguageServiceConnection`."],["The page lists various versions of the Language API, from 2.11.0 to the latest 2.37.0-rc, each having its own link to its specific documentation."]]],[]]