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."],[[["The `LanguageServiceConnection` object provides an interface for interacting with the `LanguageServiceClient`."],["The latest release candidate version is `2.37.0-rc`, with a list of all the previous versions provided, starting with version `2.36.0` up until `2.11.0` and each version having a link to its own dedicated documentation."],["This interface facilitates custom behavior injection, especially for testing purposes using mock objects."],["The `LanguageServiceConnection` interface defines virtual methods for user-facing operations like `AnalyzeSentiment`, `AnalyzeEntities`, `ClassifyText`, `ModerateText`, and `AnnotateText`, each taking a request parameter and returning a status or a response."],["A concrete instance of `LanguageServiceConnection` can be made by using the `MakeLanguageServiceConnection()` method."]]],[]]