public sealed class DocumentOutputConfig : IMessage<DocumentOutputConfig>, IEquatable<DocumentOutputConfig>, IDeepCloneable<DocumentOutputConfig>, IBufferMessage, IMessage
Config that controls the output of documents. All documents will be written
as a JSON file.
[[["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\u003e\u003ccode\u003eDocumentOutputConfig\u003c/code\u003e is a class that manages the configuration for outputting documents as JSON files.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements several interfaces, including \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\u003eIt provides two constructors: a default one, \u003ccode\u003eDocumentOutputConfig()\u003c/code\u003e, and another, \u003ccode\u003eDocumentOutputConfig(DocumentOutputConfig other)\u003c/code\u003e, that takes an existing \u003ccode\u003eDocumentOutputConfig\u003c/code\u003e as a parameter.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDocumentOutputConfig\u003c/code\u003e has properties like \u003ccode\u003eDestinationCase\u003c/code\u003e to determine the destination type and \u003ccode\u003eGcsOutputConfig\u003c/code\u003e to specify Cloud Storage output settings.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of this documentation, the latest one is 2.0.0-beta23.\u003c/p\u003e\n"]]],[],null,[]]