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"]],[["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 `TranslationServiceConnection` object provides an interface with virtual methods for each user-facing overload set in `TranslationServiceClient`, allowing for the injection of custom behaviors during testing."],["The latest version of the API is version 2.37.0-rc, with multiple past versions available, allowing users to access different iterations."],["The `TranslationServiceConnection` object offers methods such as `TranslateText`, `DetectLanguage`, `GetSupportedLanguages`, and `TranslateDocument`, facilitating various translation operations."],["It also supports batch operations, such as `BatchTranslateText` and `BatchTranslateDocument`, and glossary-related functions like `CreateGlossary`, `ListGlossaries`, `GetGlossary`, and `DeleteGlossary`."],["Users can create a tangible instance using `MakeTranslationServiceConnection()` or utilize `translate_v3_mocks::MockTranslationServiceConnection` for mocking purposes in tests."]]],[]]