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."],[[["This webpage details the `LanguageServiceConnection` interface for the Google Cloud Natural Language API in C++, which defines virtual methods for user-facing overload sets in `LanguageServiceClient`."],["The latest release candidate version available is 2.37.0-rc, with a comprehensive list of previous versions extending back to 2.11.0, each with its corresponding documentation."],["`LanguageServiceConnection` allows for the injection of custom behaviors for testing, such as using Google Mock objects with `LanguageServiceClient`."],["The `LanguageServiceConnection` interface provides virtual methods for various text analysis operations, including `AnalyzeSentiment`, `AnalyzeEntities`, `AnalyzeEntitySentiment`, `AnalyzeSyntax`, `ClassifyText`, `ModerateText`, and `AnnotateText`."],["A concrete instance of `LanguageServiceConnection` can be created using the `MakeLanguageServiceConnection()` function, and a mock instance can be found via `language_v1_mocks::MockLanguageServiceConnection`."]]],[]]