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 page provides documentation for the `LanguageServiceConnection` object, specifically within version 2.16.0 of the C++ client library for Google Cloud Natural Language."],["The `LanguageServiceConnection` interface defines virtual methods corresponding to each user-facing overload set found in `LanguageServiceClient`, enabling users to implement custom behaviors during testing."],["The latest release is 2.37.0-rc, and the page provides a comprehensive list of historical versions, including links to their respective documentation."],["`LanguageServiceConnection` supports several core text analysis functions, such as `AnalyzeSentiment`, `AnalyzeEntities`, `AnalyzeEntitySentiment`, `AnalyzeSyntax`, `ClassifyText`, `ModerateText`, and `AnnotateText`, all as virtual functions."],["To use the service, you can create a concrete `LanguageServiceConnection` instance with `MakeLanguageServiceConnection()` or mock the implementation with `language_v1_mocks::MockLanguageServiceConnection` for testing."]]],[]]