Gets the parsed layout information for a Document.
HTTP request
GET https://discoveryengine.googleapis.com/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}:getProcessedDocument
Required. Full resource name of Document, such as projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}/branches/{branch}/documents/{document}.
If the caller does not have permission to access the Document, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested Document does not exist, a NOT_FOUND error is returned.
[[["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-02-28 UTC."],[[["This page details how to retrieve parsed layout information for a specific Document resource using a GET request."],["The HTTP request requires a specific URL structure using gRPC Transcoding, including parameters for the project, location, collection, data store, branch, and document."],["Two query parameters, `processedDocumentType` and `processedDocumentFormat`, are required to specify the type and format of the processing to be returned."],["The request body must be empty for this GET operation, and a successful response will include an instance of ProcessedDocument."],["Authorization for this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `discoveryengine.documents.get` IAM permission on the specified resource."]]],[]]