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."],[[["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."]]],[]]