This interface defines virtual methods for each of the user-facing overload sets in TranslationServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type TranslationServiceClient.
[[["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-08-07 UTC."],[[["The content provides a comprehensive list of versions for the `TranslationServiceConnection` class, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["`TranslationServiceConnection` defines virtual methods for user-facing overload sets within `TranslationServiceClient`, allowing for the injection of custom behavior, particularly useful for testing with mock objects."],["The `TranslationServiceConnection` interface supports various translation operations, such as `TranslateText`, `DetectLanguage`, `TranslateDocument`, `BatchTranslateText`, and `BatchTranslateDocument`."],["The class also supports glossary-related functions, including `CreateGlossary`, `ListGlossaries`, `GetGlossary`, and `DeleteGlossary`, enabling users to manage custom translation glossaries."],["`MakeTranslationServiceConnection()` is the method to use in order to create a concrete instance of the `TranslationServiceConnection`, and a mock object called `MockTranslationServiceConnection` is provided for testing."]]],[]]