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"]],[["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-24 UTC."],[[["`DocumentOutputConfig` is a class that manages the configuration for outputting documents as JSON files."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors: a default one, `DocumentOutputConfig()`, and another, `DocumentOutputConfig(DocumentOutputConfig other)`, that takes an existing `DocumentOutputConfig` as a parameter."],["`DocumentOutputConfig` has properties like `DestinationCase` to determine the destination type and `GcsOutputConfig` to specify Cloud Storage output settings."],["There are multiple versions of this documentation, the latest one is 2.0.0-beta23."]]],[]]