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-14 UTC."],[[["This document details the `LanguageServiceConnection` class, which is an interface for `LanguageServiceClient` objects in the Google Cloud Natural Language API version 2, specifically for the C++ language."],["The latest release of the `LanguageServiceConnection` is version 2.37.0-rc, and the documentation provides access to versions from 2.37.0-rc down to 2.11.0."],["The `LanguageServiceConnection` allows users to inject custom behavior into `LanguageServiceClient` objects, enabling easier testing with mock objects."],["The document outlines the virtual functions available in the `LanguageServiceConnection` class, such as `AnalyzeSentiment`, `AnalyzeEntities`, `ClassifyText`, `ModerateText`, and `AnnotateText`, along with the request parameters and return types for each."],["Users can create a concrete instance of the `LanguageServiceConnection` by using `MakeLanguageServiceConnection()`, and can utilize `MockLanguageServiceConnection` for mocking purposes."]]],[]]