Stay organized with collectionsSave and categorize content based on your preferences.
Config that controls the output of documents. All documents will be written as a JSON file.
JSON representation
{// Union fielddestinationcan be only one of the following:"gcsOutputConfig":{object (GcsOutputConfig)}// End of list of possible types for union fielddestination.}
Fields
Union fielddestination. The destination of the results.destinationcan be only one of the following:
Specifies which fields to include in the output documents. Only supports top level document and pages field so it must be in the form of{document_field_name}orpages.{page_field_name}.
This is a comma-separated list of fully qualified names of fields. Example:"user.displayName,photo".
[[["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-06-10 UTC."],[[["\u003cp\u003eDocuments are output as JSON files, configured through a specified output configuration.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003edestination\u003c/code\u003e field determines where the results are sent, with \u003ccode\u003egcsOutputConfig\u003c/code\u003e directing them to Cloud Storage.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egcsOutputConfig\u003c/code\u003e uses \u003ccode\u003egcsUri\u003c/code\u003e to indicate the Cloud Storage directory, \u003ccode\u003efieldMask\u003c/code\u003e to specify which fields to include, and \u003ccode\u003eshardingConfig\u003c/code\u003e to handle document sharding.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eShardingConfig\u003c/code\u003e defines the sharding for the output document using \u003ccode\u003epagesPerShard\u003c/code\u003e to specify the number of pages in each shard, and \u003ccode\u003epagesOverlap\u003c/code\u003e to detail the overlap between shards.\u003c/p\u003e\n"]]],[],null,["# DocumentOutputConfig\n\nConfig that controls the output of documents. All documents will be written as a JSON file.\n\nGcsOutputConfig\n---------------\n\nThe configuration used when outputting documents.\n\nShardingConfig\n--------------\n\nThe sharding config for the output document."]]