GoogleCloudContentwarehouseV1Document

Content Warehouse V1Infrastructure

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Document

2
out of 10
Low
SEO Impact
Defines the structure for content warehouse document proto.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Google Cloud Contentwarehouse V1 Document) contains 21 attributes that define its data structure. Key functionality includes: Document AI format to save the structured content, including OCR.

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture

Attributes

21
Sort:|Filter:
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1Document.t

Document AI format to save the structured content, including OCR.

contentCategorystring
Default: nilFull type: String.t

Indicates the category (image, audio, video etc.) of the original content.

createTimedatetime
Default: nilFull type: DateTime.t

Output only. The time when the document is created.

creatorstring
Default: nilFull type: String.t

The user who creates the document.

displayNamestring
Default: nilFull type: String.t

Required. Display name of the document given by the user. This name will be displayed in the UI. Customer can populate this field with the name of the document. This differs from the 'title' field as 'title' is optional and stores the top heading in the document.

displayUristring
Default: nilFull type: String.t

Uri to display the document, for example, in the UI.

dispositionTimedatetime
Default: nilFull type: DateTime.t

Output only. If linked to a Collection with RetentionPolicy, the date when the document becomes mutable.

documentSchemaNamestring
Default: nilFull type: String.t

The Document schema name. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.

inlineRawDocumentstring
Default: nilFull type: String.t

Raw document content.

legalHoldboolean(
Default: nil

Output only. Indicates if the document has a legal hold on it.

namestring
Default: nilFull type: String.t

The resource name of the document. Format: projects/{project_number}/locations/{location}/documents/{document_id}. The name is ignored when creating a document.

plainTextstring
Default: nilFull type: String.t

Other document format, such as PPTX, XLXS

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Property.t

List of values that are user supplied metadata.

rawDocumentFileTypestring
Default: nilFull type: String.t

This is used when DocAI was not used to load the document and parsing/ extracting is needed for the inline_raw_document. For example, if inline_raw_document is the byte representation of a PDF file, then this should be set to: RAW_DOCUMENT_FILE_TYPE_PDF.

rawDocumentPathstring
Default: nilFull type: String.t

Raw document file in Cloud Storage path.

referenceIdstring
Default: nilFull type: String.t

The reference ID set by customers. Must be unique per project and location.

textExtractionDisabledboolean(
Default: nil

If true, text extraction will not be performed.

textExtractionEnabledboolean(
Default: nil

If true, text extraction will be performed.

titlestring
Default: nilFull type: String.t

Title that describes the document. This can be the top heading or text that describes the document.

updateTimedatetime
Default: nilFull type: DateTime.t

Output only. The time when the document is last updated.

updaterstring
Default: nilFull type: String.t

The user who lastly updates the document.