public sealed class BatchTranslateResponse : IMessage<BatchTranslateResponse>, IEquatable<BatchTranslateResponse>, IDeepCloneable<BatchTranslateResponse>, IBufferMessage, IMessage
Stored in the
[google.longrunning.Operation.response][google.longrunning.Operation.response]
field returned by BatchTranslateText if at least one sentence is translated
successfully.
[[["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."],[[["This webpage details the `BatchTranslateResponse` class, specifically within version 2.4.0 of the Google Cloud Translate V3 library for .NET, with links to other versions ranging from 2.2.0 to 3.9.0."],["The `BatchTranslateResponse` class is a sealed class, stored in the `google.longrunning.Operation.response` field, and is returned by `BatchTranslateText` when at least one sentence is translated successfully."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and it inherits from the `Object` class."],["Key properties of `BatchTranslateResponse` include `EndTime`, `FailedCharacters`, `SubmitTime`, `TotalCharacters`, and `TranslatedCharacters`, which provide information about the translation operation's status and character counts."],["The `BatchTranslateResponse` class offers two constructors: a default constructor `BatchTranslateResponse()` and an overloaded constructor `BatchTranslateResponse(BatchTranslateResponse other)` that takes another `BatchTranslateResponse` object as a parameter."]]],[]]