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-04-09 UTC."],[[["This webpage provides documentation for the `LanguageServiceConnection` class, which is part of the Google Cloud Language v2 C++ client library, detailing its role and functionality."],["The `LanguageServiceConnection` interface offers virtual methods corresponding to the user-facing overload sets in `LanguageServiceClient`, enabling the injection of custom behavior, such as with mock objects, for testing purposes."],["Users can create a concrete instance of `LanguageServiceConnection` using the `MakeLanguageServiceConnection()` function."],["The document lists various supported versions of the library, from 2.11.0 up to the latest release candidate 2.37.0-rc, each with its respective documentation link."],["The class supports functions such as `AnalyzeSentiment`, `AnalyzeEntities`, `ClassifyText`, `ModerateText`, and `AnnotateText` all of which take in their respective request types and return their response type, in addition to supporting the `options()` function which returns `Options`."]]],[]]