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