public sealed class DocumentTranslation : IMessage<DocumentTranslation>, IEquatable<DocumentTranslation>, IDeepCloneable<DocumentTranslation>, IBufferMessage, IMessage
public RepeatedField<ByteString> ByteStreamOutputs { get; }
The array of translated documents. It is expected to be size 1 for now. We
may produce multiple translated documents in the future for other type of
file formats.
The detected language for the input document.
If the user did not provide the source language for the input document,
this field will have the language code automatically detected. If the
source language was passed, auto-detection of the language does not occur
and this field is empty.
[[["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 `DocumentTranslation` class within the `Google.Cloud.Translate.V3` namespace, specifically version 2.4.0."],["The `DocumentTranslation` class is a sealed class used to represent a translated document message, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DocumentTranslation` class include `ByteStreamOutputs` for translated documents, `DetectedLanguageCode` for the input document's language, and `MimeType` for the translated document's mime type."],["This documentation also covers the constructors of `DocumentTranslation`, including the default constructor and an overloaded constructor that accepts another `DocumentTranslation` object as a parameter."],["The page lists the available versions of the `Google.Cloud.Translate.V3` package, ranging from the latest version 3.9.0 down to version 2.2.0."]]],[]]