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 details the `LanguageServiceConnection` interface, which defines virtual methods for user-facing overload sets within `LanguageServiceClient`."],["The `LanguageServiceConnection` interface allows users to inject custom behaviors when writing tests using `LanguageServiceClient` objects."],["The latest version, 2.37.0-rc, is available alongside a history of previous versions of `LanguageServiceConnection`, starting from 2.11.0 and up to the most recent."],["Key functions defined within `LanguageServiceConnection` include methods such as `AnalyzeSentiment`, `AnalyzeEntities`, `AnalyzeSyntax`, `ClassifyText`, `ModerateText`, and `AnnotateText`, among others, all returning `StatusOr` objects."],["There is a function available to generate a concrete instance of this interface, known as `MakeLanguageServiceConnection()` and a way to create mock objects for testing, as `language_v1_mocks::MockLanguageServiceConnection`."]]],[]]