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\u003eAll documents are output as JSON files.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003edestination\u003c/code\u003e field specifies where the results are written, with \u003ccode\u003egcsOutputConfig\u003c/code\u003e indicating Cloud Storage as the output location.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egcsOutputConfig\u003c/code\u003e includes settings for the Cloud Storage URI (\u003ccode\u003egcsUri\u003c/code\u003e), which fields to include (\u003ccode\u003efieldMask\u003c/code\u003e), and how to shard the output (\u003ccode\u003eshardingConfig\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eshardingConfig\u003c/code\u003e determines how the document is split, including the number of pages per shard (\u003ccode\u003epagesPerShard\u003c/code\u003e) and the overlap between shards (\u003ccode\u003epagesOverlap\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003efieldMask\u003c/code\u003e allows selection of specific fields to be included, supporting top-level document fields or page fields.\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."]]