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 `LanguageServiceConnection` object is used for the `LanguageServiceClient`, providing an interface with virtual methods corresponding to the user-facing overloads in `LanguageServiceClient`."],["Users can inject custom behaviors into their tests that use `LanguageServiceClient` objects by utilizing this interface."],["The `MakeLanguageServiceConnection()` function can be used to create a concrete instance of the `LanguageServiceConnection`."],["`language_v2_mocks::MockLanguageServiceConnection` is available for mocking purposes."],["The `LanguageServiceConnection` provides virtual functions for operations such as `AnalyzeSentiment`, `AnalyzeEntities`, `ClassifyText`, `ModerateText`, and `AnnotateText`, each accepting a request object and returning a StatusOr object with the corresponding response."]]],[]]