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 document details the `LanguageServiceConnection` interface for the `LanguageServiceClient`, enabling interaction with Google Cloud Language services."],["It presents a list of available versions, ranging from 2.11.0 to the latest release candidate 2.37.0-rc, and each version linking to the corresponding class documentation for `LanguageServiceConnection`."],["The interface supports injecting custom behavior for testing, using features like the `MockLanguageServiceConnection`."],["The `LanguageServiceConnection` interface provides virtual methods such as `AnalyzeSentiment`, `AnalyzeEntities`, `ClassifyText`, `ModerateText`, and `AnnotateText`, each accepting a request and returning a response."],["To instantiate the service connection, one can use `MakeLanguageServiceConnection()`, or `language_v2_mocks::MockLanguageServiceConnection` to test."]]],[]]