public sealed class TranslateDocumentResponse : IMessage<TranslateDocumentResponse>, IEquatable<TranslateDocumentResponse>, IDeepCloneable<TranslateDocumentResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class TranslateDocumentResponse.
public DocumentTranslation GlossaryDocumentTranslation { get; set; }
The document's translation output if a glossary is provided in the request.
This can be the same as [TranslateDocumentResponse.document_translation]
if no glossary terms apply.
Only present when 'model' is present in the request.
'model' is normalized to have a project number.
For example:
If the 'model' field in TranslateDocumentRequest is:
projects/{project-id}/locations/{location-id}/models/general/nmt then
model here would be normalized to
projects/{project-number}/locations/{location-id}/models/general/nmt.
[[["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."],[[["\u003cp\u003eThis webpage provides reference documentation for the \u003ccode\u003eTranslateDocumentResponse\u003c/code\u003e class within the Google Cloud Translation v3 API, specifically for .NET development, across multiple versions, with the latest being 3.9.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTranslateDocumentResponse\u003c/code\u003e class is a response message containing the details of a translated document and implements various interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains properties like \u003ccode\u003eDocumentTranslation\u003c/code\u003e, \u003ccode\u003eGlossaryConfig\u003c/code\u003e, \u003ccode\u003eGlossaryDocumentTranslation\u003c/code\u003e, and \u003ccode\u003eModel\u003c/code\u003e to provide details about the translated document, any glossary used, and the translation model.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTranslateDocumentResponse\u003c/code\u003e class has two constructors: one default and one that takes another \u003ccode\u003eTranslateDocumentResponse\u003c/code\u003e object as a parameter, allowing for the creation of new instances and copies.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage covers information for 13 different versions of the \u003ccode\u003eTranslateDocumentResponse\u003c/code\u003e class, with links to the documentation for each respective version.\u003c/p\u003e\n"]]],[],null,[]]