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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This document provides documentation for the `LanguageServiceConnection` object, which is used with `LanguageServiceClient` for interacting with the Google Cloud Language API."],["The document lists available versions of the `LanguageServiceConnection`, starting from version 2.37.0-rc (latest) down to 2.11.0, with each version linking to its corresponding documentation page."],["`LanguageServiceConnection` defines virtual methods for all user-facing overloads in `LanguageServiceClient`, allowing for custom behavior injection during testing."],["Users can create concrete instances of `LanguageServiceConnection` using `MakeLanguageServiceConnection()`, and mock instances for testing using `language_v2_mocks::MockLanguageServiceConnection`."],["The document outlines several virtual functions, including `AnalyzeSentiment`, `AnalyzeEntities`, `ClassifyText`, `ModerateText`, and `AnnotateText`, each with its parameter type and return type information."]]],[]]