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-05 UTC."],[[["This document outlines the `LanguageServiceConnection` object, which acts as an interface defining virtual methods for various operations within the `LanguageServiceClient`, facilitating custom behavior in testing."],["The latest release candidate is version `2.37.0-rc`, and the webpage provides access to previous versions, ranging from `2.36.0` down to `2.11.0`, all with documentation of the `LanguageServiceConnection`."],["`LanguageServiceConnection` enables users to inject custom behavior when testing `LanguageServiceClient` objects, using, for example, a Google Mock object."],["The `LanguageServiceConnection` class includes virtual methods such as `AnalyzeSentiment`, `AnalyzeEntities`, `AnalyzeEntitySentiment`, `AnalyzeSyntax`, `ClassifyText`, `ModerateText`, and `AnnotateText`, each taking a specific request object and returning a status or a response object."],["`MakeLanguageServiceConnection()` should be consulted for creating a concrete instance, and `language_v1_mocks::MockLanguageServiceConnection` for mocking."]]],[]]