Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.contentwarehouse/v1.Document
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a document.
Create Document Resource
new Document(name: string, args: DocumentArgs, opts?: CustomResourceOptions);
@overload
def Document(resource_name: str,
opts: Optional[ResourceOptions] = None,
cloud_ai_document: Optional[GoogleCloudDocumentaiV1DocumentArgs] = None,
cloud_ai_document_option: Optional[GoogleCloudContentwarehouseV1CloudAIDocumentOptionArgs] = None,
content_category: Optional[DocumentContentCategory] = None,
create_mask: Optional[str] = None,
creator: Optional[str] = None,
display_name: Optional[str] = None,
display_uri: Optional[str] = None,
document_schema_name: Optional[str] = None,
inline_raw_document: Optional[str] = None,
location: Optional[str] = None,
name: Optional[str] = None,
plain_text: Optional[str] = None,
policy: Optional[GoogleIamV1PolicyArgs] = None,
project: Optional[str] = None,
properties: Optional[Sequence[GoogleCloudContentwarehouseV1PropertyArgs]] = None,
raw_document_file_type: Optional[DocumentRawDocumentFileType] = None,
raw_document_path: Optional[str] = None,
reference_id: Optional[str] = None,
request_metadata: Optional[GoogleCloudContentwarehouseV1RequestMetadataArgs] = None,
text_extraction_disabled: Optional[bool] = None,
text_extraction_enabled: Optional[bool] = None,
title: Optional[str] = None,
updater: Optional[str] = None)
@overload
def Document(resource_name: str,
args: DocumentArgs,
opts: Optional[ResourceOptions] = None)
func NewDocument(ctx *Context, name string, args DocumentArgs, opts ...ResourceOption) (*Document, error)
public Document(string name, DocumentArgs args, CustomResourceOptions? opts = null)
public Document(String name, DocumentArgs args)
public Document(String name, DocumentArgs args, CustomResourceOptions options)
type: google-native:contentwarehouse/v1:Document
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DocumentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DocumentArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DocumentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DocumentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DocumentArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Document Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Document resource accepts the following input properties:
- Display
Name string 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.
- Cloud
Ai Pulumi.Document Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Document AI format to save the structured content, including OCR.
- Cloud
Ai Pulumi.Document Option Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Cloud AIDocument Option Request Option for processing Cloud AI Document in Document Warehouse. This field offers limited support for mapping entities from Cloud AI Document to Warehouse Document. Please consult with product team before using this field and other available options.
- Content
Category Pulumi.Google Native. Contentwarehouse. V1. Document Content Category Indicates the category (image, audio, video etc.) of the original content.
- Create
Mask string Field mask for creating Document fields. If mask path is empty, it means all fields are masked. For the
FieldMask
definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.- Creator string
The user who creates the document.
- Display
Uri string Uri to display the document, for example, in the UI.
- Document
Schema stringName The Document schema name. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.
- Inline
Raw stringDocument Raw document content.
- Location string
- Name string
The resource name of the document. Format: projects/{project_number}/locations/{location}/documents/{document_id}. The name is ignored when creating a document.
- Plain
Text string Other document format, such as PPTX, XLXS
- Policy
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Iam V1Policy Default document policy during creation. This refers to an Identity and Access (IAM) policy, which specifies access controls for the Document. Conditions defined in the policy will be ignored.
- Project string
- Properties
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Property> List of values that are user supplied metadata.
- Raw
Document Pulumi.File Type Google Native. Contentwarehouse. V1. Document Raw Document File Type 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.
- Raw
Document stringPath Raw document file in Cloud Storage path.
- Reference
Id string The reference ID set by customers. Must be unique per project and location.
- Request
Metadata Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Request Metadata The meta information collected about the end user, used to enforce access control for the service.
- Text
Extraction boolDisabled If true, text extraction will not be performed.
- Text
Extraction boolEnabled If true, text extraction will be performed.
- Title string
Title that describes the document. This can be the top heading or text that describes the document.
- Updater string
The user who lastly updates the document.
- Display
Name string 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.
- Cloud
Ai GoogleDocument Cloud Documentai V1Document Args Document AI format to save the structured content, including OCR.
- Cloud
Ai GoogleDocument Option Cloud Contentwarehouse V1Cloud AIDocument Option Args Request Option for processing Cloud AI Document in Document Warehouse. This field offers limited support for mapping entities from Cloud AI Document to Warehouse Document. Please consult with product team before using this field and other available options.
- Content
Category DocumentContent Category Indicates the category (image, audio, video etc.) of the original content.
- Create
Mask string Field mask for creating Document fields. If mask path is empty, it means all fields are masked. For the
FieldMask
definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.- Creator string
The user who creates the document.
- Display
Uri string Uri to display the document, for example, in the UI.
- Document
Schema stringName The Document schema name. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.
- Inline
Raw stringDocument Raw document content.
- Location string
- Name string
The resource name of the document. Format: projects/{project_number}/locations/{location}/documents/{document_id}. The name is ignored when creating a document.
- Plain
Text string Other document format, such as PPTX, XLXS
- Policy
Google
Iam V1Policy Args Default document policy during creation. This refers to an Identity and Access (IAM) policy, which specifies access controls for the Document. Conditions defined in the policy will be ignored.
- Project string
- Properties
[]Google
Cloud Contentwarehouse V1Property Args List of values that are user supplied metadata.
- Raw
Document DocumentFile Type Raw Document File Type 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.
- Raw
Document stringPath Raw document file in Cloud Storage path.
- Reference
Id string The reference ID set by customers. Must be unique per project and location.
- Request
Metadata GoogleCloud Contentwarehouse V1Request Metadata Args The meta information collected about the end user, used to enforce access control for the service.
- Text
Extraction boolDisabled If true, text extraction will not be performed.
- Text
Extraction boolEnabled If true, text extraction will be performed.
- Title string
Title that describes the document. This can be the top heading or text that describes the document.
- Updater string
The user who lastly updates the document.
- display
Name String 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.
- cloud
Ai GoogleDocument Cloud Documentai V1Document Document AI format to save the structured content, including OCR.
- cloud
Ai GoogleDocument Option Cloud Contentwarehouse V1Cloud AIDocument Option Request Option for processing Cloud AI Document in Document Warehouse. This field offers limited support for mapping entities from Cloud AI Document to Warehouse Document. Please consult with product team before using this field and other available options.
- content
Category DocumentContent Category Indicates the category (image, audio, video etc.) of the original content.
- create
Mask String Field mask for creating Document fields. If mask path is empty, it means all fields are masked. For the
FieldMask
definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.- creator String
The user who creates the document.
- display
Uri String Uri to display the document, for example, in the UI.
- document
Schema StringName The Document schema name. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.
- inline
Raw StringDocument Raw document content.
- location String
- name String
The resource name of the document. Format: projects/{project_number}/locations/{location}/documents/{document_id}. The name is ignored when creating a document.
- plain
Text String Other document format, such as PPTX, XLXS
- policy
Google
Iam V1Policy Default document policy during creation. This refers to an Identity and Access (IAM) policy, which specifies access controls for the Document. Conditions defined in the policy will be ignored.
- project String
- properties
List<Google
Cloud Contentwarehouse V1Property> List of values that are user supplied metadata.
- raw
Document DocumentFile Type Raw Document File Type 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.
- raw
Document StringPath Raw document file in Cloud Storage path.
- reference
Id String The reference ID set by customers. Must be unique per project and location.
- request
Metadata GoogleCloud Contentwarehouse V1Request Metadata The meta information collected about the end user, used to enforce access control for the service.
- text
Extraction BooleanDisabled If true, text extraction will not be performed.
- text
Extraction BooleanEnabled If true, text extraction will be performed.
- title String
Title that describes the document. This can be the top heading or text that describes the document.
- updater String
The user who lastly updates the document.
- display
Name string 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.
- cloud
Ai GoogleDocument Cloud Documentai V1Document Document AI format to save the structured content, including OCR.
- cloud
Ai GoogleDocument Option Cloud Contentwarehouse V1Cloud AIDocument Option Request Option for processing Cloud AI Document in Document Warehouse. This field offers limited support for mapping entities from Cloud AI Document to Warehouse Document. Please consult with product team before using this field and other available options.
- content
Category DocumentContent Category Indicates the category (image, audio, video etc.) of the original content.
- create
Mask string Field mask for creating Document fields. If mask path is empty, it means all fields are masked. For the
FieldMask
definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.- creator string
The user who creates the document.
- display
Uri string Uri to display the document, for example, in the UI.
- document
Schema stringName The Document schema name. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.
- inline
Raw stringDocument Raw document content.
- location string
- name string
The resource name of the document. Format: projects/{project_number}/locations/{location}/documents/{document_id}. The name is ignored when creating a document.
- plain
Text string Other document format, such as PPTX, XLXS
- policy
Google
Iam V1Policy Default document policy during creation. This refers to an Identity and Access (IAM) policy, which specifies access controls for the Document. Conditions defined in the policy will be ignored.
- project string
- properties
Google
Cloud Contentwarehouse V1Property[] List of values that are user supplied metadata.
- raw
Document DocumentFile Type Raw Document File Type 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.
- raw
Document stringPath Raw document file in Cloud Storage path.
- reference
Id string The reference ID set by customers. Must be unique per project and location.
- request
Metadata GoogleCloud Contentwarehouse V1Request Metadata The meta information collected about the end user, used to enforce access control for the service.
- text
Extraction booleanDisabled If true, text extraction will not be performed.
- text
Extraction booleanEnabled If true, text extraction will be performed.
- title string
Title that describes the document. This can be the top heading or text that describes the document.
- updater string
The user who lastly updates the document.
- display_
name str 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.
- cloud_
ai_ Googledocument Cloud Documentai V1Document Args Document AI format to save the structured content, including OCR.
- cloud_
ai_ Googledocument_ option Cloud Contentwarehouse V1Cloud AIDocument Option Args Request Option for processing Cloud AI Document in Document Warehouse. This field offers limited support for mapping entities from Cloud AI Document to Warehouse Document. Please consult with product team before using this field and other available options.
- content_
category DocumentContent Category Indicates the category (image, audio, video etc.) of the original content.
- create_
mask str Field mask for creating Document fields. If mask path is empty, it means all fields are masked. For the
FieldMask
definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.- creator str
The user who creates the document.
- display_
uri str Uri to display the document, for example, in the UI.
- document_
schema_ strname The Document schema name. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.
- inline_
raw_ strdocument Raw document content.
- location str
- name str
The resource name of the document. Format: projects/{project_number}/locations/{location}/documents/{document_id}. The name is ignored when creating a document.
- plain_
text str Other document format, such as PPTX, XLXS
- policy
Google
Iam V1Policy Args Default document policy during creation. This refers to an Identity and Access (IAM) policy, which specifies access controls for the Document. Conditions defined in the policy will be ignored.
- project str
- properties
Sequence[Google
Cloud Contentwarehouse V1Property Args] List of values that are user supplied metadata.
- raw_
document_ Documentfile_ type Raw Document File Type 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.
- raw_
document_ strpath Raw document file in Cloud Storage path.
- reference_
id str The reference ID set by customers. Must be unique per project and location.
- request_
metadata GoogleCloud Contentwarehouse V1Request Metadata Args The meta information collected about the end user, used to enforce access control for the service.
- text_
extraction_ booldisabled If true, text extraction will not be performed.
- text_
extraction_ boolenabled If true, text extraction will be performed.
- title str
Title that describes the document. This can be the top heading or text that describes the document.
- updater str
The user who lastly updates the document.
- display
Name String 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.
- cloud
Ai Property MapDocument Document AI format to save the structured content, including OCR.
- cloud
Ai Property MapDocument Option Request Option for processing Cloud AI Document in Document Warehouse. This field offers limited support for mapping entities from Cloud AI Document to Warehouse Document. Please consult with product team before using this field and other available options.
- content
Category "CONTENT_CATEGORY_UNSPECIFIED" | "CONTENT_CATEGORY_IMAGE" | "CONTENT_CATEGORY_AUDIO" | "CONTENT_CATEGORY_VIDEO" Indicates the category (image, audio, video etc.) of the original content.
- create
Mask String Field mask for creating Document fields. If mask path is empty, it means all fields are masked. For the
FieldMask
definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.- creator String
The user who creates the document.
- display
Uri String Uri to display the document, for example, in the UI.
- document
Schema StringName The Document schema name. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.
- inline
Raw StringDocument Raw document content.
- location String
- name String
The resource name of the document. Format: projects/{project_number}/locations/{location}/documents/{document_id}. The name is ignored when creating a document.
- plain
Text String Other document format, such as PPTX, XLXS
- policy Property Map
Default document policy during creation. This refers to an Identity and Access (IAM) policy, which specifies access controls for the Document. Conditions defined in the policy will be ignored.
- project String
- properties List<Property Map>
List of values that are user supplied metadata.
- raw
Document "RAW_DOCUMENT_FILE_TYPE_UNSPECIFIED" | "RAW_DOCUMENT_FILE_TYPE_PDF" | "RAW_DOCUMENT_FILE_TYPE_DOCX" | "RAW_DOCUMENT_FILE_TYPE_XLSX" | "RAW_DOCUMENT_FILE_TYPE_PPTX" | "RAW_DOCUMENT_FILE_TYPE_TEXT" | "RAW_DOCUMENT_FILE_TYPE_TIFF"File Type 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.
- raw
Document StringPath Raw document file in Cloud Storage path.
- reference
Id String The reference ID set by customers. Must be unique per project and location.
- request
Metadata Property Map The meta information collected about the end user, used to enforce access control for the service.
- text
Extraction BooleanDisabled If true, text extraction will not be performed.
- text
Extraction BooleanEnabled If true, text extraction will be performed.
- title String
Title that describes the document. This can be the top heading or text that describes the document.
- updater String
The user who lastly updates the document.
Outputs
All input properties are implicitly available as output properties. Additionally, the Document resource produces the following output properties:
- Create
Time string The time when the document is created.
- Disposition
Time string If linked to a Collection with RetentionPolicy, the date when the document becomes mutable.
- Id string
The provider-assigned unique ID for this managed resource.
- Update
Time string The time when the document is last updated.
- Create
Time string The time when the document is created.
- Disposition
Time string If linked to a Collection with RetentionPolicy, the date when the document becomes mutable.
- Id string
The provider-assigned unique ID for this managed resource.
- Update
Time string The time when the document is last updated.
- create
Time String The time when the document is created.
- disposition
Time String If linked to a Collection with RetentionPolicy, the date when the document becomes mutable.
- id String
The provider-assigned unique ID for this managed resource.
- update
Time String The time when the document is last updated.
- create
Time string The time when the document is created.
- disposition
Time string If linked to a Collection with RetentionPolicy, the date when the document becomes mutable.
- id string
The provider-assigned unique ID for this managed resource.
- update
Time string The time when the document is last updated.
- create_
time str The time when the document is created.
- disposition_
time str If linked to a Collection with RetentionPolicy, the date when the document becomes mutable.
- id str
The provider-assigned unique ID for this managed resource.
- update_
time str The time when the document is last updated.
- create
Time String The time when the document is created.
- disposition
Time String If linked to a Collection with RetentionPolicy, the date when the document becomes mutable.
- id String
The provider-assigned unique ID for this managed resource.
- update
Time String The time when the document is last updated.
Supporting Types
DocumentContentCategory, DocumentContentCategoryArgs
- Content
Category Unspecified - CONTENT_CATEGORY_UNSPECIFIED
No category is specified.
- Content
Category Image - CONTENT_CATEGORY_IMAGE
Content is of image type.
- Content
Category Audio - CONTENT_CATEGORY_AUDIO
Content is of audio type.
- Content
Category Video - CONTENT_CATEGORY_VIDEO
Content is of video type.
- Document
Content Category Content Category Unspecified - CONTENT_CATEGORY_UNSPECIFIED
No category is specified.
- Document
Content Category Content Category Image - CONTENT_CATEGORY_IMAGE
Content is of image type.
- Document
Content Category Content Category Audio - CONTENT_CATEGORY_AUDIO
Content is of audio type.
- Document
Content Category Content Category Video - CONTENT_CATEGORY_VIDEO
Content is of video type.
- Content
Category Unspecified - CONTENT_CATEGORY_UNSPECIFIED
No category is specified.
- Content
Category Image - CONTENT_CATEGORY_IMAGE
Content is of image type.
- Content
Category Audio - CONTENT_CATEGORY_AUDIO
Content is of audio type.
- Content
Category Video - CONTENT_CATEGORY_VIDEO
Content is of video type.
- Content
Category Unspecified - CONTENT_CATEGORY_UNSPECIFIED
No category is specified.
- Content
Category Image - CONTENT_CATEGORY_IMAGE
Content is of image type.
- Content
Category Audio - CONTENT_CATEGORY_AUDIO
Content is of audio type.
- Content
Category Video - CONTENT_CATEGORY_VIDEO
Content is of video type.
- CONTENT_CATEGORY_UNSPECIFIED
- CONTENT_CATEGORY_UNSPECIFIED
No category is specified.
- CONTENT_CATEGORY_IMAGE
- CONTENT_CATEGORY_IMAGE
Content is of image type.
- CONTENT_CATEGORY_AUDIO
- CONTENT_CATEGORY_AUDIO
Content is of audio type.
- CONTENT_CATEGORY_VIDEO
- CONTENT_CATEGORY_VIDEO
Content is of video type.
- "CONTENT_CATEGORY_UNSPECIFIED"
- CONTENT_CATEGORY_UNSPECIFIED
No category is specified.
- "CONTENT_CATEGORY_IMAGE"
- CONTENT_CATEGORY_IMAGE
Content is of image type.
- "CONTENT_CATEGORY_AUDIO"
- CONTENT_CATEGORY_AUDIO
Content is of audio type.
- "CONTENT_CATEGORY_VIDEO"
- CONTENT_CATEGORY_VIDEO
Content is of video type.
DocumentRawDocumentFileType, DocumentRawDocumentFileTypeArgs
- Raw
Document File Type Unspecified - RAW_DOCUMENT_FILE_TYPE_UNSPECIFIED
No raw document specified or it is non-parsable
- Raw
Document File Type Pdf - RAW_DOCUMENT_FILE_TYPE_PDF
Adobe PDF format
- Raw
Document File Type Docx - RAW_DOCUMENT_FILE_TYPE_DOCX
Microsoft Word format
- Raw
Document File Type Xlsx - RAW_DOCUMENT_FILE_TYPE_XLSX
Microsoft Excel format
- Raw
Document File Type Pptx - RAW_DOCUMENT_FILE_TYPE_PPTX
Microsoft Powerpoint format
- Raw
Document File Type Text - RAW_DOCUMENT_FILE_TYPE_TEXT
UTF-8 encoded text format
- Raw
Document File Type Tiff - RAW_DOCUMENT_FILE_TYPE_TIFF
TIFF or TIF image file format
- Document
Raw Document File Type Raw Document File Type Unspecified - RAW_DOCUMENT_FILE_TYPE_UNSPECIFIED
No raw document specified or it is non-parsable
- Document
Raw Document File Type Raw Document File Type Pdf - RAW_DOCUMENT_FILE_TYPE_PDF
Adobe PDF format
- Document
Raw Document File Type Raw Document File Type Docx - RAW_DOCUMENT_FILE_TYPE_DOCX
Microsoft Word format
- Document
Raw Document File Type Raw Document File Type Xlsx - RAW_DOCUMENT_FILE_TYPE_XLSX
Microsoft Excel format
- Document
Raw Document File Type Raw Document File Type Pptx - RAW_DOCUMENT_FILE_TYPE_PPTX
Microsoft Powerpoint format
- Document
Raw Document File Type Raw Document File Type Text - RAW_DOCUMENT_FILE_TYPE_TEXT
UTF-8 encoded text format
- Document
Raw Document File Type Raw Document File Type Tiff - RAW_DOCUMENT_FILE_TYPE_TIFF
TIFF or TIF image file format
- Raw
Document File Type Unspecified - RAW_DOCUMENT_FILE_TYPE_UNSPECIFIED
No raw document specified or it is non-parsable
- Raw
Document File Type Pdf - RAW_DOCUMENT_FILE_TYPE_PDF
Adobe PDF format
- Raw
Document File Type Docx - RAW_DOCUMENT_FILE_TYPE_DOCX
Microsoft Word format
- Raw
Document File Type Xlsx - RAW_DOCUMENT_FILE_TYPE_XLSX
Microsoft Excel format
- Raw
Document File Type Pptx - RAW_DOCUMENT_FILE_TYPE_PPTX
Microsoft Powerpoint format
- Raw
Document File Type Text - RAW_DOCUMENT_FILE_TYPE_TEXT
UTF-8 encoded text format
- Raw
Document File Type Tiff - RAW_DOCUMENT_FILE_TYPE_TIFF
TIFF or TIF image file format
- Raw
Document File Type Unspecified - RAW_DOCUMENT_FILE_TYPE_UNSPECIFIED
No raw document specified or it is non-parsable
- Raw
Document File Type Pdf - RAW_DOCUMENT_FILE_TYPE_PDF
Adobe PDF format
- Raw
Document File Type Docx - RAW_DOCUMENT_FILE_TYPE_DOCX
Microsoft Word format
- Raw
Document File Type Xlsx - RAW_DOCUMENT_FILE_TYPE_XLSX
Microsoft Excel format
- Raw
Document File Type Pptx - RAW_DOCUMENT_FILE_TYPE_PPTX
Microsoft Powerpoint format
- Raw
Document File Type Text - RAW_DOCUMENT_FILE_TYPE_TEXT
UTF-8 encoded text format
- Raw
Document File Type Tiff - RAW_DOCUMENT_FILE_TYPE_TIFF
TIFF or TIF image file format
- RAW_DOCUMENT_FILE_TYPE_UNSPECIFIED
- RAW_DOCUMENT_FILE_TYPE_UNSPECIFIED
No raw document specified or it is non-parsable
- RAW_DOCUMENT_FILE_TYPE_PDF
- RAW_DOCUMENT_FILE_TYPE_PDF
Adobe PDF format
- RAW_DOCUMENT_FILE_TYPE_DOCX
- RAW_DOCUMENT_FILE_TYPE_DOCX
Microsoft Word format
- RAW_DOCUMENT_FILE_TYPE_XLSX
- RAW_DOCUMENT_FILE_TYPE_XLSX
Microsoft Excel format
- RAW_DOCUMENT_FILE_TYPE_PPTX
- RAW_DOCUMENT_FILE_TYPE_PPTX
Microsoft Powerpoint format
- RAW_DOCUMENT_FILE_TYPE_TEXT
- RAW_DOCUMENT_FILE_TYPE_TEXT
UTF-8 encoded text format
- RAW_DOCUMENT_FILE_TYPE_TIFF
- RAW_DOCUMENT_FILE_TYPE_TIFF
TIFF or TIF image file format
- "RAW_DOCUMENT_FILE_TYPE_UNSPECIFIED"
- RAW_DOCUMENT_FILE_TYPE_UNSPECIFIED
No raw document specified or it is non-parsable
- "RAW_DOCUMENT_FILE_TYPE_PDF"
- RAW_DOCUMENT_FILE_TYPE_PDF
Adobe PDF format
- "RAW_DOCUMENT_FILE_TYPE_DOCX"
- RAW_DOCUMENT_FILE_TYPE_DOCX
Microsoft Word format
- "RAW_DOCUMENT_FILE_TYPE_XLSX"
- RAW_DOCUMENT_FILE_TYPE_XLSX
Microsoft Excel format
- "RAW_DOCUMENT_FILE_TYPE_PPTX"
- RAW_DOCUMENT_FILE_TYPE_PPTX
Microsoft Powerpoint format
- "RAW_DOCUMENT_FILE_TYPE_TEXT"
- RAW_DOCUMENT_FILE_TYPE_TEXT
UTF-8 encoded text format
- "RAW_DOCUMENT_FILE_TYPE_TIFF"
- RAW_DOCUMENT_FILE_TYPE_TIFF
TIFF or TIF image file format
GoogleCloudContentwarehouseV1CloudAIDocumentOption, GoogleCloudContentwarehouseV1CloudAIDocumentOptionArgs
- Customized
Entities Dictionary<string, string>Properties Conversions If set, only selected entities will be converted to properties.
- Enable
Entities boolConversions Whether to convert all the entities to properties.
- Customized
Entities map[string]stringProperties Conversions If set, only selected entities will be converted to properties.
- Enable
Entities boolConversions Whether to convert all the entities to properties.
- customized
Entities Map<String,String>Properties Conversions If set, only selected entities will be converted to properties.
- enable
Entities BooleanConversions Whether to convert all the entities to properties.
- customized
Entities {[key: string]: string}Properties Conversions If set, only selected entities will be converted to properties.
- enable
Entities booleanConversions Whether to convert all the entities to properties.
- customized_
entities_ Mapping[str, str]properties_ conversions If set, only selected entities will be converted to properties.
- enable_
entities_ boolconversions Whether to convert all the entities to properties.
- customized
Entities Map<String>Properties Conversions If set, only selected entities will be converted to properties.
- enable
Entities BooleanConversions Whether to convert all the entities to properties.
GoogleCloudContentwarehouseV1DateTimeArray, GoogleCloudContentwarehouseV1DateTimeArrayArgs
- Values
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Type Date Time> List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.
- Values
[]Google
Type Date Time List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.
- values
List<Google
Type Date Time> List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.
- values
Google
Type Date Time[] List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.
- values
Sequence[Google
Type Date Time] List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.
- values List<Property Map>
List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.
GoogleCloudContentwarehouseV1DateTimeArrayResponse, GoogleCloudContentwarehouseV1DateTimeArrayResponseArgs
- Values
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Type Date Time Response> List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.
- Values
[]Google
Type Date Time Response List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.
- values
List<Google
Type Date Time Response> List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.
- values
Google
Type Date Time Response[] List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.
- values
Sequence[Google
Type Date Time Response] List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.
- values List<Property Map>
List of datetime values. Both OffsetDateTime and ZonedDateTime are supported.
GoogleCloudContentwarehouseV1EnumArray, GoogleCloudContentwarehouseV1EnumArrayArgs
- Values List<string>
List of enum values.
- Values []string
List of enum values.
- values List<String>
List of enum values.
- values string[]
List of enum values.
- values Sequence[str]
List of enum values.
- values List<String>
List of enum values.
GoogleCloudContentwarehouseV1EnumArrayResponse, GoogleCloudContentwarehouseV1EnumArrayResponseArgs
- Values List<string>
List of enum values.
- Values []string
List of enum values.
- values List<String>
List of enum values.
- values string[]
List of enum values.
- values Sequence[str]
List of enum values.
- values List<String>
List of enum values.
GoogleCloudContentwarehouseV1FloatArray, GoogleCloudContentwarehouseV1FloatArrayArgs
- Values List<double>
List of float values.
- Values []float64
List of float values.
- values List<Double>
List of float values.
- values number[]
List of float values.
- values Sequence[float]
List of float values.
- values List<Number>
List of float values.
GoogleCloudContentwarehouseV1FloatArrayResponse, GoogleCloudContentwarehouseV1FloatArrayResponseArgs
- Values List<double>
List of float values.
- Values []float64
List of float values.
- values List<Double>
List of float values.
- values number[]
List of float values.
- values Sequence[float]
List of float values.
- values List<Number>
List of float values.
GoogleCloudContentwarehouseV1IntegerArray, GoogleCloudContentwarehouseV1IntegerArrayArgs
- Values List<int>
List of integer values.
- Values []int
List of integer values.
- values List<Integer>
List of integer values.
- values number[]
List of integer values.
- values Sequence[int]
List of integer values.
- values List<Number>
List of integer values.
GoogleCloudContentwarehouseV1IntegerArrayResponse, GoogleCloudContentwarehouseV1IntegerArrayResponseArgs
- Values List<int>
List of integer values.
- Values []int
List of integer values.
- values List<Integer>
List of integer values.
- values number[]
List of integer values.
- values Sequence[int]
List of integer values.
- values List<Number>
List of integer values.
GoogleCloudContentwarehouseV1MapProperty, GoogleCloudContentwarehouseV1MapPropertyArgs
- Fields Dictionary<string, string>
Unordered map of dynamically typed values.
- Fields map[string]string
Unordered map of dynamically typed values.
- fields Map<String,String>
Unordered map of dynamically typed values.
- fields {[key: string]: string}
Unordered map of dynamically typed values.
- fields Mapping[str, str]
Unordered map of dynamically typed values.
- fields Map<String>
Unordered map of dynamically typed values.
GoogleCloudContentwarehouseV1MapPropertyResponse, GoogleCloudContentwarehouseV1MapPropertyResponseArgs
- Fields Dictionary<string, string>
Unordered map of dynamically typed values.
- Fields map[string]string
Unordered map of dynamically typed values.
- fields Map<String,String>
Unordered map of dynamically typed values.
- fields {[key: string]: string}
Unordered map of dynamically typed values.
- fields Mapping[str, str]
Unordered map of dynamically typed values.
- fields Map<String>
Unordered map of dynamically typed values.
GoogleCloudContentwarehouseV1Property, GoogleCloudContentwarehouseV1PropertyArgs
- Name string
Must match the name of a PropertyDefinition in the DocumentSchema.
- Date
Time Pulumi.Values Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Date Time Array Date time property values. It is not supported by CMEK compliant deployment.
- Enum
Values Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Enum Array Enum property values.
- Float
Values Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Float Array Float property values.
- Integer
Values Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Integer Array Integer property values.
- Map
Property Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Map Property Map property values.
- Property
Values Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Property Array Nested structured data property values.
- Text
Values Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Text Array String/text property values.
- Timestamp
Values Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Timestamp Array Timestamp property values. It is not supported by CMEK compliant deployment.
- Name string
Must match the name of a PropertyDefinition in the DocumentSchema.
- Date
Time GoogleValues Cloud Contentwarehouse V1Date Time Array Date time property values. It is not supported by CMEK compliant deployment.
- Enum
Values GoogleCloud Contentwarehouse V1Enum Array Enum property values.
- Float
Values GoogleCloud Contentwarehouse V1Float Array Float property values.
- Integer
Values GoogleCloud Contentwarehouse V1Integer Array Integer property values.
- Map
Property GoogleCloud Contentwarehouse V1Map Property Map property values.
- Property
Values GoogleCloud Contentwarehouse V1Property Array Nested structured data property values.
- Text
Values GoogleCloud Contentwarehouse V1Text Array String/text property values.
- Timestamp
Values GoogleCloud Contentwarehouse V1Timestamp Array Timestamp property values. It is not supported by CMEK compliant deployment.
- name String
Must match the name of a PropertyDefinition in the DocumentSchema.
- date
Time GoogleValues Cloud Contentwarehouse V1Date Time Array Date time property values. It is not supported by CMEK compliant deployment.
- enum
Values GoogleCloud Contentwarehouse V1Enum Array Enum property values.
- float
Values GoogleCloud Contentwarehouse V1Float Array Float property values.
- integer
Values GoogleCloud Contentwarehouse V1Integer Array Integer property values.
- map
Property GoogleCloud Contentwarehouse V1Map Property Map property values.
- property
Values GoogleCloud Contentwarehouse V1Property Array Nested structured data property values.
- text
Values GoogleCloud Contentwarehouse V1Text Array String/text property values.
- timestamp
Values GoogleCloud Contentwarehouse V1Timestamp Array Timestamp property values. It is not supported by CMEK compliant deployment.
- name string
Must match the name of a PropertyDefinition in the DocumentSchema.
- date
Time GoogleValues Cloud Contentwarehouse V1Date Time Array Date time property values. It is not supported by CMEK compliant deployment.
- enum
Values GoogleCloud Contentwarehouse V1Enum Array Enum property values.
- float
Values GoogleCloud Contentwarehouse V1Float Array Float property values.
- integer
Values GoogleCloud Contentwarehouse V1Integer Array Integer property values.
- map
Property GoogleCloud Contentwarehouse V1Map Property Map property values.
- property
Values GoogleCloud Contentwarehouse V1Property Array Nested structured data property values.
- text
Values GoogleCloud Contentwarehouse V1Text Array String/text property values.
- timestamp
Values GoogleCloud Contentwarehouse V1Timestamp Array Timestamp property values. It is not supported by CMEK compliant deployment.
- name str
Must match the name of a PropertyDefinition in the DocumentSchema.
- date_
time_ Googlevalues Cloud Contentwarehouse V1Date Time Array Date time property values. It is not supported by CMEK compliant deployment.
- enum_
values GoogleCloud Contentwarehouse V1Enum Array Enum property values.
- float_
values GoogleCloud Contentwarehouse V1Float Array Float property values.
- integer_
values GoogleCloud Contentwarehouse V1Integer Array Integer property values.
- map_
property GoogleCloud Contentwarehouse V1Map Property Map property values.
- property_
values GoogleCloud Contentwarehouse V1Property Array Nested structured data property values.
- text_
values GoogleCloud Contentwarehouse V1Text Array String/text property values.
- timestamp_
values GoogleCloud Contentwarehouse V1Timestamp Array Timestamp property values. It is not supported by CMEK compliant deployment.
- name String
Must match the name of a PropertyDefinition in the DocumentSchema.
- date
Time Property MapValues Date time property values. It is not supported by CMEK compliant deployment.
- enum
Values Property Map Enum property values.
- float
Values Property Map Float property values.
- integer
Values Property Map Integer property values.
- map
Property Property Map Map property values.
- property
Values Property Map Nested structured data property values.
- text
Values Property Map String/text property values.
- timestamp
Values Property Map Timestamp property values. It is not supported by CMEK compliant deployment.
GoogleCloudContentwarehouseV1PropertyArray, GoogleCloudContentwarehouseV1PropertyArrayArgs
- Properties
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Property> List of property values.
- Properties
[]Google
Cloud Contentwarehouse V1Property List of property values.
- properties
List<Google
Cloud Contentwarehouse V1Property> List of property values.
- properties
Google
Cloud Contentwarehouse V1Property[] List of property values.
- properties
Sequence[Google
Cloud Contentwarehouse V1Property] List of property values.
- properties List<Property Map>
List of property values.
GoogleCloudContentwarehouseV1PropertyArrayResponse, GoogleCloudContentwarehouseV1PropertyArrayResponseArgs
- Properties
[]Google
Cloud Contentwarehouse V1Property Response List of property values.
- properties
List<Google
Cloud Contentwarehouse V1Property Response> List of property values.
- properties
Google
Cloud Contentwarehouse V1Property Response[] List of property values.
- properties
Sequence[Google
Cloud Contentwarehouse V1Property Response] List of property values.
- properties List<Property Map>
List of property values.
GoogleCloudContentwarehouseV1PropertyResponse, GoogleCloudContentwarehouseV1PropertyResponseArgs
- Date
Time Pulumi.Values Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Date Time Array Response Date time property values. It is not supported by CMEK compliant deployment.
- Enum
Values Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Enum Array Response Enum property values.
- Float
Values Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Float Array Response Float property values.
- Integer
Values Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Integer Array Response Integer property values.
- Map
Property Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Map Property Response Map property values.
- Name string
Must match the name of a PropertyDefinition in the DocumentSchema.
- Property
Values Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Property Array Response Nested structured data property values.
- Text
Values Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Text Array Response String/text property values.
- Timestamp
Values Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Timestamp Array Response Timestamp property values. It is not supported by CMEK compliant deployment.
- Date
Time GoogleValues Cloud Contentwarehouse V1Date Time Array Response Date time property values. It is not supported by CMEK compliant deployment.
- Enum
Values GoogleCloud Contentwarehouse V1Enum Array Response Enum property values.
- Float
Values GoogleCloud Contentwarehouse V1Float Array Response Float property values.
- Integer
Values GoogleCloud Contentwarehouse V1Integer Array Response Integer property values.
- Map
Property GoogleCloud Contentwarehouse V1Map Property Response Map property values.
- Name string
Must match the name of a PropertyDefinition in the DocumentSchema.
- Property
Values GoogleCloud Contentwarehouse V1Property Array Response Nested structured data property values.
- Text
Values GoogleCloud Contentwarehouse V1Text Array Response String/text property values.
- Timestamp
Values GoogleCloud Contentwarehouse V1Timestamp Array Response Timestamp property values. It is not supported by CMEK compliant deployment.
- date
Time GoogleValues Cloud Contentwarehouse V1Date Time Array Response Date time property values. It is not supported by CMEK compliant deployment.
- enum
Values GoogleCloud Contentwarehouse V1Enum Array Response Enum property values.
- float
Values GoogleCloud Contentwarehouse V1Float Array Response Float property values.
- integer
Values GoogleCloud Contentwarehouse V1Integer Array Response Integer property values.
- map
Property GoogleCloud Contentwarehouse V1Map Property Response Map property values.
- name String
Must match the name of a PropertyDefinition in the DocumentSchema.
- property
Values GoogleCloud Contentwarehouse V1Property Array Response Nested structured data property values.
- text
Values GoogleCloud Contentwarehouse V1Text Array Response String/text property values.
- timestamp
Values GoogleCloud Contentwarehouse V1Timestamp Array Response Timestamp property values. It is not supported by CMEK compliant deployment.
- date
Time GoogleValues Cloud Contentwarehouse V1Date Time Array Response Date time property values. It is not supported by CMEK compliant deployment.
- enum
Values GoogleCloud Contentwarehouse V1Enum Array Response Enum property values.
- float
Values GoogleCloud Contentwarehouse V1Float Array Response Float property values.
- integer
Values GoogleCloud Contentwarehouse V1Integer Array Response Integer property values.
- map
Property GoogleCloud Contentwarehouse V1Map Property Response Map property values.
- name string
Must match the name of a PropertyDefinition in the DocumentSchema.
- property
Values GoogleCloud Contentwarehouse V1Property Array Response Nested structured data property values.
- text
Values GoogleCloud Contentwarehouse V1Text Array Response String/text property values.
- timestamp
Values GoogleCloud Contentwarehouse V1Timestamp Array Response Timestamp property values. It is not supported by CMEK compliant deployment.
- date_
time_ Googlevalues Cloud Contentwarehouse V1Date Time Array Response Date time property values. It is not supported by CMEK compliant deployment.
- enum_
values GoogleCloud Contentwarehouse V1Enum Array Response Enum property values.
- float_
values GoogleCloud Contentwarehouse V1Float Array Response Float property values.
- integer_
values GoogleCloud Contentwarehouse V1Integer Array Response Integer property values.
- map_
property GoogleCloud Contentwarehouse V1Map Property Response Map property values.
- name str
Must match the name of a PropertyDefinition in the DocumentSchema.
- property_
values GoogleCloud Contentwarehouse V1Property Array Response Nested structured data property values.
- text_
values GoogleCloud Contentwarehouse V1Text Array Response String/text property values.
- timestamp_
values GoogleCloud Contentwarehouse V1Timestamp Array Response Timestamp property values. It is not supported by CMEK compliant deployment.
- date
Time Property MapValues Date time property values. It is not supported by CMEK compliant deployment.
- enum
Values Property Map Enum property values.
- float
Values Property Map Float property values.
- integer
Values Property Map Integer property values.
- map
Property Property Map Map property values.
- name String
Must match the name of a PropertyDefinition in the DocumentSchema.
- property
Values Property Map Nested structured data property values.
- text
Values Property Map String/text property values.
- timestamp
Values Property Map Timestamp property values. It is not supported by CMEK compliant deployment.
GoogleCloudContentwarehouseV1RequestMetadata, GoogleCloudContentwarehouseV1RequestMetadataArgs
- User
Info Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1User Info Provides user unique identification and groups information.
- User
Info GoogleCloud Contentwarehouse V1User Info Provides user unique identification and groups information.
- user
Info GoogleCloud Contentwarehouse V1User Info Provides user unique identification and groups information.
- user
Info GoogleCloud Contentwarehouse V1User Info Provides user unique identification and groups information.
- user_
info GoogleCloud Contentwarehouse V1User Info Provides user unique identification and groups information.
- user
Info Property Map Provides user unique identification and groups information.
GoogleCloudContentwarehouseV1TextArray, GoogleCloudContentwarehouseV1TextArrayArgs
- Values List<string>
List of text values.
- Values []string
List of text values.
- values List<String>
List of text values.
- values string[]
List of text values.
- values Sequence[str]
List of text values.
- values List<String>
List of text values.
GoogleCloudContentwarehouseV1TextArrayResponse, GoogleCloudContentwarehouseV1TextArrayResponseArgs
- Values List<string>
List of text values.
- Values []string
List of text values.
- values List<String>
List of text values.
- values string[]
List of text values.
- values Sequence[str]
List of text values.
- values List<String>
List of text values.
GoogleCloudContentwarehouseV1TimestampArray, GoogleCloudContentwarehouseV1TimestampArrayArgs
- Values
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Contentwarehouse V1Timestamp Value> List of timestamp values.
- Values
[]Google
Cloud Contentwarehouse V1Timestamp Value List of timestamp values.
- values
List<Google
Cloud Contentwarehouse V1Timestamp Value> List of timestamp values.
- values
Google
Cloud Contentwarehouse V1Timestamp Value[] List of timestamp values.
- values
Sequence[Google
Cloud Contentwarehouse V1Timestamp Value] List of timestamp values.
- values List<Property Map>
List of timestamp values.
GoogleCloudContentwarehouseV1TimestampArrayResponse, GoogleCloudContentwarehouseV1TimestampArrayResponseArgs
- Values
[]Google
Cloud Contentwarehouse V1Timestamp Value Response List of timestamp values.
- values
List<Google
Cloud Contentwarehouse V1Timestamp Value Response> List of timestamp values.
- values
Google
Cloud Contentwarehouse V1Timestamp Value Response[] List of timestamp values.
- values
Sequence[Google
Cloud Contentwarehouse V1Timestamp Value Response] List of timestamp values.
- values List<Property Map>
List of timestamp values.
GoogleCloudContentwarehouseV1TimestampValue, GoogleCloudContentwarehouseV1TimestampValueArgs
- Text
Value string The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"
- Timestamp
Value string Timestamp value
- Text
Value string The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"
- Timestamp
Value string Timestamp value
- text
Value String The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"
- timestamp
Value String Timestamp value
- text
Value string The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"
- timestamp
Value string Timestamp value
- text_
value str The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"
- timestamp_
value str Timestamp value
- text
Value String The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"
- timestamp
Value String Timestamp value
GoogleCloudContentwarehouseV1TimestampValueResponse, GoogleCloudContentwarehouseV1TimestampValueResponseArgs
- Text
Value string The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"
- Timestamp
Value string Timestamp value
- Text
Value string The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"
- Timestamp
Value string Timestamp value
- text
Value String The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"
- timestamp
Value String Timestamp value
- text
Value string The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"
- timestamp
Value string Timestamp value
- text_
value str The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"
- timestamp_
value str Timestamp value
- text
Value String The string must represent a valid instant in UTC and is parsed using java.time.format.DateTimeFormatter.ISO_INSTANT. e.g. "2013-09-29T18:46:19Z"
- timestamp
Value String Timestamp value
GoogleCloudContentwarehouseV1UserInfo, GoogleCloudContentwarehouseV1UserInfoArgs
- Group
Ids List<string> The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";
- Id string
A unique user identification string, as determined by the client. The maximum number of allowed characters is 255. Allowed characters include numbers 0 to 9, uppercase and lowercase letters, and restricted special symbols (:, @, +, -, _, ~) The format is "user:xxxx@example.com";
- Group
Ids []string The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";
- Id string
A unique user identification string, as determined by the client. The maximum number of allowed characters is 255. Allowed characters include numbers 0 to 9, uppercase and lowercase letters, and restricted special symbols (:, @, +, -, _, ~) The format is "user:xxxx@example.com";
- group
Ids List<String> The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";
- id String
A unique user identification string, as determined by the client. The maximum number of allowed characters is 255. Allowed characters include numbers 0 to 9, uppercase and lowercase letters, and restricted special symbols (:, @, +, -, _, ~) The format is "user:xxxx@example.com";
- group
Ids string[] The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";
- id string
A unique user identification string, as determined by the client. The maximum number of allowed characters is 255. Allowed characters include numbers 0 to 9, uppercase and lowercase letters, and restricted special symbols (:, @, +, -, _, ~) The format is "user:xxxx@example.com";
- group_
ids Sequence[str] The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";
- id str
A unique user identification string, as determined by the client. The maximum number of allowed characters is 255. Allowed characters include numbers 0 to 9, uppercase and lowercase letters, and restricted special symbols (:, @, +, -, _, ~) The format is "user:xxxx@example.com";
- group
Ids List<String> The unique group identifications which the user is belong to. The format is "group:yyyy@example.com";
- id String
A unique user identification string, as determined by the client. The maximum number of allowed characters is 255. Allowed characters include numbers 0 to 9, uppercase and lowercase letters, and restricted special symbols (:, @, +, -, _, ~) The format is "user:xxxx@example.com";
GoogleCloudDocumentaiV1Barcode, GoogleCloudDocumentaiV1BarcodeArgs
- Format string
Format of a barcode. The supported formats are: -
CODE_128
: Code 128 type. -CODE_39
: Code 39 type. -CODE_93
: Code 93 type. -CODABAR
: Codabar type. -DATA_MATRIX
: 2D Data Matrix type. -ITF
: ITF type. -EAN_13
: EAN-13 type. -EAN_8
: EAN-8 type. -QR_CODE
: 2D QR code type. -UPC_A
: UPC-A type. -UPC_E
: UPC-E type. -PDF417
: PDF417 type. -AZTEC
: 2D Aztec code type. -DATABAR
: GS1 DataBar code type.- Raw
Value string Raw value encoded in the barcode. For example:
'MEBKM:TITLE:Google;URL:https://www.google.com;;'
.- Value
Format string Value format describes the format of the value that a barcode encodes. The supported formats are: -
CONTACT_INFO
: Contact information. -EMAIL
: Email address. -ISBN
: ISBN identifier. -PHONE
: Phone number. -PRODUCT
: Product. -SMS
: SMS message. -TEXT
: Text string. -URL
: URL address. -WIFI
: Wifi information. -GEO
: Geo-localization. -CALENDAR_EVENT
: Calendar event. -DRIVER_LICENSE
: Driver's license.
- Format string
Format of a barcode. The supported formats are: -
CODE_128
: Code 128 type. -CODE_39
: Code 39 type. -CODE_93
: Code 93 type. -CODABAR
: Codabar type. -DATA_MATRIX
: 2D Data Matrix type. -ITF
: ITF type. -EAN_13
: EAN-13 type. -EAN_8
: EAN-8 type. -QR_CODE
: 2D QR code type. -UPC_A
: UPC-A type. -UPC_E
: UPC-E type. -PDF417
: PDF417 type. -AZTEC
: 2D Aztec code type. -DATABAR
: GS1 DataBar code type.- Raw
Value string Raw value encoded in the barcode. For example:
'MEBKM:TITLE:Google;URL:https://www.google.com;;'
.- Value
Format string Value format describes the format of the value that a barcode encodes. The supported formats are: -
CONTACT_INFO
: Contact information. -EMAIL
: Email address. -ISBN
: ISBN identifier. -PHONE
: Phone number. -PRODUCT
: Product. -SMS
: SMS message. -TEXT
: Text string. -URL
: URL address. -WIFI
: Wifi information. -GEO
: Geo-localization. -CALENDAR_EVENT
: Calendar event. -DRIVER_LICENSE
: Driver's license.
- format String
Format of a barcode. The supported formats are: -
CODE_128
: Code 128 type. -CODE_39
: Code 39 type. -CODE_93
: Code 93 type. -CODABAR
: Codabar type. -DATA_MATRIX
: 2D Data Matrix type. -ITF
: ITF type. -EAN_13
: EAN-13 type. -EAN_8
: EAN-8 type. -QR_CODE
: 2D QR code type. -UPC_A
: UPC-A type. -UPC_E
: UPC-E type. -PDF417
: PDF417 type. -AZTEC
: 2D Aztec code type. -DATABAR
: GS1 DataBar code type.- raw
Value String Raw value encoded in the barcode. For example:
'MEBKM:TITLE:Google;URL:https://www.google.com;;'
.- value
Format String Value format describes the format of the value that a barcode encodes. The supported formats are: -
CONTACT_INFO
: Contact information. -EMAIL
: Email address. -ISBN
: ISBN identifier. -PHONE
: Phone number. -PRODUCT
: Product. -SMS
: SMS message. -TEXT
: Text string. -URL
: URL address. -WIFI
: Wifi information. -GEO
: Geo-localization. -CALENDAR_EVENT
: Calendar event. -DRIVER_LICENSE
: Driver's license.
- format string
Format of a barcode. The supported formats are: -
CODE_128
: Code 128 type. -CODE_39
: Code 39 type. -CODE_93
: Code 93 type. -CODABAR
: Codabar type. -DATA_MATRIX
: 2D Data Matrix type. -ITF
: ITF type. -EAN_13
: EAN-13 type. -EAN_8
: EAN-8 type. -QR_CODE
: 2D QR code type. -UPC_A
: UPC-A type. -UPC_E
: UPC-E type. -PDF417
: PDF417 type. -AZTEC
: 2D Aztec code type. -DATABAR
: GS1 DataBar code type.- raw
Value string Raw value encoded in the barcode. For example:
'MEBKM:TITLE:Google;URL:https://www.google.com;;'
.- value
Format string Value format describes the format of the value that a barcode encodes. The supported formats are: -
CONTACT_INFO
: Contact information. -EMAIL
: Email address. -ISBN
: ISBN identifier. -PHONE
: Phone number. -PRODUCT
: Product. -SMS
: SMS message. -TEXT
: Text string. -URL
: URL address. -WIFI
: Wifi information. -GEO
: Geo-localization. -CALENDAR_EVENT
: Calendar event. -DRIVER_LICENSE
: Driver's license.
- format str
Format of a barcode. The supported formats are: -
CODE_128
: Code 128 type. -CODE_39
: Code 39 type. -CODE_93
: Code 93 type. -CODABAR
: Codabar type. -DATA_MATRIX
: 2D Data Matrix type. -ITF
: ITF type. -EAN_13
: EAN-13 type. -EAN_8
: EAN-8 type. -QR_CODE
: 2D QR code type. -UPC_A
: UPC-A type. -UPC_E
: UPC-E type. -PDF417
: PDF417 type. -AZTEC
: 2D Aztec code type. -DATABAR
: GS1 DataBar code type.- raw_
value str Raw value encoded in the barcode. For example:
'MEBKM:TITLE:Google;URL:https://www.google.com;;'
.- value_
format str Value format describes the format of the value that a barcode encodes. The supported formats are: -
CONTACT_INFO
: Contact information. -EMAIL
: Email address. -ISBN
: ISBN identifier. -PHONE
: Phone number. -PRODUCT
: Product. -SMS
: SMS message. -TEXT
: Text string. -URL
: URL address. -WIFI
: Wifi information. -GEO
: Geo-localization. -CALENDAR_EVENT
: Calendar event. -DRIVER_LICENSE
: Driver's license.
- format String
Format of a barcode. The supported formats are: -
CODE_128
: Code 128 type. -CODE_39
: Code 39 type. -CODE_93
: Code 93 type. -CODABAR
: Codabar type. -DATA_MATRIX
: 2D Data Matrix type. -ITF
: ITF type. -EAN_13
: EAN-13 type. -EAN_8
: EAN-8 type. -QR_CODE
: 2D QR code type. -UPC_A
: UPC-A type. -UPC_E
: UPC-E type. -PDF417
: PDF417 type. -AZTEC
: 2D Aztec code type. -DATABAR
: GS1 DataBar code type.- raw
Value String Raw value encoded in the barcode. For example:
'MEBKM:TITLE:Google;URL:https://www.google.com;;'
.- value
Format String Value format describes the format of the value that a barcode encodes. The supported formats are: -
CONTACT_INFO
: Contact information. -EMAIL
: Email address. -ISBN
: ISBN identifier. -PHONE
: Phone number. -PRODUCT
: Product. -SMS
: SMS message. -TEXT
: Text string. -URL
: URL address. -WIFI
: Wifi information. -GEO
: Geo-localization. -CALENDAR_EVENT
: Calendar event. -DRIVER_LICENSE
: Driver's license.
GoogleCloudDocumentaiV1BarcodeResponse, GoogleCloudDocumentaiV1BarcodeResponseArgs
- Format string
Format of a barcode. The supported formats are: -
CODE_128
: Code 128 type. -CODE_39
: Code 39 type. -CODE_93
: Code 93 type. -CODABAR
: Codabar type. -DATA_MATRIX
: 2D Data Matrix type. -ITF
: ITF type. -EAN_13
: EAN-13 type. -EAN_8
: EAN-8 type. -QR_CODE
: 2D QR code type. -UPC_A
: UPC-A type. -UPC_E
: UPC-E type. -PDF417
: PDF417 type. -AZTEC
: 2D Aztec code type. -DATABAR
: GS1 DataBar code type.- Raw
Value string Raw value encoded in the barcode. For example:
'MEBKM:TITLE:Google;URL:https://www.google.com;;'
.- Value
Format string Value format describes the format of the value that a barcode encodes. The supported formats are: -
CONTACT_INFO
: Contact information. -EMAIL
: Email address. -ISBN
: ISBN identifier. -PHONE
: Phone number. -PRODUCT
: Product. -SMS
: SMS message. -TEXT
: Text string. -URL
: URL address. -WIFI
: Wifi information. -GEO
: Geo-localization. -CALENDAR_EVENT
: Calendar event. -DRIVER_LICENSE
: Driver's license.
- Format string
Format of a barcode. The supported formats are: -
CODE_128
: Code 128 type. -CODE_39
: Code 39 type. -CODE_93
: Code 93 type. -CODABAR
: Codabar type. -DATA_MATRIX
: 2D Data Matrix type. -ITF
: ITF type. -EAN_13
: EAN-13 type. -EAN_8
: EAN-8 type. -QR_CODE
: 2D QR code type. -UPC_A
: UPC-A type. -UPC_E
: UPC-E type. -PDF417
: PDF417 type. -AZTEC
: 2D Aztec code type. -DATABAR
: GS1 DataBar code type.- Raw
Value string Raw value encoded in the barcode. For example:
'MEBKM:TITLE:Google;URL:https://www.google.com;;'
.- Value
Format string Value format describes the format of the value that a barcode encodes. The supported formats are: -
CONTACT_INFO
: Contact information. -EMAIL
: Email address. -ISBN
: ISBN identifier. -PHONE
: Phone number. -PRODUCT
: Product. -SMS
: SMS message. -TEXT
: Text string. -URL
: URL address. -WIFI
: Wifi information. -GEO
: Geo-localization. -CALENDAR_EVENT
: Calendar event. -DRIVER_LICENSE
: Driver's license.
- format String
Format of a barcode. The supported formats are: -
CODE_128
: Code 128 type. -CODE_39
: Code 39 type. -CODE_93
: Code 93 type. -CODABAR
: Codabar type. -DATA_MATRIX
: 2D Data Matrix type. -ITF
: ITF type. -EAN_13
: EAN-13 type. -EAN_8
: EAN-8 type. -QR_CODE
: 2D QR code type. -UPC_A
: UPC-A type. -UPC_E
: UPC-E type. -PDF417
: PDF417 type. -AZTEC
: 2D Aztec code type. -DATABAR
: GS1 DataBar code type.- raw
Value String Raw value encoded in the barcode. For example:
'MEBKM:TITLE:Google;URL:https://www.google.com;;'
.- value
Format String Value format describes the format of the value that a barcode encodes. The supported formats are: -
CONTACT_INFO
: Contact information. -EMAIL
: Email address. -ISBN
: ISBN identifier. -PHONE
: Phone number. -PRODUCT
: Product. -SMS
: SMS message. -TEXT
: Text string. -URL
: URL address. -WIFI
: Wifi information. -GEO
: Geo-localization. -CALENDAR_EVENT
: Calendar event. -DRIVER_LICENSE
: Driver's license.
- format string
Format of a barcode. The supported formats are: -
CODE_128
: Code 128 type. -CODE_39
: Code 39 type. -CODE_93
: Code 93 type. -CODABAR
: Codabar type. -DATA_MATRIX
: 2D Data Matrix type. -ITF
: ITF type. -EAN_13
: EAN-13 type. -EAN_8
: EAN-8 type. -QR_CODE
: 2D QR code type. -UPC_A
: UPC-A type. -UPC_E
: UPC-E type. -PDF417
: PDF417 type. -AZTEC
: 2D Aztec code type. -DATABAR
: GS1 DataBar code type.- raw
Value string Raw value encoded in the barcode. For example:
'MEBKM:TITLE:Google;URL:https://www.google.com;;'
.- value
Format string Value format describes the format of the value that a barcode encodes. The supported formats are: -
CONTACT_INFO
: Contact information. -EMAIL
: Email address. -ISBN
: ISBN identifier. -PHONE
: Phone number. -PRODUCT
: Product. -SMS
: SMS message. -TEXT
: Text string. -URL
: URL address. -WIFI
: Wifi information. -GEO
: Geo-localization. -CALENDAR_EVENT
: Calendar event. -DRIVER_LICENSE
: Driver's license.
- format str
Format of a barcode. The supported formats are: -
CODE_128
: Code 128 type. -CODE_39
: Code 39 type. -CODE_93
: Code 93 type. -CODABAR
: Codabar type. -DATA_MATRIX
: 2D Data Matrix type. -ITF
: ITF type. -EAN_13
: EAN-13 type. -EAN_8
: EAN-8 type. -QR_CODE
: 2D QR code type. -UPC_A
: UPC-A type. -UPC_E
: UPC-E type. -PDF417
: PDF417 type. -AZTEC
: 2D Aztec code type. -DATABAR
: GS1 DataBar code type.- raw_
value str Raw value encoded in the barcode. For example:
'MEBKM:TITLE:Google;URL:https://www.google.com;;'
.- value_
format str Value format describes the format of the value that a barcode encodes. The supported formats are: -
CONTACT_INFO
: Contact information. -EMAIL
: Email address. -ISBN
: ISBN identifier. -PHONE
: Phone number. -PRODUCT
: Product. -SMS
: SMS message. -TEXT
: Text string. -URL
: URL address. -WIFI
: Wifi information. -GEO
: Geo-localization. -CALENDAR_EVENT
: Calendar event. -DRIVER_LICENSE
: Driver's license.
- format String
Format of a barcode. The supported formats are: -
CODE_128
: Code 128 type. -CODE_39
: Code 39 type. -CODE_93
: Code 93 type. -CODABAR
: Codabar type. -DATA_MATRIX
: 2D Data Matrix type. -ITF
: ITF type. -EAN_13
: EAN-13 type. -EAN_8
: EAN-8 type. -QR_CODE
: 2D QR code type. -UPC_A
: UPC-A type. -UPC_E
: UPC-E type. -PDF417
: PDF417 type. -AZTEC
: 2D Aztec code type. -DATABAR
: GS1 DataBar code type.- raw
Value String Raw value encoded in the barcode. For example:
'MEBKM:TITLE:Google;URL:https://www.google.com;;'
.- value
Format String Value format describes the format of the value that a barcode encodes. The supported formats are: -
CONTACT_INFO
: Contact information. -EMAIL
: Email address. -ISBN
: ISBN identifier. -PHONE
: Phone number. -PRODUCT
: Product. -SMS
: SMS message. -TEXT
: Text string. -URL
: URL address. -WIFI
: Wifi information. -GEO
: Geo-localization. -CALENDAR_EVENT
: Calendar event. -DRIVER_LICENSE
: Driver's license.
GoogleCloudDocumentaiV1BoundingPoly, GoogleCloudDocumentaiV1BoundingPolyArgs
- Normalized
Vertices List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Normalized Vertex> The bounding polygon normalized vertices.
- Vertices
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Vertex> The bounding polygon vertices.
- Normalized
Vertices []GoogleCloud Documentai V1Normalized Vertex The bounding polygon normalized vertices.
- Vertices
[]Google
Cloud Documentai V1Vertex The bounding polygon vertices.
- normalized
Vertices List<GoogleCloud Documentai V1Normalized Vertex> The bounding polygon normalized vertices.
- vertices
List<Google
Cloud Documentai V1Vertex> The bounding polygon vertices.
- normalized
Vertices GoogleCloud Documentai V1Normalized Vertex[] The bounding polygon normalized vertices.
- vertices
Google
Cloud Documentai V1Vertex[] The bounding polygon vertices.
- normalized_
vertices Sequence[GoogleCloud Documentai V1Normalized Vertex] The bounding polygon normalized vertices.
- vertices
Sequence[Google
Cloud Documentai V1Vertex] The bounding polygon vertices.
- normalized
Vertices List<Property Map> The bounding polygon normalized vertices.
- vertices List<Property Map>
The bounding polygon vertices.
GoogleCloudDocumentaiV1BoundingPolyResponse, GoogleCloudDocumentaiV1BoundingPolyResponseArgs
- Normalized
Vertices List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Normalized Vertex Response> The bounding polygon normalized vertices.
- Vertices
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Vertex Response> The bounding polygon vertices.
- Normalized
Vertices []GoogleCloud Documentai V1Normalized Vertex Response The bounding polygon normalized vertices.
- Vertices
[]Google
Cloud Documentai V1Vertex Response The bounding polygon vertices.
- normalized
Vertices List<GoogleCloud Documentai V1Normalized Vertex Response> The bounding polygon normalized vertices.
- vertices
List<Google
Cloud Documentai V1Vertex Response> The bounding polygon vertices.
- normalized
Vertices GoogleCloud Documentai V1Normalized Vertex Response[] The bounding polygon normalized vertices.
- vertices
Google
Cloud Documentai V1Vertex Response[] The bounding polygon vertices.
- normalized_
vertices Sequence[GoogleCloud Documentai V1Normalized Vertex Response] The bounding polygon normalized vertices.
- vertices
Sequence[Google
Cloud Documentai V1Vertex Response] The bounding polygon vertices.
- normalized
Vertices List<Property Map> The bounding polygon normalized vertices.
- vertices List<Property Map>
The bounding polygon vertices.
GoogleCloudDocumentaiV1Document, GoogleCloudDocumentaiV1DocumentArgs
- Content string
Optional. Inline document content, represented as a stream of bytes. Note: As with all
bytes
fields, protobuffers use a pure binary representation, whereas JSON representations use base64.- Entities
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Entity> A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.
- Entity
Relations List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Entity Relation> Placeholder. Relationship among Document.entities.
- Error
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Rpc Status Any error that occurred while processing this document.
- Mime
Type string An IANA published MIME type (also referred to as media type). For more information, see https://www.iana.org/assignments/media-types/media-types.xhtml.
- Pages
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page> Visual page layout for the Document.
- Revisions
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Revision> Placeholder. Revision history of this document.
- Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Shard Info Information about the sharding if this document is sharded part of a larger document. If the document is not sharded, this message is not specified.
- Text string
Optional. UTF-8 encoded text in reading order from the document.
- Text
Changes List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Text Change> Placeholder. A list of text corrections made to Document.text. This is usually used for annotating corrections to OCR mistakes. Text changes for a given revision may not overlap with each other.
- Text
Styles List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Style> Styles for the Document.text.
- Uri string
Optional. Currently supports Google Cloud Storage URI of the form
gs://bucket_name/object_name
. Object versioning is not supported. For more information, refer to Google Cloud Storage Request URIs.
- Content string
Optional. Inline document content, represented as a stream of bytes. Note: As with all
bytes
fields, protobuffers use a pure binary representation, whereas JSON representations use base64.- Entities
[]Google
Cloud Documentai V1Document Entity A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.
- Entity
Relations []GoogleCloud Documentai V1Document Entity Relation Placeholder. Relationship among Document.entities.
- Error
Google
Rpc Status Any error that occurred while processing this document.
- Mime
Type string An IANA published MIME type (also referred to as media type). For more information, see https://www.iana.org/assignments/media-types/media-types.xhtml.
- Pages
[]Google
Cloud Documentai V1Document Page Visual page layout for the Document.
- Revisions
[]Google
Cloud Documentai V1Document Revision Placeholder. Revision history of this document.
- Google
Cloud Documentai V1Document Shard Info Information about the sharding if this document is sharded part of a larger document. If the document is not sharded, this message is not specified.
- Text string
Optional. UTF-8 encoded text in reading order from the document.
- Text
Changes []GoogleCloud Documentai V1Document Text Change Placeholder. A list of text corrections made to Document.text. This is usually used for annotating corrections to OCR mistakes. Text changes for a given revision may not overlap with each other.
- Text
Styles []GoogleCloud Documentai V1Document Style Styles for the Document.text.
- Uri string
Optional. Currently supports Google Cloud Storage URI of the form
gs://bucket_name/object_name
. Object versioning is not supported. For more information, refer to Google Cloud Storage Request URIs.
- content String
Optional. Inline document content, represented as a stream of bytes. Note: As with all
bytes
fields, protobuffers use a pure binary representation, whereas JSON representations use base64.- entities
List<Google
Cloud Documentai V1Document Entity> A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.
- entity
Relations List<GoogleCloud Documentai V1Document Entity Relation> Placeholder. Relationship among Document.entities.
- error
Google
Rpc Status Any error that occurred while processing this document.
- mime
Type String An IANA published MIME type (also referred to as media type). For more information, see https://www.iana.org/assignments/media-types/media-types.xhtml.
- pages
List<Google
Cloud Documentai V1Document Page> Visual page layout for the Document.
- revisions
List<Google
Cloud Documentai V1Document Revision> Placeholder. Revision history of this document.
- Google
Cloud Documentai V1Document Shard Info Information about the sharding if this document is sharded part of a larger document. If the document is not sharded, this message is not specified.
- text String
Optional. UTF-8 encoded text in reading order from the document.
- text
Changes List<GoogleCloud Documentai V1Document Text Change> Placeholder. A list of text corrections made to Document.text. This is usually used for annotating corrections to OCR mistakes. Text changes for a given revision may not overlap with each other.
- text
Styles List<GoogleCloud Documentai V1Document Style> Styles for the Document.text.
- uri String
Optional. Currently supports Google Cloud Storage URI of the form
gs://bucket_name/object_name
. Object versioning is not supported. For more information, refer to Google Cloud Storage Request URIs.
- content string
Optional. Inline document content, represented as a stream of bytes. Note: As with all
bytes
fields, protobuffers use a pure binary representation, whereas JSON representations use base64.- entities
Google
Cloud Documentai V1Document Entity[] A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.
- entity
Relations GoogleCloud Documentai V1Document Entity Relation[] Placeholder. Relationship among Document.entities.
- error
Google
Rpc Status Any error that occurred while processing this document.
- mime
Type string An IANA published MIME type (also referred to as media type). For more information, see https://www.iana.org/assignments/media-types/media-types.xhtml.
- pages
Google
Cloud Documentai V1Document Page[] Visual page layout for the Document.
- revisions
Google
Cloud Documentai V1Document Revision[] Placeholder. Revision history of this document.
- Google
Cloud Documentai V1Document Shard Info Information about the sharding if this document is sharded part of a larger document. If the document is not sharded, this message is not specified.
- text string
Optional. UTF-8 encoded text in reading order from the document.
- text
Changes GoogleCloud Documentai V1Document Text Change[] Placeholder. A list of text corrections made to Document.text. This is usually used for annotating corrections to OCR mistakes. Text changes for a given revision may not overlap with each other.
- text
Styles GoogleCloud Documentai V1Document Style[] Styles for the Document.text.
- uri string
Optional. Currently supports Google Cloud Storage URI of the form
gs://bucket_name/object_name
. Object versioning is not supported. For more information, refer to Google Cloud Storage Request URIs.
- content str
Optional. Inline document content, represented as a stream of bytes. Note: As with all
bytes
fields, protobuffers use a pure binary representation, whereas JSON representations use base64.- entities
Sequence[Google
Cloud Documentai V1Document Entity] A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.
- entity_
relations Sequence[GoogleCloud Documentai V1Document Entity Relation] Placeholder. Relationship among Document.entities.
- error
Google
Rpc Status Any error that occurred while processing this document.
- mime_
type str An IANA published MIME type (also referred to as media type). For more information, see https://www.iana.org/assignments/media-types/media-types.xhtml.
- pages
Sequence[Google
Cloud Documentai V1Document Page] Visual page layout for the Document.
- revisions
Sequence[Google
Cloud Documentai V1Document Revision] Placeholder. Revision history of this document.
- Google
Cloud Documentai V1Document Shard Info Information about the sharding if this document is sharded part of a larger document. If the document is not sharded, this message is not specified.
- text str
Optional. UTF-8 encoded text in reading order from the document.
- text_
changes Sequence[GoogleCloud Documentai V1Document Text Change] Placeholder. A list of text corrections made to Document.text. This is usually used for annotating corrections to OCR mistakes. Text changes for a given revision may not overlap with each other.
- text_
styles Sequence[GoogleCloud Documentai V1Document Style] Styles for the Document.text.
- uri str
Optional. Currently supports Google Cloud Storage URI of the form
gs://bucket_name/object_name
. Object versioning is not supported. For more information, refer to Google Cloud Storage Request URIs.
- content String
Optional. Inline document content, represented as a stream of bytes. Note: As with all
bytes
fields, protobuffers use a pure binary representation, whereas JSON representations use base64.- entities List<Property Map>
A list of entities detected on Document.text. For document shards, entities in this list may cross shard boundaries.
- entity
Relations List<Property Map> Placeholder. Relationship among Document.entities.
- error Property Map
Any error that occurred while processing this document.
- mime
Type String An IANA published MIME type (also referred to as media type). For more information, see https://www.iana.org/assignments/media-types/media-types.xhtml.
- pages List<Property Map>
Visual page layout for the Document.
- revisions List<Property Map>
Placeholder. Revision history of this document.
- Property Map
Information about the sharding if this document is sharded part of a larger document. If the document is not sharded, this message is not specified.
- text String
Optional. UTF-8 encoded text in reading order from the document.
- text
Changes List<Property Map> Placeholder. A list of text corrections made to Document.text. This is usually used for annotating corrections to OCR mistakes. Text changes for a given revision may not overlap with each other.
- text
Styles List<Property Map> Styles for the Document.text.
- uri String
Optional. Currently supports Google Cloud Storage URI of the form
gs://bucket_name/object_name
. Object versioning is not supported. For more information, refer to Google Cloud Storage Request URIs.
GoogleCloudDocumentaiV1DocumentEntity, GoogleCloudDocumentaiV1DocumentEntityArgs
- Type string
Entity type from a schema e.g.
Address
.- Confidence double
Optional. Confidence of detected Schema entity. Range
[0, 1]
.- Id string
Optional. Canonical id. This will be a unique value in the entity list for this document.
- Mention
Id string Optional. Deprecated. Use
id
field instead.Optional. Deprecated. Use
id
field instead.- Mention
Text string Optional. Text value of the entity e.g.
1600 Amphitheatre Pkwy
.- Normalized
Value Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Entity Normalized Value Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. address) is not supported for certain parsers. This field is also only populated for certain supported document types.
- Page
Anchor Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Anchor Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
- Properties
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Entity> Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
- Provenance
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance Optional. The history of this annotation.
- Redacted bool
Optional. Whether the entity will be redacted for de-identification purposes.
- Text
Anchor Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Text Anchor Optional. Provenance of the entity. Text anchor indexing into the Document.text.
- Type string
Entity type from a schema e.g.
Address
.- Confidence float64
Optional. Confidence of detected Schema entity. Range
[0, 1]
.- Id string
Optional. Canonical id. This will be a unique value in the entity list for this document.
- Mention
Id string Optional. Deprecated. Use
id
field instead.Optional. Deprecated. Use
id
field instead.- Mention
Text string Optional. Text value of the entity e.g.
1600 Amphitheatre Pkwy
.- Normalized
Value GoogleCloud Documentai V1Document Entity Normalized Value Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. address) is not supported for certain parsers. This field is also only populated for certain supported document types.
- Page
Anchor GoogleCloud Documentai V1Document Page Anchor Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
- Properties
[]Google
Cloud Documentai V1Document Entity Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
- Provenance
Google
Cloud Documentai V1Document Provenance Optional. The history of this annotation.
- Redacted bool
Optional. Whether the entity will be redacted for de-identification purposes.
- Text
Anchor GoogleCloud Documentai V1Document Text Anchor Optional. Provenance of the entity. Text anchor indexing into the Document.text.
- type String
Entity type from a schema e.g.
Address
.- confidence Double
Optional. Confidence of detected Schema entity. Range
[0, 1]
.- id String
Optional. Canonical id. This will be a unique value in the entity list for this document.
- mention
Id String Optional. Deprecated. Use
id
field instead.Optional. Deprecated. Use
id
field instead.- mention
Text String Optional. Text value of the entity e.g.
1600 Amphitheatre Pkwy
.- normalized
Value GoogleCloud Documentai V1Document Entity Normalized Value Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. address) is not supported for certain parsers. This field is also only populated for certain supported document types.
- page
Anchor GoogleCloud Documentai V1Document Page Anchor Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
- properties
List<Google
Cloud Documentai V1Document Entity> Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
- provenance
Google
Cloud Documentai V1Document Provenance Optional. The history of this annotation.
- redacted Boolean
Optional. Whether the entity will be redacted for de-identification purposes.
- text
Anchor GoogleCloud Documentai V1Document Text Anchor Optional. Provenance of the entity. Text anchor indexing into the Document.text.
- type string
Entity type from a schema e.g.
Address
.- confidence number
Optional. Confidence of detected Schema entity. Range
[0, 1]
.- id string
Optional. Canonical id. This will be a unique value in the entity list for this document.
- mention
Id string Optional. Deprecated. Use
id
field instead.Optional. Deprecated. Use
id
field instead.- mention
Text string Optional. Text value of the entity e.g.
1600 Amphitheatre Pkwy
.- normalized
Value GoogleCloud Documentai V1Document Entity Normalized Value Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. address) is not supported for certain parsers. This field is also only populated for certain supported document types.
- page
Anchor GoogleCloud Documentai V1Document Page Anchor Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
- properties
Google
Cloud Documentai V1Document Entity[] Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
- provenance
Google
Cloud Documentai V1Document Provenance Optional. The history of this annotation.
- redacted boolean
Optional. Whether the entity will be redacted for de-identification purposes.
- text
Anchor GoogleCloud Documentai V1Document Text Anchor Optional. Provenance of the entity. Text anchor indexing into the Document.text.
- type str
Entity type from a schema e.g.
Address
.- confidence float
Optional. Confidence of detected Schema entity. Range
[0, 1]
.- id str
Optional. Canonical id. This will be a unique value in the entity list for this document.
- mention_
id str Optional. Deprecated. Use
id
field instead.Optional. Deprecated. Use
id
field instead.- mention_
text str Optional. Text value of the entity e.g.
1600 Amphitheatre Pkwy
.- normalized_
value GoogleCloud Documentai V1Document Entity Normalized Value Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. address) is not supported for certain parsers. This field is also only populated for certain supported document types.
- page_
anchor GoogleCloud Documentai V1Document Page Anchor Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
- properties
Sequence[Google
Cloud Documentai V1Document Entity] Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
- provenance
Google
Cloud Documentai V1Document Provenance Optional. The history of this annotation.
- redacted bool
Optional. Whether the entity will be redacted for de-identification purposes.
- text_
anchor GoogleCloud Documentai V1Document Text Anchor Optional. Provenance of the entity. Text anchor indexing into the Document.text.
- type String
Entity type from a schema e.g.
Address
.- confidence Number
Optional. Confidence of detected Schema entity. Range
[0, 1]
.- id String
Optional. Canonical id. This will be a unique value in the entity list for this document.
- mention
Id String Optional. Deprecated. Use
id
field instead.Optional. Deprecated. Use
id
field instead.- mention
Text String Optional. Text value of the entity e.g.
1600 Amphitheatre Pkwy
.- normalized
Value Property Map Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. address) is not supported for certain parsers. This field is also only populated for certain supported document types.
- page
Anchor Property Map Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
- properties List<Property Map>
Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
- provenance Property Map
Optional. The history of this annotation.
- redacted Boolean
Optional. Whether the entity will be redacted for de-identification purposes.
- text
Anchor Property Map Optional. Provenance of the entity. Text anchor indexing into the Document.text.
GoogleCloudDocumentaiV1DocumentEntityNormalizedValue, GoogleCloudDocumentaiV1DocumentEntityNormalizedValueArgs
- Address
Value Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Postal Address Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
- Boolean
Value bool Boolean value. Can be used for entities with binary values, or for checkboxes.
- Date
Value Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Date Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
- Datetime
Value Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Date Time DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
- Float
Value double Float value.
- Integer
Value int Integer value.
- Money
Value Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Money Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
- Text string
Optional. An optional field to store a normalized string. For some entity types, one of respective
structured_value
fields may also be populated. Also not all the types ofstructured_value
will be normalized. For example, some processors may not generatefloat
orinteger
normalized text by default. Below are sample formats mapped to structured values. - Money/Currency type (money_value
) is in the ISO 4217 text format. - Date type (date_value
) is in the ISO 8601 text format. - Datetime type (datetime_value
) is in the ISO 8601 text format.
- Address
Value GoogleType Postal Address Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
- Boolean
Value bool Boolean value. Can be used for entities with binary values, or for checkboxes.
- Date
Value GoogleType Date Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
- Datetime
Value GoogleType Date Time DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
- Float
Value float64 Float value.
- Integer
Value int Integer value.
- Money
Value GoogleType Money Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
- Text string
Optional. An optional field to store a normalized string. For some entity types, one of respective
structured_value
fields may also be populated. Also not all the types ofstructured_value
will be normalized. For example, some processors may not generatefloat
orinteger
normalized text by default. Below are sample formats mapped to structured values. - Money/Currency type (money_value
) is in the ISO 4217 text format. - Date type (date_value
) is in the ISO 8601 text format. - Datetime type (datetime_value
) is in the ISO 8601 text format.
- address
Value GoogleType Postal Address Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
- boolean
Value Boolean Boolean value. Can be used for entities with binary values, or for checkboxes.
- date
Value GoogleType Date Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
- datetime
Value GoogleType Date Time DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
- float
Value Double Float value.
- integer
Value Integer Integer value.
- money
Value GoogleType Money Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
- text String
Optional. An optional field to store a normalized string. For some entity types, one of respective
structured_value
fields may also be populated. Also not all the types ofstructured_value
will be normalized. For example, some processors may not generatefloat
orinteger
normalized text by default. Below are sample formats mapped to structured values. - Money/Currency type (money_value
) is in the ISO 4217 text format. - Date type (date_value
) is in the ISO 8601 text format. - Datetime type (datetime_value
) is in the ISO 8601 text format.
- address
Value GoogleType Postal Address Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
- boolean
Value boolean Boolean value. Can be used for entities with binary values, or for checkboxes.
- date
Value GoogleType Date Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
- datetime
Value GoogleType Date Time DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
- float
Value number Float value.
- integer
Value number Integer value.
- money
Value GoogleType Money Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
- text string
Optional. An optional field to store a normalized string. For some entity types, one of respective
structured_value
fields may also be populated. Also not all the types ofstructured_value
will be normalized. For example, some processors may not generatefloat
orinteger
normalized text by default. Below are sample formats mapped to structured values. - Money/Currency type (money_value
) is in the ISO 4217 text format. - Date type (date_value
) is in the ISO 8601 text format. - Datetime type (datetime_value
) is in the ISO 8601 text format.
- address_
value GoogleType Postal Address Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
- boolean_
value bool Boolean value. Can be used for entities with binary values, or for checkboxes.
- date_
value GoogleType Date Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
- datetime_
value GoogleType Date Time DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
- float_
value float Float value.
- integer_
value int Integer value.
- money_
value GoogleType Money Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
- text str
Optional. An optional field to store a normalized string. For some entity types, one of respective
structured_value
fields may also be populated. Also not all the types ofstructured_value
will be normalized. For example, some processors may not generatefloat
orinteger
normalized text by default. Below are sample formats mapped to structured values. - Money/Currency type (money_value
) is in the ISO 4217 text format. - Date type (date_value
) is in the ISO 8601 text format. - Datetime type (datetime_value
) is in the ISO 8601 text format.
- address
Value Property Map Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
- boolean
Value Boolean Boolean value. Can be used for entities with binary values, or for checkboxes.
- date
Value Property Map Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
- datetime
Value Property Map DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
- float
Value Number Float value.
- integer
Value Number Integer value.
- money
Value Property Map Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
- text String
Optional. An optional field to store a normalized string. For some entity types, one of respective
structured_value
fields may also be populated. Also not all the types ofstructured_value
will be normalized. For example, some processors may not generatefloat
orinteger
normalized text by default. Below are sample formats mapped to structured values. - Money/Currency type (money_value
) is in the ISO 4217 text format. - Date type (date_value
) is in the ISO 8601 text format. - Datetime type (datetime_value
) is in the ISO 8601 text format.
GoogleCloudDocumentaiV1DocumentEntityNormalizedValueResponse, GoogleCloudDocumentaiV1DocumentEntityNormalizedValueResponseArgs
- Address
Value Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Postal Address Response Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
- Boolean
Value bool Boolean value. Can be used for entities with binary values, or for checkboxes.
- Date
Value Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Date Response Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
- Datetime
Value Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Date Time Response DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
- Float
Value double Float value.
- Integer
Value int Integer value.
- Money
Value Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Money Response Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
- Text string
Optional. An optional field to store a normalized string. For some entity types, one of respective
structured_value
fields may also be populated. Also not all the types ofstructured_value
will be normalized. For example, some processors may not generatefloat
orinteger
normalized text by default. Below are sample formats mapped to structured values. - Money/Currency type (money_value
) is in the ISO 4217 text format. - Date type (date_value
) is in the ISO 8601 text format. - Datetime type (datetime_value
) is in the ISO 8601 text format.
- Address
Value GoogleType Postal Address Response Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
- Boolean
Value bool Boolean value. Can be used for entities with binary values, or for checkboxes.
- Date
Value GoogleType Date Response Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
- Datetime
Value GoogleType Date Time Response DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
- Float
Value float64 Float value.
- Integer
Value int Integer value.
- Money
Value GoogleType Money Response Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
- Text string
Optional. An optional field to store a normalized string. For some entity types, one of respective
structured_value
fields may also be populated. Also not all the types ofstructured_value
will be normalized. For example, some processors may not generatefloat
orinteger
normalized text by default. Below are sample formats mapped to structured values. - Money/Currency type (money_value
) is in the ISO 4217 text format. - Date type (date_value
) is in the ISO 8601 text format. - Datetime type (datetime_value
) is in the ISO 8601 text format.
- address
Value GoogleType Postal Address Response Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
- boolean
Value Boolean Boolean value. Can be used for entities with binary values, or for checkboxes.
- date
Value GoogleType Date Response Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
- datetime
Value GoogleType Date Time Response DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
- float
Value Double Float value.
- integer
Value Integer Integer value.
- money
Value GoogleType Money Response Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
- text String
Optional. An optional field to store a normalized string. For some entity types, one of respective
structured_value
fields may also be populated. Also not all the types ofstructured_value
will be normalized. For example, some processors may not generatefloat
orinteger
normalized text by default. Below are sample formats mapped to structured values. - Money/Currency type (money_value
) is in the ISO 4217 text format. - Date type (date_value
) is in the ISO 8601 text format. - Datetime type (datetime_value
) is in the ISO 8601 text format.
- address
Value GoogleType Postal Address Response Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
- boolean
Value boolean Boolean value. Can be used for entities with binary values, or for checkboxes.
- date
Value GoogleType Date Response Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
- datetime
Value GoogleType Date Time Response DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
- float
Value number Float value.
- integer
Value number Integer value.
- money
Value GoogleType Money Response Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
- text string
Optional. An optional field to store a normalized string. For some entity types, one of respective
structured_value
fields may also be populated. Also not all the types ofstructured_value
will be normalized. For example, some processors may not generatefloat
orinteger
normalized text by default. Below are sample formats mapped to structured values. - Money/Currency type (money_value
) is in the ISO 4217 text format. - Date type (date_value
) is in the ISO 8601 text format. - Datetime type (datetime_value
) is in the ISO 8601 text format.
- address_
value GoogleType Postal Address Response Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
- boolean_
value bool Boolean value. Can be used for entities with binary values, or for checkboxes.
- date_
value GoogleType Date Response Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
- datetime_
value GoogleType Date Time Response DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
- float_
value float Float value.
- integer_
value int Integer value.
- money_
value GoogleType Money Response Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
- text str
Optional. An optional field to store a normalized string. For some entity types, one of respective
structured_value
fields may also be populated. Also not all the types ofstructured_value
will be normalized. For example, some processors may not generatefloat
orinteger
normalized text by default. Below are sample formats mapped to structured values. - Money/Currency type (money_value
) is in the ISO 4217 text format. - Date type (date_value
) is in the ISO 8601 text format. - Datetime type (datetime_value
) is in the ISO 8601 text format.
- address
Value Property Map Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
- boolean
Value Boolean Boolean value. Can be used for entities with binary values, or for checkboxes.
- date
Value Property Map Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
- datetime
Value Property Map DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
- float
Value Number Float value.
- integer
Value Number Integer value.
- money
Value Property Map Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
- text String
Optional. An optional field to store a normalized string. For some entity types, one of respective
structured_value
fields may also be populated. Also not all the types ofstructured_value
will be normalized. For example, some processors may not generatefloat
orinteger
normalized text by default. Below are sample formats mapped to structured values. - Money/Currency type (money_value
) is in the ISO 4217 text format. - Date type (date_value
) is in the ISO 8601 text format. - Datetime type (datetime_value
) is in the ISO 8601 text format.
GoogleCloudDocumentaiV1DocumentEntityRelation, GoogleCloudDocumentaiV1DocumentEntityRelationArgs
- object_
id str Object entity id.
- relation str
Relationship description.
- subject_
id str Subject entity id.
GoogleCloudDocumentaiV1DocumentEntityRelationResponse, GoogleCloudDocumentaiV1DocumentEntityRelationResponseArgs
- object_
id str Object entity id.
- relation str
Relationship description.
- subject_
id str Subject entity id.
GoogleCloudDocumentaiV1DocumentEntityResponse, GoogleCloudDocumentaiV1DocumentEntityResponseArgs
- Confidence double
Optional. Confidence of detected Schema entity. Range
[0, 1]
.- Mention
Id string Optional. Deprecated. Use
id
field instead.Optional. Deprecated. Use
id
field instead.- Mention
Text string Optional. Text value of the entity e.g.
1600 Amphitheatre Pkwy
.- Normalized
Value Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Entity Normalized Value Response Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. address) is not supported for certain parsers. This field is also only populated for certain supported document types.
- Page
Anchor Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Anchor Response Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
- Properties
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Entity Response> Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
- Provenance
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance Response Optional. The history of this annotation.
- Redacted bool
Optional. Whether the entity will be redacted for de-identification purposes.
- Text
Anchor Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Text Anchor Response Optional. Provenance of the entity. Text anchor indexing into the Document.text.
- Type string
Entity type from a schema e.g.
Address
.
- Confidence float64
Optional. Confidence of detected Schema entity. Range
[0, 1]
.- Mention
Id string Optional. Deprecated. Use
id
field instead.Optional. Deprecated. Use
id
field instead.- Mention
Text string Optional. Text value of the entity e.g.
1600 Amphitheatre Pkwy
.- Normalized
Value GoogleCloud Documentai V1Document Entity Normalized Value Response Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. address) is not supported for certain parsers. This field is also only populated for certain supported document types.
- Page
Anchor GoogleCloud Documentai V1Document Page Anchor Response Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
- Properties
[]Google
Cloud Documentai V1Document Entity Response Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
- Provenance
Google
Cloud Documentai V1Document Provenance Response Optional. The history of this annotation.
- Redacted bool
Optional. Whether the entity will be redacted for de-identification purposes.
- Text
Anchor GoogleCloud Documentai V1Document Text Anchor Response Optional. Provenance of the entity. Text anchor indexing into the Document.text.
- Type string
Entity type from a schema e.g.
Address
.
- confidence Double
Optional. Confidence of detected Schema entity. Range
[0, 1]
.- mention
Id String Optional. Deprecated. Use
id
field instead.Optional. Deprecated. Use
id
field instead.- mention
Text String Optional. Text value of the entity e.g.
1600 Amphitheatre Pkwy
.- normalized
Value GoogleCloud Documentai V1Document Entity Normalized Value Response Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. address) is not supported for certain parsers. This field is also only populated for certain supported document types.
- page
Anchor GoogleCloud Documentai V1Document Page Anchor Response Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
- properties
List<Google
Cloud Documentai V1Document Entity Response> Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
- provenance
Google
Cloud Documentai V1Document Provenance Response Optional. The history of this annotation.
- redacted Boolean
Optional. Whether the entity will be redacted for de-identification purposes.
- text
Anchor GoogleCloud Documentai V1Document Text Anchor Response Optional. Provenance of the entity. Text anchor indexing into the Document.text.
- type String
Entity type from a schema e.g.
Address
.
- confidence number
Optional. Confidence of detected Schema entity. Range
[0, 1]
.- mention
Id string Optional. Deprecated. Use
id
field instead.Optional. Deprecated. Use
id
field instead.- mention
Text string Optional. Text value of the entity e.g.
1600 Amphitheatre Pkwy
.- normalized
Value GoogleCloud Documentai V1Document Entity Normalized Value Response Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. address) is not supported for certain parsers. This field is also only populated for certain supported document types.
- page
Anchor GoogleCloud Documentai V1Document Page Anchor Response Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
- properties
Google
Cloud Documentai V1Document Entity Response[] Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
- provenance
Google
Cloud Documentai V1Document Provenance Response Optional. The history of this annotation.
- redacted boolean
Optional. Whether the entity will be redacted for de-identification purposes.
- text
Anchor GoogleCloud Documentai V1Document Text Anchor Response Optional. Provenance of the entity. Text anchor indexing into the Document.text.
- type string
Entity type from a schema e.g.
Address
.
- confidence float
Optional. Confidence of detected Schema entity. Range
[0, 1]
.- mention_
id str Optional. Deprecated. Use
id
field instead.Optional. Deprecated. Use
id
field instead.- mention_
text str Optional. Text value of the entity e.g.
1600 Amphitheatre Pkwy
.- normalized_
value GoogleCloud Documentai V1Document Entity Normalized Value Response Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. address) is not supported for certain parsers. This field is also only populated for certain supported document types.
- page_
anchor GoogleCloud Documentai V1Document Page Anchor Response Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
- properties
Sequence[Google
Cloud Documentai V1Document Entity Response] Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
- provenance
Google
Cloud Documentai V1Document Provenance Response Optional. The history of this annotation.
- redacted bool
Optional. Whether the entity will be redacted for de-identification purposes.
- text_
anchor GoogleCloud Documentai V1Document Text Anchor Response Optional. Provenance of the entity. Text anchor indexing into the Document.text.
- type str
Entity type from a schema e.g.
Address
.
- confidence Number
Optional. Confidence of detected Schema entity. Range
[0, 1]
.- mention
Id String Optional. Deprecated. Use
id
field instead.Optional. Deprecated. Use
id
field instead.- mention
Text String Optional. Text value of the entity e.g.
1600 Amphitheatre Pkwy
.- normalized
Value Property Map Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. address) is not supported for certain parsers. This field is also only populated for certain supported document types.
- page
Anchor Property Map Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
- properties List<Property Map>
Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
- provenance Property Map
Optional. The history of this annotation.
- redacted Boolean
Optional. Whether the entity will be redacted for de-identification purposes.
- text
Anchor Property Map Optional. Provenance of the entity. Text anchor indexing into the Document.text.
- type String
Entity type from a schema e.g.
Address
.
GoogleCloudDocumentaiV1DocumentPage, GoogleCloudDocumentaiV1DocumentPageArgs
- Blocks
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Block> A list of visually detected text blocks on the page. A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.
- Detected
Barcodes List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Barcode> A list of detected barcodes.
- Detected
Languages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language> A list of detected languages together with confidence.
- Dimension
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Dimension Physical dimension of the page.
- Form
Fields List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Form Field> A list of visually detected form fields on the page.
- Image
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Image Rendered image for this page. This image is preprocessed to remove any skew, rotation, and distortions such that the annotation bounding boxes can be upright and axis-aligned.
- Image
Quality Pulumi.Scores Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Image Quality Scores Image Quality Scores.
- Layout
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Layout for the page.
- Lines
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Line> A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
- Page
Number int 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
- Paragraphs
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Paragraph> A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
- Provenance
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance The history of this page.
- Symbols
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Symbol> A list of visually detected symbols on the page.
- Tables
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Table> A list of visually detected tables on the page.
- Tokens
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Token> A list of visually detected tokens on the page.
- Transforms
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Matrix> Transformation matrices that were applied to the original document image to produce Page.image.
- Visual
Elements List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Visual Element> A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
- Blocks
[]Google
Cloud Documentai V1Document Page Block A list of visually detected text blocks on the page. A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.
- Detected
Barcodes []GoogleCloud Documentai V1Document Page Detected Barcode A list of detected barcodes.
- Detected
Languages []GoogleCloud Documentai V1Document Page Detected Language A list of detected languages together with confidence.
- Dimension
Google
Cloud Documentai V1Document Page Dimension Physical dimension of the page.
- Form
Fields []GoogleCloud Documentai V1Document Page Form Field A list of visually detected form fields on the page.
- Image
Google
Cloud Documentai V1Document Page Image Rendered image for this page. This image is preprocessed to remove any skew, rotation, and distortions such that the annotation bounding boxes can be upright and axis-aligned.
- Image
Quality GoogleScores Cloud Documentai V1Document Page Image Quality Scores Image Quality Scores.
- Layout
Google
Cloud Documentai V1Document Page Layout Layout for the page.
- Lines
[]Google
Cloud Documentai V1Document Page Line A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
- Page
Number int 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
- Paragraphs
[]Google
Cloud Documentai V1Document Page Paragraph A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
- Provenance
Google
Cloud Documentai V1Document Provenance The history of this page.
- Symbols
[]Google
Cloud Documentai V1Document Page Symbol A list of visually detected symbols on the page.
- Tables
[]Google
Cloud Documentai V1Document Page Table A list of visually detected tables on the page.
- Tokens
[]Google
Cloud Documentai V1Document Page Token A list of visually detected tokens on the page.
- Transforms
[]Google
Cloud Documentai V1Document Page Matrix Transformation matrices that were applied to the original document image to produce Page.image.
- Visual
Elements []GoogleCloud Documentai V1Document Page Visual Element A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
- blocks
List<Google
Cloud Documentai V1Document Page Block> A list of visually detected text blocks on the page. A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.
- detected
Barcodes List<GoogleCloud Documentai V1Document Page Detected Barcode> A list of detected barcodes.
- detected
Languages List<GoogleCloud Documentai V1Document Page Detected Language> A list of detected languages together with confidence.
- dimension
Google
Cloud Documentai V1Document Page Dimension Physical dimension of the page.
- form
Fields List<GoogleCloud Documentai V1Document Page Form Field> A list of visually detected form fields on the page.
- image
Google
Cloud Documentai V1Document Page Image Rendered image for this page. This image is preprocessed to remove any skew, rotation, and distortions such that the annotation bounding boxes can be upright and axis-aligned.
- image
Quality GoogleScores Cloud Documentai V1Document Page Image Quality Scores Image Quality Scores.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for the page.
- lines
List<Google
Cloud Documentai V1Document Page Line> A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
- page
Number Integer 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
- paragraphs
List<Google
Cloud Documentai V1Document Page Paragraph> A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
- provenance
Google
Cloud Documentai V1Document Provenance The history of this page.
- symbols
List<Google
Cloud Documentai V1Document Page Symbol> A list of visually detected symbols on the page.
- tables
List<Google
Cloud Documentai V1Document Page Table> A list of visually detected tables on the page.
- tokens
List<Google
Cloud Documentai V1Document Page Token> A list of visually detected tokens on the page.
- transforms
List<Google
Cloud Documentai V1Document Page Matrix> Transformation matrices that were applied to the original document image to produce Page.image.
- visual
Elements List<GoogleCloud Documentai V1Document Page Visual Element> A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
- blocks
Google
Cloud Documentai V1Document Page Block[] A list of visually detected text blocks on the page. A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.
- detected
Barcodes GoogleCloud Documentai V1Document Page Detected Barcode[] A list of detected barcodes.
- detected
Languages GoogleCloud Documentai V1Document Page Detected Language[] A list of detected languages together with confidence.
- dimension
Google
Cloud Documentai V1Document Page Dimension Physical dimension of the page.
- form
Fields GoogleCloud Documentai V1Document Page Form Field[] A list of visually detected form fields on the page.
- image
Google
Cloud Documentai V1Document Page Image Rendered image for this page. This image is preprocessed to remove any skew, rotation, and distortions such that the annotation bounding boxes can be upright and axis-aligned.
- image
Quality GoogleScores Cloud Documentai V1Document Page Image Quality Scores Image Quality Scores.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for the page.
- lines
Google
Cloud Documentai V1Document Page Line[] A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
- page
Number number 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
- paragraphs
Google
Cloud Documentai V1Document Page Paragraph[] A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
- provenance
Google
Cloud Documentai V1Document Provenance The history of this page.
- symbols
Google
Cloud Documentai V1Document Page Symbol[] A list of visually detected symbols on the page.
- tables
Google
Cloud Documentai V1Document Page Table[] A list of visually detected tables on the page.
- tokens
Google
Cloud Documentai V1Document Page Token[] A list of visually detected tokens on the page.
- transforms
Google
Cloud Documentai V1Document Page Matrix[] Transformation matrices that were applied to the original document image to produce Page.image.
- visual
Elements GoogleCloud Documentai V1Document Page Visual Element[] A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
- blocks
Sequence[Google
Cloud Documentai V1Document Page Block] A list of visually detected text blocks on the page. A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.
- detected_
barcodes Sequence[GoogleCloud Documentai V1Document Page Detected Barcode] A list of detected barcodes.
- detected_
languages Sequence[GoogleCloud Documentai V1Document Page Detected Language] A list of detected languages together with confidence.
- dimension
Google
Cloud Documentai V1Document Page Dimension Physical dimension of the page.
- form_
fields Sequence[GoogleCloud Documentai V1Document Page Form Field] A list of visually detected form fields on the page.
- image
Google
Cloud Documentai V1Document Page Image Rendered image for this page. This image is preprocessed to remove any skew, rotation, and distortions such that the annotation bounding boxes can be upright and axis-aligned.
- image_
quality_ Googlescores Cloud Documentai V1Document Page Image Quality Scores Image Quality Scores.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for the page.
- lines
Sequence[Google
Cloud Documentai V1Document Page Line] A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
- page_
number int 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
- paragraphs
Sequence[Google
Cloud Documentai V1Document Page Paragraph] A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
- provenance
Google
Cloud Documentai V1Document Provenance The history of this page.
- symbols
Sequence[Google
Cloud Documentai V1Document Page Symbol] A list of visually detected symbols on the page.
- tables
Sequence[Google
Cloud Documentai V1Document Page Table] A list of visually detected tables on the page.
- tokens
Sequence[Google
Cloud Documentai V1Document Page Token] A list of visually detected tokens on the page.
- transforms
Sequence[Google
Cloud Documentai V1Document Page Matrix] Transformation matrices that were applied to the original document image to produce Page.image.
- visual_
elements Sequence[GoogleCloud Documentai V1Document Page Visual Element] A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
- blocks List<Property Map>
A list of visually detected text blocks on the page. A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.
- detected
Barcodes List<Property Map> A list of detected barcodes.
- detected
Languages List<Property Map> A list of detected languages together with confidence.
- dimension Property Map
Physical dimension of the page.
- form
Fields List<Property Map> A list of visually detected form fields on the page.
- image Property Map
Rendered image for this page. This image is preprocessed to remove any skew, rotation, and distortions such that the annotation bounding boxes can be upright and axis-aligned.
- image
Quality Property MapScores Image Quality Scores.
- layout Property Map
Layout for the page.
- lines List<Property Map>
A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
- page
Number Number 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
- paragraphs List<Property Map>
A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
- provenance Property Map
The history of this page.
- symbols List<Property Map>
A list of visually detected symbols on the page.
- tables List<Property Map>
A list of visually detected tables on the page.
- tokens List<Property Map>
A list of visually detected tokens on the page.
- transforms List<Property Map>
Transformation matrices that were applied to the original document image to produce Page.image.
- visual
Elements List<Property Map> A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
GoogleCloudDocumentaiV1DocumentPageAnchor, GoogleCloudDocumentaiV1DocumentPageAnchorArgs
- Page
Refs List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Anchor Page Ref> One or more references to visual page elements
- Page
Refs []GoogleCloud Documentai V1Document Page Anchor Page Ref One or more references to visual page elements
- page
Refs List<GoogleCloud Documentai V1Document Page Anchor Page Ref> One or more references to visual page elements
- page
Refs GoogleCloud Documentai V1Document Page Anchor Page Ref[] One or more references to visual page elements
- page_
refs Sequence[GoogleCloud Documentai V1Document Page Anchor Page Ref] One or more references to visual page elements
- page
Refs List<Property Map> One or more references to visual page elements
GoogleCloudDocumentaiV1DocumentPageAnchorPageRef, GoogleCloudDocumentaiV1DocumentPageAnchorPageRefArgs
- Page string
Index into the Document.pages element, for example using
Document.pages
to locate the related page element. This field is skipped when its value is the default0
. See https://developers.google.com/protocol-buffers/docs/proto3#json.- Bounding
Poly Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Bounding Poly Optional. Identifies the bounding polygon of a layout element on the page.
- Confidence double
Optional. Confidence of detected page element, if applicable. Range
[0, 1]
.- Layout
Id string Optional. Deprecated. Use PageRef.bounding_poly instead.
Optional. Deprecated. Use PageRef.bounding_poly instead.
- Layout
Type Pulumi.Google Native. Contentwarehouse. V1. Google Cloud Documentai V1Document Page Anchor Page Ref Layout Type Optional. The type of the layout element that is being referenced if any.
- Page string
Index into the Document.pages element, for example using
Document.pages
to locate the related page element. This field is skipped when its value is the default0
. See https://developers.google.com/protocol-buffers/docs/proto3#json.- Bounding
Poly GoogleCloud Documentai V1Bounding Poly Optional. Identifies the bounding polygon of a layout element on the page.
- Confidence float64
Optional. Confidence of detected page element, if applicable. Range
[0, 1]
.- Layout
Id string Optional. Deprecated. Use PageRef.bounding_poly instead.
Optional. Deprecated. Use PageRef.bounding_poly instead.
- Layout
Type GoogleCloud Documentai V1Document Page Anchor Page Ref Layout Type Optional. The type of the layout element that is being referenced if any.
- page String
Index into the Document.pages element, for example using
Document.pages
to locate the related page element. This field is skipped when its value is the default0
. See https://developers.google.com/protocol-buffers/docs/proto3#json.- bounding
Poly GoogleCloud Documentai V1Bounding Poly Optional. Identifies the bounding polygon of a layout element on the page.
- confidence Double
Optional. Confidence of detected page element, if applicable. Range
[0, 1]
.- layout
Id String Optional. Deprecated. Use PageRef.bounding_poly instead.
Optional. Deprecated. Use PageRef.bounding_poly instead.
- layout
Type GoogleCloud Documentai V1Document Page Anchor Page Ref Layout Type Optional. The type of the layout element that is being referenced if any.
- page string
Index into the Document.pages element, for example using
Document.pages
to locate the related page element. This field is skipped when its value is the default0
. See https://developers.google.com/protocol-buffers/docs/proto3#json.- bounding
Poly GoogleCloud Documentai V1Bounding Poly Optional. Identifies the bounding polygon of a layout element on the page.
- confidence number
Optional. Confidence of detected page element, if applicable. Range
[0, 1]
.- layout
Id string Optional. Deprecated. Use PageRef.bounding_poly instead.
Optional. Deprecated. Use PageRef.bounding_poly instead.
- layout
Type GoogleCloud Documentai V1Document Page Anchor Page Ref Layout Type Optional. The type of the layout element that is being referenced if any.
- page str
Index into the Document.pages element, for example using
Document.pages
to locate the related page element. This field is skipped when its value is the default0
. See https://developers.google.com/protocol-buffers/docs/proto3#json.- bounding_
poly GoogleCloud Documentai V1Bounding Poly Optional. Identifies the bounding polygon of a layout element on the page.
- confidence float
Optional. Confidence of detected page element, if applicable. Range
[0, 1]
.- layout_
id str Optional. Deprecated. Use PageRef.bounding_poly instead.
Optional. Deprecated. Use PageRef.bounding_poly instead.
- layout_
type GoogleCloud Documentai V1Document Page Anchor Page Ref Layout Type Optional. The type of the layout element that is being referenced if any.
- page String
Index into the Document.pages element, for example using
Document.pages
to locate the related page element. This field is skipped when its value is the default0
. See https://developers.google.com/protocol-buffers/docs/proto3#json.- bounding
Poly Property Map Optional. Identifies the bounding polygon of a layout element on the page.
- confidence Number
Optional. Confidence of detected page element, if applicable. Range
[0, 1]
.- layout
Id String Optional. Deprecated. Use PageRef.bounding_poly instead.
Optional. Deprecated. Use PageRef.bounding_poly instead.
- layout
Type "LAYOUT_TYPE_UNSPECIFIED" | "BLOCK" | "PARAGRAPH" | "LINE" | "TOKEN" | "VISUAL_ELEMENT" | "TABLE" | "FORM_FIELD" Optional. The type of the layout element that is being referenced if any.
GoogleCloudDocumentaiV1DocumentPageAnchorPageRefLayoutType, GoogleCloudDocumentaiV1DocumentPageAnchorPageRefLayoutTypeArgs
- Layout
Type Unspecified - LAYOUT_TYPE_UNSPECIFIED
Layout Unspecified.
- Block
- BLOCK
References a Page.blocks element.
- Paragraph
- PARAGRAPH
References a Page.paragraphs element.
- Line
- LINE
References a Page.lines element.
- Token
- TOKEN
References a Page.tokens element.
- Visual
Element - VISUAL_ELEMENT
References a Page.visual_elements element.
- Table
- TABLE
Refrrences a Page.tables element.
- Form
Field - FORM_FIELD
References a Page.form_fields element.
- Google
Cloud Documentai V1Document Page Anchor Page Ref Layout Type Layout Type Unspecified - LAYOUT_TYPE_UNSPECIFIED
Layout Unspecified.
- Google
Cloud Documentai V1Document Page Anchor Page Ref Layout Type Block - BLOCK
References a Page.blocks element.
- Google
Cloud Documentai V1Document Page Anchor Page Ref Layout Type Paragraph - PARAGRAPH
References a Page.paragraphs element.
- Google
Cloud Documentai V1Document Page Anchor Page Ref Layout Type Line - LINE
References a Page.lines element.
- Google
Cloud Documentai V1Document Page Anchor Page Ref Layout Type Token - TOKEN
References a Page.tokens element.
- Google
Cloud Documentai V1Document Page Anchor Page Ref Layout Type Visual Element - VISUAL_ELEMENT
References a Page.visual_elements element.
- Google
Cloud Documentai V1Document Page Anchor Page Ref Layout Type Table - TABLE
Refrrences a Page.tables element.
- Google
Cloud Documentai V1Document Page Anchor Page Ref Layout Type Form Field - FORM_FIELD
References a Page.form_fields element.
- Layout
Type Unspecified - LAYOUT_TYPE_UNSPECIFIED
Layout Unspecified.
- Block
- BLOCK
References a Page.blocks element.
- Paragraph
- PARAGRAPH
References a Page.paragraphs element.
- Line
- LINE
References a Page.lines element.
- Token
- TOKEN
References a Page.tokens element.
- Visual
Element - VISUAL_ELEMENT
References a Page.visual_elements element.
- Table
- TABLE
Refrrences a Page.tables element.
- Form
Field - FORM_FIELD
References a Page.form_fields element.
- Layout
Type Unspecified - LAYOUT_TYPE_UNSPECIFIED
Layout Unspecified.
- Block
- BLOCK
References a Page.blocks element.
- Paragraph
- PARAGRAPH
References a Page.paragraphs element.
- Line
- LINE
References a Page.lines element.
- Token
- TOKEN
References a Page.tokens element.
- Visual
Element - VISUAL_ELEMENT
References a Page.visual_elements element.
- Table
- TABLE
Refrrences a Page.tables element.
- Form
Field - FORM_FIELD
References a Page.form_fields element.
- LAYOUT_TYPE_UNSPECIFIED
- LAYOUT_TYPE_UNSPECIFIED
Layout Unspecified.
- BLOCK
- BLOCK
References a Page.blocks element.
- PARAGRAPH
- PARAGRAPH
References a Page.paragraphs element.
- LINE
- LINE
References a Page.lines element.
- TOKEN
- TOKEN
References a Page.tokens element.
- VISUAL_ELEMENT
- VISUAL_ELEMENT
References a Page.visual_elements element.
- TABLE
- TABLE
Refrrences a Page.tables element.
- FORM_FIELD
- FORM_FIELD
References a Page.form_fields element.
- "LAYOUT_TYPE_UNSPECIFIED"
- LAYOUT_TYPE_UNSPECIFIED
Layout Unspecified.
- "BLOCK"
- BLOCK
References a Page.blocks element.
- "PARAGRAPH"
- PARAGRAPH
References a Page.paragraphs element.
- "LINE"
- LINE
References a Page.lines element.
- "TOKEN"
- TOKEN
References a Page.tokens element.
- "VISUAL_ELEMENT"
- VISUAL_ELEMENT
References a Page.visual_elements element.
- "TABLE"
- TABLE
Refrrences a Page.tables element.
- "FORM_FIELD"
- FORM_FIELD
References a Page.form_fields element.
GoogleCloudDocumentaiV1DocumentPageAnchorPageRefResponse, GoogleCloudDocumentaiV1DocumentPageAnchorPageRefResponseArgs
- Bounding
Poly Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Bounding Poly Response Optional. Identifies the bounding polygon of a layout element on the page.
- Confidence double
Optional. Confidence of detected page element, if applicable. Range
[0, 1]
.- Layout
Id string Optional. Deprecated. Use PageRef.bounding_poly instead.
Optional. Deprecated. Use PageRef.bounding_poly instead.
- Layout
Type string Optional. The type of the layout element that is being referenced if any.
- Page string
Index into the Document.pages element, for example using
Document.pages
to locate the related page element. This field is skipped when its value is the default0
. See https://developers.google.com/protocol-buffers/docs/proto3#json.
- Bounding
Poly GoogleCloud Documentai V1Bounding Poly Response Optional. Identifies the bounding polygon of a layout element on the page.
- Confidence float64
Optional. Confidence of detected page element, if applicable. Range
[0, 1]
.- Layout
Id string Optional. Deprecated. Use PageRef.bounding_poly instead.
Optional. Deprecated. Use PageRef.bounding_poly instead.
- Layout
Type string Optional. The type of the layout element that is being referenced if any.
- Page string
Index into the Document.pages element, for example using
Document.pages
to locate the related page element. This field is skipped when its value is the default0
. See https://developers.google.com/protocol-buffers/docs/proto3#json.
- bounding
Poly GoogleCloud Documentai V1Bounding Poly Response Optional. Identifies the bounding polygon of a layout element on the page.
- confidence Double
Optional. Confidence of detected page element, if applicable. Range
[0, 1]
.- layout
Id String Optional. Deprecated. Use PageRef.bounding_poly instead.
Optional. Deprecated. Use PageRef.bounding_poly instead.
- layout
Type String Optional. The type of the layout element that is being referenced if any.
- page String
Index into the Document.pages element, for example using
Document.pages
to locate the related page element. This field is skipped when its value is the default0
. See https://developers.google.com/protocol-buffers/docs/proto3#json.
- bounding
Poly GoogleCloud Documentai V1Bounding Poly Response Optional. Identifies the bounding polygon of a layout element on the page.
- confidence number
Optional. Confidence of detected page element, if applicable. Range
[0, 1]
.- layout
Id string Optional. Deprecated. Use PageRef.bounding_poly instead.
Optional. Deprecated. Use PageRef.bounding_poly instead.
- layout
Type string Optional. The type of the layout element that is being referenced if any.
- page string
Index into the Document.pages element, for example using
Document.pages
to locate the related page element. This field is skipped when its value is the default0
. See https://developers.google.com/protocol-buffers/docs/proto3#json.
- bounding_
poly GoogleCloud Documentai V1Bounding Poly Response Optional. Identifies the bounding polygon of a layout element on the page.
- confidence float
Optional. Confidence of detected page element, if applicable. Range
[0, 1]
.- layout_
id str Optional. Deprecated. Use PageRef.bounding_poly instead.
Optional. Deprecated. Use PageRef.bounding_poly instead.
- layout_
type str Optional. The type of the layout element that is being referenced if any.
- page str
Index into the Document.pages element, for example using
Document.pages
to locate the related page element. This field is skipped when its value is the default0
. See https://developers.google.com/protocol-buffers/docs/proto3#json.
- bounding
Poly Property Map Optional. Identifies the bounding polygon of a layout element on the page.
- confidence Number
Optional. Confidence of detected page element, if applicable. Range
[0, 1]
.- layout
Id String Optional. Deprecated. Use PageRef.bounding_poly instead.
Optional. Deprecated. Use PageRef.bounding_poly instead.
- layout
Type String Optional. The type of the layout element that is being referenced if any.
- page String
Index into the Document.pages element, for example using
Document.pages
to locate the related page element. This field is skipped when its value is the default0
. See https://developers.google.com/protocol-buffers/docs/proto3#json.
GoogleCloudDocumentaiV1DocumentPageAnchorResponse, GoogleCloudDocumentaiV1DocumentPageAnchorResponseArgs
- Page
Refs List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Anchor Page Ref Response> One or more references to visual page elements
- Page
Refs []GoogleCloud Documentai V1Document Page Anchor Page Ref Response One or more references to visual page elements
- page
Refs List<GoogleCloud Documentai V1Document Page Anchor Page Ref Response> One or more references to visual page elements
- page
Refs GoogleCloud Documentai V1Document Page Anchor Page Ref Response[] One or more references to visual page elements
- page_
refs Sequence[GoogleCloud Documentai V1Document Page Anchor Page Ref Response] One or more references to visual page elements
- page
Refs List<Property Map> One or more references to visual page elements
GoogleCloudDocumentaiV1DocumentPageBlock, GoogleCloudDocumentaiV1DocumentPageBlockArgs
- Detected
Languages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language> A list of detected languages together with confidence.
- Layout
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Layout for Block.
- Provenance
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance The history of this annotation.
- Detected
Languages []GoogleCloud Documentai V1Document Page Detected Language A list of detected languages together with confidence.
- Layout
Google
Cloud Documentai V1Document Page Layout Layout for Block.
- Provenance
Google
Cloud Documentai V1Document Provenance The history of this annotation.
- detected
Languages List<GoogleCloud Documentai V1Document Page Detected Language> A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for Block.
- provenance
Google
Cloud Documentai V1Document Provenance The history of this annotation.
- detected
Languages GoogleCloud Documentai V1Document Page Detected Language[] A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for Block.
- provenance
Google
Cloud Documentai V1Document Provenance The history of this annotation.
- detected_
languages Sequence[GoogleCloud Documentai V1Document Page Detected Language] A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for Block.
- provenance
Google
Cloud Documentai V1Document Provenance The history of this annotation.
- detected
Languages List<Property Map> A list of detected languages together with confidence.
- layout Property Map
Layout for Block.
- provenance Property Map
The history of this annotation.
GoogleCloudDocumentaiV1DocumentPageBlockResponse, GoogleCloudDocumentaiV1DocumentPageBlockResponseArgs
- Detected
Languages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language Response> A list of detected languages together with confidence.
- Layout
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Response Layout for Block.
- Provenance
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance Response The history of this annotation.
- Detected
Languages []GoogleCloud Documentai V1Document Page Detected Language Response A list of detected languages together with confidence.
- Layout
Google
Cloud Documentai V1Document Page Layout Response Layout for Block.
- Provenance
Google
Cloud Documentai V1Document Provenance Response The history of this annotation.
- detected
Languages List<GoogleCloud Documentai V1Document Page Detected Language Response> A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for Block.
- provenance
Google
Cloud Documentai V1Document Provenance Response The history of this annotation.
- detected
Languages GoogleCloud Documentai V1Document Page Detected Language Response[] A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for Block.
- provenance
Google
Cloud Documentai V1Document Provenance Response The history of this annotation.
- detected_
languages Sequence[GoogleCloud Documentai V1Document Page Detected Language Response] A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for Block.
- provenance
Google
Cloud Documentai V1Document Provenance Response The history of this annotation.
- detected
Languages List<Property Map> A list of detected languages together with confidence.
- layout Property Map
Layout for Block.
- provenance Property Map
The history of this annotation.
GoogleCloudDocumentaiV1DocumentPageDetectedBarcode, GoogleCloudDocumentaiV1DocumentPageDetectedBarcodeArgs
- Barcode
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Barcode Detailed barcode information of the DetectedBarcode.
- Layout
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Layout for DetectedBarcode.
- Barcode
Google
Cloud Documentai V1Barcode Detailed barcode information of the DetectedBarcode.
- Layout
Google
Cloud Documentai V1Document Page Layout Layout for DetectedBarcode.
- barcode
Google
Cloud Documentai V1Barcode Detailed barcode information of the DetectedBarcode.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for DetectedBarcode.
- barcode
Google
Cloud Documentai V1Barcode Detailed barcode information of the DetectedBarcode.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for DetectedBarcode.
- barcode
Google
Cloud Documentai V1Barcode Detailed barcode information of the DetectedBarcode.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for DetectedBarcode.
- barcode Property Map
Detailed barcode information of the DetectedBarcode.
- layout Property Map
Layout for DetectedBarcode.
GoogleCloudDocumentaiV1DocumentPageDetectedBarcodeResponse, GoogleCloudDocumentaiV1DocumentPageDetectedBarcodeResponseArgs
- Barcode
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Barcode Response Detailed barcode information of the DetectedBarcode.
- Layout
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Response Layout for DetectedBarcode.
- Barcode
Google
Cloud Documentai V1Barcode Response Detailed barcode information of the DetectedBarcode.
- Layout
Google
Cloud Documentai V1Document Page Layout Response Layout for DetectedBarcode.
- barcode
Google
Cloud Documentai V1Barcode Response Detailed barcode information of the DetectedBarcode.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for DetectedBarcode.
- barcode
Google
Cloud Documentai V1Barcode Response Detailed barcode information of the DetectedBarcode.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for DetectedBarcode.
- barcode
Google
Cloud Documentai V1Barcode Response Detailed barcode information of the DetectedBarcode.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for DetectedBarcode.
- barcode Property Map
Detailed barcode information of the DetectedBarcode.
- layout Property Map
Layout for DetectedBarcode.
GoogleCloudDocumentaiV1DocumentPageDetectedLanguage, GoogleCloudDocumentaiV1DocumentPageDetectedLanguageArgs
- Confidence double
Confidence of detected language. Range
[0, 1]
.- Language
Code string The BCP-47 language code, such as
en-US
orsr-Latn
. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
- Confidence float64
Confidence of detected language. Range
[0, 1]
.- Language
Code string The BCP-47 language code, such as
en-US
orsr-Latn
. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
- confidence Double
Confidence of detected language. Range
[0, 1]
.- language
Code String The BCP-47 language code, such as
en-US
orsr-Latn
. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
- confidence number
Confidence of detected language. Range
[0, 1]
.- language
Code string The BCP-47 language code, such as
en-US
orsr-Latn
. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
- confidence float
Confidence of detected language. Range
[0, 1]
.- language_
code str The BCP-47 language code, such as
en-US
orsr-Latn
. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
- confidence Number
Confidence of detected language. Range
[0, 1]
.- language
Code String The BCP-47 language code, such as
en-US
orsr-Latn
. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
GoogleCloudDocumentaiV1DocumentPageDetectedLanguageResponse, GoogleCloudDocumentaiV1DocumentPageDetectedLanguageResponseArgs
- Confidence double
Confidence of detected language. Range
[0, 1]
.- Language
Code string The BCP-47 language code, such as
en-US
orsr-Latn
. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
- Confidence float64
Confidence of detected language. Range
[0, 1]
.- Language
Code string The BCP-47 language code, such as
en-US
orsr-Latn
. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
- confidence Double
Confidence of detected language. Range
[0, 1]
.- language
Code String The BCP-47 language code, such as
en-US
orsr-Latn
. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
- confidence number
Confidence of detected language. Range
[0, 1]
.- language
Code string The BCP-47 language code, such as
en-US
orsr-Latn
. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
- confidence float
Confidence of detected language. Range
[0, 1]
.- language_
code str The BCP-47 language code, such as
en-US
orsr-Latn
. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
- confidence Number
Confidence of detected language. Range
[0, 1]
.- language
Code String The BCP-47 language code, such as
en-US
orsr-Latn
. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
GoogleCloudDocumentaiV1DocumentPageDimension, GoogleCloudDocumentaiV1DocumentPageDimensionArgs
GoogleCloudDocumentaiV1DocumentPageDimensionResponse, GoogleCloudDocumentaiV1DocumentPageDimensionResponseArgs
GoogleCloudDocumentaiV1DocumentPageFormField, GoogleCloudDocumentaiV1DocumentPageFormFieldArgs
- Corrected
Key stringText Created for Labeling UI to export key text. If corrections were made to the text identified by the
field_name.text_anchor
, this field will contain the correction.- Corrected
Value stringText Created for Labeling UI to export value text. If corrections were made to the text identified by the
field_value.text_anchor
, this field will contain the correction.- Field
Name Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Layout for the FormField name. e.g.
Address
,Email
,Grand total
,Phone number
, etc.- Field
Value Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Layout for the FormField value.
- Name
Detected List<Pulumi.Languages Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language> A list of detected languages for name together with confidence.
- Provenance
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance The history of this annotation.
- Value
Detected List<Pulumi.Languages Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language> A list of detected languages for value together with confidence.
- Value
Type string If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the
field_value
is normal text) -unfilled_checkbox
-filled_checkbox
- Corrected
Key stringText Created for Labeling UI to export key text. If corrections were made to the text identified by the
field_name.text_anchor
, this field will contain the correction.- Corrected
Value stringText Created for Labeling UI to export value text. If corrections were made to the text identified by the
field_value.text_anchor
, this field will contain the correction.- Field
Name GoogleCloud Documentai V1Document Page Layout Layout for the FormField name. e.g.
Address
,Email
,Grand total
,Phone number
, etc.- Field
Value GoogleCloud Documentai V1Document Page Layout Layout for the FormField value.
- Name
Detected []GoogleLanguages Cloud Documentai V1Document Page Detected Language A list of detected languages for name together with confidence.
- Provenance
Google
Cloud Documentai V1Document Provenance The history of this annotation.
- Value
Detected []GoogleLanguages Cloud Documentai V1Document Page Detected Language A list of detected languages for value together with confidence.
- Value
Type string If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the
field_value
is normal text) -unfilled_checkbox
-filled_checkbox
- corrected
Key StringText Created for Labeling UI to export key text. If corrections were made to the text identified by the
field_name.text_anchor
, this field will contain the correction.- corrected
Value StringText Created for Labeling UI to export value text. If corrections were made to the text identified by the
field_value.text_anchor
, this field will contain the correction.- field
Name GoogleCloud Documentai V1Document Page Layout Layout for the FormField name. e.g.
Address
,Email
,Grand total
,Phone number
, etc.- field
Value GoogleCloud Documentai V1Document Page Layout Layout for the FormField value.
- name
Detected List<GoogleLanguages Cloud Documentai V1Document Page Detected Language> A list of detected languages for name together with confidence.
- provenance
Google
Cloud Documentai V1Document Provenance The history of this annotation.
- value
Detected List<GoogleLanguages Cloud Documentai V1Document Page Detected Language> A list of detected languages for value together with confidence.
- value
Type String If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the
field_value
is normal text) -unfilled_checkbox
-filled_checkbox
- corrected
Key stringText Created for Labeling UI to export key text. If corrections were made to the text identified by the
field_name.text_anchor
, this field will contain the correction.- corrected
Value stringText Created for Labeling UI to export value text. If corrections were made to the text identified by the
field_value.text_anchor
, this field will contain the correction.- field
Name GoogleCloud Documentai V1Document Page Layout Layout for the FormField name. e.g.
Address
,Email
,Grand total
,Phone number
, etc.- field
Value GoogleCloud Documentai V1Document Page Layout Layout for the FormField value.
- name
Detected GoogleLanguages Cloud Documentai V1Document Page Detected Language[] A list of detected languages for name together with confidence.
- provenance
Google
Cloud Documentai V1Document Provenance The history of this annotation.
- value
Detected GoogleLanguages Cloud Documentai V1Document Page Detected Language[] A list of detected languages for value together with confidence.
- value
Type string If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the
field_value
is normal text) -unfilled_checkbox
-filled_checkbox
- corrected_
key_ strtext Created for Labeling UI to export key text. If corrections were made to the text identified by the
field_name.text_anchor
, this field will contain the correction.- corrected_
value_ strtext Created for Labeling UI to export value text. If corrections were made to the text identified by the
field_value.text_anchor
, this field will contain the correction.- field_
name GoogleCloud Documentai V1Document Page Layout Layout for the FormField name. e.g.
Address
,Email
,Grand total
,Phone number
, etc.- field_
value GoogleCloud Documentai V1Document Page Layout Layout for the FormField value.
- name_
detected_ Sequence[Googlelanguages Cloud Documentai V1Document Page Detected Language] A list of detected languages for name together with confidence.
- provenance
Google
Cloud Documentai V1Document Provenance The history of this annotation.
- value_
detected_ Sequence[Googlelanguages Cloud Documentai V1Document Page Detected Language] A list of detected languages for value together with confidence.
- value_
type str If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the
field_value
is normal text) -unfilled_checkbox
-filled_checkbox
- corrected
Key StringText Created for Labeling UI to export key text. If corrections were made to the text identified by the
field_name.text_anchor
, this field will contain the correction.- corrected
Value StringText Created for Labeling UI to export value text. If corrections were made to the text identified by the
field_value.text_anchor
, this field will contain the correction.- field
Name Property Map Layout for the FormField name. e.g.
Address
,Email
,Grand total
,Phone number
, etc.- field
Value Property Map Layout for the FormField value.
- name
Detected List<Property Map>Languages A list of detected languages for name together with confidence.
- provenance Property Map
The history of this annotation.
- value
Detected List<Property Map>Languages A list of detected languages for value together with confidence.
- value
Type String If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the
field_value
is normal text) -unfilled_checkbox
-filled_checkbox
GoogleCloudDocumentaiV1DocumentPageFormFieldResponse, GoogleCloudDocumentaiV1DocumentPageFormFieldResponseArgs
- Corrected
Key stringText Created for Labeling UI to export key text. If corrections were made to the text identified by the
field_name.text_anchor
, this field will contain the correction.- Corrected
Value stringText Created for Labeling UI to export value text. If corrections were made to the text identified by the
field_value.text_anchor
, this field will contain the correction.- Field
Name Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Response Layout for the FormField name. e.g.
Address
,Email
,Grand total
,Phone number
, etc.- Field
Value Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Response Layout for the FormField value.
- Name
Detected List<Pulumi.Languages Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language Response> A list of detected languages for name together with confidence.
- Provenance
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance Response The history of this annotation.
- Value
Detected List<Pulumi.Languages Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language Response> A list of detected languages for value together with confidence.
- Value
Type string If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the
field_value
is normal text) -unfilled_checkbox
-filled_checkbox
- Corrected
Key stringText Created for Labeling UI to export key text. If corrections were made to the text identified by the
field_name.text_anchor
, this field will contain the correction.- Corrected
Value stringText Created for Labeling UI to export value text. If corrections were made to the text identified by the
field_value.text_anchor
, this field will contain the correction.- Field
Name GoogleCloud Documentai V1Document Page Layout Response Layout for the FormField name. e.g.
Address
,Email
,Grand total
,Phone number
, etc.- Field
Value GoogleCloud Documentai V1Document Page Layout Response Layout for the FormField value.
- Name
Detected []GoogleLanguages Cloud Documentai V1Document Page Detected Language Response A list of detected languages for name together with confidence.
- Provenance
Google
Cloud Documentai V1Document Provenance Response The history of this annotation.
- Value
Detected []GoogleLanguages Cloud Documentai V1Document Page Detected Language Response A list of detected languages for value together with confidence.
- Value
Type string If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the
field_value
is normal text) -unfilled_checkbox
-filled_checkbox
- corrected
Key StringText Created for Labeling UI to export key text. If corrections were made to the text identified by the
field_name.text_anchor
, this field will contain the correction.- corrected
Value StringText Created for Labeling UI to export value text. If corrections were made to the text identified by the
field_value.text_anchor
, this field will contain the correction.- field
Name GoogleCloud Documentai V1Document Page Layout Response Layout for the FormField name. e.g.
Address
,Email
,Grand total
,Phone number
, etc.- field
Value GoogleCloud Documentai V1Document Page Layout Response Layout for the FormField value.
- name
Detected List<GoogleLanguages Cloud Documentai V1Document Page Detected Language Response> A list of detected languages for name together with confidence.
- provenance
Google
Cloud Documentai V1Document Provenance Response The history of this annotation.
- value
Detected List<GoogleLanguages Cloud Documentai V1Document Page Detected Language Response> A list of detected languages for value together with confidence.
- value
Type String If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the
field_value
is normal text) -unfilled_checkbox
-filled_checkbox
- corrected
Key stringText Created for Labeling UI to export key text. If corrections were made to the text identified by the
field_name.text_anchor
, this field will contain the correction.- corrected
Value stringText Created for Labeling UI to export value text. If corrections were made to the text identified by the
field_value.text_anchor
, this field will contain the correction.- field
Name GoogleCloud Documentai V1Document Page Layout Response Layout for the FormField name. e.g.
Address
,Email
,Grand total
,Phone number
, etc.- field
Value GoogleCloud Documentai V1Document Page Layout Response Layout for the FormField value.
- name
Detected GoogleLanguages Cloud Documentai V1Document Page Detected Language Response[] A list of detected languages for name together with confidence.
- provenance
Google
Cloud Documentai V1Document Provenance Response The history of this annotation.
- value
Detected GoogleLanguages Cloud Documentai V1Document Page Detected Language Response[] A list of detected languages for value together with confidence.
- value
Type string If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the
field_value
is normal text) -unfilled_checkbox
-filled_checkbox
- corrected_
key_ strtext Created for Labeling UI to export key text. If corrections were made to the text identified by the
field_name.text_anchor
, this field will contain the correction.- corrected_
value_ strtext Created for Labeling UI to export value text. If corrections were made to the text identified by the
field_value.text_anchor
, this field will contain the correction.- field_
name GoogleCloud Documentai V1Document Page Layout Response Layout for the FormField name. e.g.
Address
,Email
,Grand total
,Phone number
, etc.- field_
value GoogleCloud Documentai V1Document Page Layout Response Layout for the FormField value.
- name_
detected_ Sequence[Googlelanguages Cloud Documentai V1Document Page Detected Language Response] A list of detected languages for name together with confidence.
- provenance
Google
Cloud Documentai V1Document Provenance Response The history of this annotation.
- value_
detected_ Sequence[Googlelanguages Cloud Documentai V1Document Page Detected Language Response] A list of detected languages for value together with confidence.
- value_
type str If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the
field_value
is normal text) -unfilled_checkbox
-filled_checkbox
- corrected
Key StringText Created for Labeling UI to export key text. If corrections were made to the text identified by the
field_name.text_anchor
, this field will contain the correction.- corrected
Value StringText Created for Labeling UI to export value text. If corrections were made to the text identified by the
field_value.text_anchor
, this field will contain the correction.- field
Name Property Map Layout for the FormField name. e.g.
Address
,Email
,Grand total
,Phone number
, etc.- field
Value Property Map Layout for the FormField value.
- name
Detected List<Property Map>Languages A list of detected languages for name together with confidence.
- provenance Property Map
The history of this annotation.
- value
Detected List<Property Map>Languages A list of detected languages for value together with confidence.
- value
Type String If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the
field_value
is normal text) -unfilled_checkbox
-filled_checkbox
GoogleCloudDocumentaiV1DocumentPageImage, GoogleCloudDocumentaiV1DocumentPageImageArgs
GoogleCloudDocumentaiV1DocumentPageImageQualityScores, GoogleCloudDocumentaiV1DocumentPageImageQualityScoresArgs
- Detected
Defects List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Image Quality Scores Detected Defect> A list of detected defects.
- Quality
Score double The overall quality score. Range
[0, 1]
where 1 is perfect quality.
- Detected
Defects []GoogleCloud Documentai V1Document Page Image Quality Scores Detected Defect A list of detected defects.
- Quality
Score float64 The overall quality score. Range
[0, 1]
where 1 is perfect quality.
- detected
Defects List<GoogleCloud Documentai V1Document Page Image Quality Scores Detected Defect> A list of detected defects.
- quality
Score Double The overall quality score. Range
[0, 1]
where 1 is perfect quality.
- detected
Defects GoogleCloud Documentai V1Document Page Image Quality Scores Detected Defect[] A list of detected defects.
- quality
Score number The overall quality score. Range
[0, 1]
where 1 is perfect quality.
- detected_
defects Sequence[GoogleCloud Documentai V1Document Page Image Quality Scores Detected Defect] A list of detected defects.
- quality_
score float The overall quality score. Range
[0, 1]
where 1 is perfect quality.
- detected
Defects List<Property Map> A list of detected defects.
- quality
Score Number The overall quality score. Range
[0, 1]
where 1 is perfect quality.
GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefect, GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefectArgs
- Confidence double
Confidence of detected defect. Range
[0, 1]
where 1 indicates strong confidence of that the defect exists.- Type string
Name of the defect type. Supported values are: -
quality/defect_blurry
-quality/defect_noisy
-quality/defect_dark
-quality/defect_faint
-quality/defect_text_too_small
-quality/defect_document_cutoff
-quality/defect_text_cutoff
-quality/defect_glare
- Confidence float64
Confidence of detected defect. Range
[0, 1]
where 1 indicates strong confidence of that the defect exists.- Type string
Name of the defect type. Supported values are: -
quality/defect_blurry
-quality/defect_noisy
-quality/defect_dark
-quality/defect_faint
-quality/defect_text_too_small
-quality/defect_document_cutoff
-quality/defect_text_cutoff
-quality/defect_glare
- confidence Double
Confidence of detected defect. Range
[0, 1]
where 1 indicates strong confidence of that the defect exists.- type String
Name of the defect type. Supported values are: -
quality/defect_blurry
-quality/defect_noisy
-quality/defect_dark
-quality/defect_faint
-quality/defect_text_too_small
-quality/defect_document_cutoff
-quality/defect_text_cutoff
-quality/defect_glare
- confidence number
Confidence of detected defect. Range
[0, 1]
where 1 indicates strong confidence of that the defect exists.- type string
Name of the defect type. Supported values are: -
quality/defect_blurry
-quality/defect_noisy
-quality/defect_dark
-quality/defect_faint
-quality/defect_text_too_small
-quality/defect_document_cutoff
-quality/defect_text_cutoff
-quality/defect_glare
- confidence float
Confidence of detected defect. Range
[0, 1]
where 1 indicates strong confidence of that the defect exists.- type str
Name of the defect type. Supported values are: -
quality/defect_blurry
-quality/defect_noisy
-quality/defect_dark
-quality/defect_faint
-quality/defect_text_too_small
-quality/defect_document_cutoff
-quality/defect_text_cutoff
-quality/defect_glare
- confidence Number
Confidence of detected defect. Range
[0, 1]
where 1 indicates strong confidence of that the defect exists.- type String
Name of the defect type. Supported values are: -
quality/defect_blurry
-quality/defect_noisy
-quality/defect_dark
-quality/defect_faint
-quality/defect_text_too_small
-quality/defect_document_cutoff
-quality/defect_text_cutoff
-quality/defect_glare
GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefectResponse, GoogleCloudDocumentaiV1DocumentPageImageQualityScoresDetectedDefectResponseArgs
- Confidence double
Confidence of detected defect. Range
[0, 1]
where 1 indicates strong confidence of that the defect exists.- Type string
Name of the defect type. Supported values are: -
quality/defect_blurry
-quality/defect_noisy
-quality/defect_dark
-quality/defect_faint
-quality/defect_text_too_small
-quality/defect_document_cutoff
-quality/defect_text_cutoff
-quality/defect_glare
- Confidence float64
Confidence of detected defect. Range
[0, 1]
where 1 indicates strong confidence of that the defect exists.- Type string
Name of the defect type. Supported values are: -
quality/defect_blurry
-quality/defect_noisy
-quality/defect_dark
-quality/defect_faint
-quality/defect_text_too_small
-quality/defect_document_cutoff
-quality/defect_text_cutoff
-quality/defect_glare
- confidence Double
Confidence of detected defect. Range
[0, 1]
where 1 indicates strong confidence of that the defect exists.- type String
Name of the defect type. Supported values are: -
quality/defect_blurry
-quality/defect_noisy
-quality/defect_dark
-quality/defect_faint
-quality/defect_text_too_small
-quality/defect_document_cutoff
-quality/defect_text_cutoff
-quality/defect_glare
- confidence number
Confidence of detected defect. Range
[0, 1]
where 1 indicates strong confidence of that the defect exists.- type string
Name of the defect type. Supported values are: -
quality/defect_blurry
-quality/defect_noisy
-quality/defect_dark
-quality/defect_faint
-quality/defect_text_too_small
-quality/defect_document_cutoff
-quality/defect_text_cutoff
-quality/defect_glare
- confidence float
Confidence of detected defect. Range
[0, 1]
where 1 indicates strong confidence of that the defect exists.- type str
Name of the defect type. Supported values are: -
quality/defect_blurry
-quality/defect_noisy
-quality/defect_dark
-quality/defect_faint
-quality/defect_text_too_small
-quality/defect_document_cutoff
-quality/defect_text_cutoff
-quality/defect_glare
- confidence Number
Confidence of detected defect. Range
[0, 1]
where 1 indicates strong confidence of that the defect exists.- type String
Name of the defect type. Supported values are: -
quality/defect_blurry
-quality/defect_noisy
-quality/defect_dark
-quality/defect_faint
-quality/defect_text_too_small
-quality/defect_document_cutoff
-quality/defect_text_cutoff
-quality/defect_glare
GoogleCloudDocumentaiV1DocumentPageImageQualityScoresResponse, GoogleCloudDocumentaiV1DocumentPageImageQualityScoresResponseArgs
- Detected
Defects List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Image Quality Scores Detected Defect Response> A list of detected defects.
- Quality
Score double The overall quality score. Range
[0, 1]
where 1 is perfect quality.
- Detected
Defects []GoogleCloud Documentai V1Document Page Image Quality Scores Detected Defect Response A list of detected defects.
- Quality
Score float64 The overall quality score. Range
[0, 1]
where 1 is perfect quality.
- detected
Defects List<GoogleCloud Documentai V1Document Page Image Quality Scores Detected Defect Response> A list of detected defects.
- quality
Score Double The overall quality score. Range
[0, 1]
where 1 is perfect quality.
- detected
Defects GoogleCloud Documentai V1Document Page Image Quality Scores Detected Defect Response[] A list of detected defects.
- quality
Score number The overall quality score. Range
[0, 1]
where 1 is perfect quality.
- detected_
defects Sequence[GoogleCloud Documentai V1Document Page Image Quality Scores Detected Defect Response] A list of detected defects.
- quality_
score float The overall quality score. Range
[0, 1]
where 1 is perfect quality.
- detected
Defects List<Property Map> A list of detected defects.
- quality
Score Number The overall quality score. Range
[0, 1]
where 1 is perfect quality.
GoogleCloudDocumentaiV1DocumentPageImageResponse, GoogleCloudDocumentaiV1DocumentPageImageResponseArgs
GoogleCloudDocumentaiV1DocumentPageLayout, GoogleCloudDocumentaiV1DocumentPageLayoutArgs
- Bounding
Poly Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Bounding Poly The bounding polygon for the Layout.
- Confidence double
Confidence of the current Layout within context of the object this layout is for. e.g. confidence can be for a single token, a table, a visual element, etc. depending on context. Range
[0, 1]
.- Orientation
Pulumi.
Google Native. Contentwarehouse. V1. Google Cloud Documentai V1Document Page Layout Orientation Detected orientation for the Layout.
- Text
Anchor Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Text Anchor Text anchor indexing into the Document.text.
- Bounding
Poly GoogleCloud Documentai V1Bounding Poly The bounding polygon for the Layout.
- Confidence float64
Confidence of the current Layout within context of the object this layout is for. e.g. confidence can be for a single token, a table, a visual element, etc. depending on context. Range
[0, 1]
.- Orientation
Google
Cloud Documentai V1Document Page Layout Orientation Detected orientation for the Layout.
- Text
Anchor GoogleCloud Documentai V1Document Text Anchor Text anchor indexing into the Document.text.
- bounding
Poly GoogleCloud Documentai V1Bounding Poly The bounding polygon for the Layout.
- confidence Double
Confidence of the current Layout within context of the object this layout is for. e.g. confidence can be for a single token, a table, a visual element, etc. depending on context. Range
[0, 1]
.- orientation
Google
Cloud Documentai V1Document Page Layout Orientation Detected orientation for the Layout.
- text
Anchor GoogleCloud Documentai V1Document Text Anchor Text anchor indexing into the Document.text.
- bounding
Poly GoogleCloud Documentai V1Bounding Poly The bounding polygon for the Layout.
- confidence number
Confidence of the current Layout within context of the object this layout is for. e.g. confidence can be for a single token, a table, a visual element, etc. depending on context. Range
[0, 1]
.- orientation
Google
Cloud Documentai V1Document Page Layout Orientation Detected orientation for the Layout.
- text
Anchor GoogleCloud Documentai V1Document Text Anchor Text anchor indexing into the Document.text.
- bounding_
poly GoogleCloud Documentai V1Bounding Poly The bounding polygon for the Layout.
- confidence float
Confidence of the current Layout within context of the object this layout is for. e.g. confidence can be for a single token, a table, a visual element, etc. depending on context. Range
[0, 1]
.- orientation
Google
Cloud Documentai V1Document Page Layout Orientation Detected orientation for the Layout.
- text_
anchor GoogleCloud Documentai V1Document Text Anchor Text anchor indexing into the Document.text.
- bounding
Poly Property Map The bounding polygon for the Layout.
- confidence Number
Confidence of the current Layout within context of the object this layout is for. e.g. confidence can be for a single token, a table, a visual element, etc. depending on context. Range
[0, 1]
.- orientation "ORIENTATION_UNSPECIFIED" | "PAGE_UP" | "PAGE_RIGHT" | "PAGE_DOWN" | "PAGE_LEFT"
Detected orientation for the Layout.
- text
Anchor Property Map Text anchor indexing into the Document.text.
GoogleCloudDocumentaiV1DocumentPageLayoutOrientation, GoogleCloudDocumentaiV1DocumentPageLayoutOrientationArgs
- Orientation
Unspecified - ORIENTATION_UNSPECIFIED
Unspecified orientation.
- Page
Up - PAGE_UP
Orientation is aligned with page up.
- Page
Right - PAGE_RIGHT
Orientation is aligned with page right. Turn the head 90 degrees clockwise from upright to read.
- Page
Down - PAGE_DOWN
Orientation is aligned with page down. Turn the head 180 degrees from upright to read.
- Page
Left - PAGE_LEFT
Orientation is aligned with page left. Turn the head 90 degrees counterclockwise from upright to read.
- Google
Cloud Documentai V1Document Page Layout Orientation Orientation Unspecified - ORIENTATION_UNSPECIFIED
Unspecified orientation.
- Google
Cloud Documentai V1Document Page Layout Orientation Page Up - PAGE_UP
Orientation is aligned with page up.
- Google
Cloud Documentai V1Document Page Layout Orientation Page Right - PAGE_RIGHT
Orientation is aligned with page right. Turn the head 90 degrees clockwise from upright to read.
- Google
Cloud Documentai V1Document Page Layout Orientation Page Down - PAGE_DOWN
Orientation is aligned with page down. Turn the head 180 degrees from upright to read.
- Google
Cloud Documentai V1Document Page Layout Orientation Page Left - PAGE_LEFT
Orientation is aligned with page left. Turn the head 90 degrees counterclockwise from upright to read.
- Orientation
Unspecified - ORIENTATION_UNSPECIFIED
Unspecified orientation.
- Page
Up - PAGE_UP
Orientation is aligned with page up.
- Page
Right - PAGE_RIGHT
Orientation is aligned with page right. Turn the head 90 degrees clockwise from upright to read.
- Page
Down - PAGE_DOWN
Orientation is aligned with page down. Turn the head 180 degrees from upright to read.
- Page
Left - PAGE_LEFT
Orientation is aligned with page left. Turn the head 90 degrees counterclockwise from upright to read.
- Orientation
Unspecified - ORIENTATION_UNSPECIFIED
Unspecified orientation.
- Page
Up - PAGE_UP
Orientation is aligned with page up.
- Page
Right - PAGE_RIGHT
Orientation is aligned with page right. Turn the head 90 degrees clockwise from upright to read.
- Page
Down - PAGE_DOWN
Orientation is aligned with page down. Turn the head 180 degrees from upright to read.
- Page
Left - PAGE_LEFT
Orientation is aligned with page left. Turn the head 90 degrees counterclockwise from upright to read.
- ORIENTATION_UNSPECIFIED
- ORIENTATION_UNSPECIFIED
Unspecified orientation.
- PAGE_UP
- PAGE_UP
Orientation is aligned with page up.
- PAGE_RIGHT
- PAGE_RIGHT
Orientation is aligned with page right. Turn the head 90 degrees clockwise from upright to read.
- PAGE_DOWN
- PAGE_DOWN
Orientation is aligned with page down. Turn the head 180 degrees from upright to read.
- PAGE_LEFT
- PAGE_LEFT
Orientation is aligned with page left. Turn the head 90 degrees counterclockwise from upright to read.
- "ORIENTATION_UNSPECIFIED"
- ORIENTATION_UNSPECIFIED
Unspecified orientation.
- "PAGE_UP"
- PAGE_UP
Orientation is aligned with page up.
- "PAGE_RIGHT"
- PAGE_RIGHT
Orientation is aligned with page right. Turn the head 90 degrees clockwise from upright to read.
- "PAGE_DOWN"
- PAGE_DOWN
Orientation is aligned with page down. Turn the head 180 degrees from upright to read.
- "PAGE_LEFT"
- PAGE_LEFT
Orientation is aligned with page left. Turn the head 90 degrees counterclockwise from upright to read.
GoogleCloudDocumentaiV1DocumentPageLayoutResponse, GoogleCloudDocumentaiV1DocumentPageLayoutResponseArgs
- Bounding
Poly Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Bounding Poly Response The bounding polygon for the Layout.
- Confidence double
Confidence of the current Layout within context of the object this layout is for. e.g. confidence can be for a single token, a table, a visual element, etc. depending on context. Range
[0, 1]
.- Orientation string
Detected orientation for the Layout.
- Text
Anchor Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Text Anchor Response Text anchor indexing into the Document.text.
- Bounding
Poly GoogleCloud Documentai V1Bounding Poly Response The bounding polygon for the Layout.
- Confidence float64
Confidence of the current Layout within context of the object this layout is for. e.g. confidence can be for a single token, a table, a visual element, etc. depending on context. Range
[0, 1]
.- Orientation string
Detected orientation for the Layout.
- Text
Anchor GoogleCloud Documentai V1Document Text Anchor Response Text anchor indexing into the Document.text.
- bounding
Poly GoogleCloud Documentai V1Bounding Poly Response The bounding polygon for the Layout.
- confidence Double
Confidence of the current Layout within context of the object this layout is for. e.g. confidence can be for a single token, a table, a visual element, etc. depending on context. Range
[0, 1]
.- orientation String
Detected orientation for the Layout.
- text
Anchor GoogleCloud Documentai V1Document Text Anchor Response Text anchor indexing into the Document.text.
- bounding
Poly GoogleCloud Documentai V1Bounding Poly Response The bounding polygon for the Layout.
- confidence number
Confidence of the current Layout within context of the object this layout is for. e.g. confidence can be for a single token, a table, a visual element, etc. depending on context. Range
[0, 1]
.- orientation string
Detected orientation for the Layout.
- text
Anchor GoogleCloud Documentai V1Document Text Anchor Response Text anchor indexing into the Document.text.
- bounding_
poly GoogleCloud Documentai V1Bounding Poly Response The bounding polygon for the Layout.
- confidence float
Confidence of the current Layout within context of the object this layout is for. e.g. confidence can be for a single token, a table, a visual element, etc. depending on context. Range
[0, 1]
.- orientation str
Detected orientation for the Layout.
- text_
anchor GoogleCloud Documentai V1Document Text Anchor Response Text anchor indexing into the Document.text.
- bounding
Poly Property Map The bounding polygon for the Layout.
- confidence Number
Confidence of the current Layout within context of the object this layout is for. e.g. confidence can be for a single token, a table, a visual element, etc. depending on context. Range
[0, 1]
.- orientation String
Detected orientation for the Layout.
- text
Anchor Property Map Text anchor indexing into the Document.text.
GoogleCloudDocumentaiV1DocumentPageLine, GoogleCloudDocumentaiV1DocumentPageLineArgs
- Detected
Languages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language> A list of detected languages together with confidence.
- Layout
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Layout for Line.
- Provenance
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance The history of this annotation.
- Detected
Languages []GoogleCloud Documentai V1Document Page Detected Language A list of detected languages together with confidence.
- Layout
Google
Cloud Documentai V1Document Page Layout Layout for Line.
- Provenance
Google
Cloud Documentai V1Document Provenance The history of this annotation.
- detected
Languages List<GoogleCloud Documentai V1Document Page Detected Language> A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for Line.
- provenance
Google
Cloud Documentai V1Document Provenance The history of this annotation.
- detected
Languages GoogleCloud Documentai V1Document Page Detected Language[] A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for Line.
- provenance
Google
Cloud Documentai V1Document Provenance The history of this annotation.
- detected_
languages Sequence[GoogleCloud Documentai V1Document Page Detected Language] A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for Line.
- provenance
Google
Cloud Documentai V1Document Provenance The history of this annotation.
- detected
Languages List<Property Map> A list of detected languages together with confidence.
- layout Property Map
Layout for Line.
- provenance Property Map
The history of this annotation.
GoogleCloudDocumentaiV1DocumentPageLineResponse, GoogleCloudDocumentaiV1DocumentPageLineResponseArgs
- Detected
Languages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language Response> A list of detected languages together with confidence.
- Layout
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Response Layout for Line.
- Provenance
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance Response The history of this annotation.
- Detected
Languages []GoogleCloud Documentai V1Document Page Detected Language Response A list of detected languages together with confidence.
- Layout
Google
Cloud Documentai V1Document Page Layout Response Layout for Line.
- Provenance
Google
Cloud Documentai V1Document Provenance Response The history of this annotation.
- detected
Languages List<GoogleCloud Documentai V1Document Page Detected Language Response> A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for Line.
- provenance
Google
Cloud Documentai V1Document Provenance Response The history of this annotation.
- detected
Languages GoogleCloud Documentai V1Document Page Detected Language Response[] A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for Line.
- provenance
Google
Cloud Documentai V1Document Provenance Response The history of this annotation.
- detected_
languages Sequence[GoogleCloud Documentai V1Document Page Detected Language Response] A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for Line.
- provenance
Google
Cloud Documentai V1Document Provenance Response The history of this annotation.
- detected
Languages List<Property Map> A list of detected languages together with confidence.
- layout Property Map
Layout for Line.
- provenance Property Map
The history of this annotation.
GoogleCloudDocumentaiV1DocumentPageMatrix, GoogleCloudDocumentaiV1DocumentPageMatrixArgs
- Cols int
Number of columns in the matrix.
- Data string
The matrix data.
- Rows int
Number of rows in the matrix.
- Type int
This encodes information about what data type the matrix uses. For example, 0 (CV_8U) is an unsigned 8-bit image. For the full list of OpenCV primitive data types, please refer to https://docs.opencv.org/4.3.0/d1/d1b/group__core__hal__interface.html
- Cols int
Number of columns in the matrix.
- Data string
The matrix data.
- Rows int
Number of rows in the matrix.
- Type int
This encodes information about what data type the matrix uses. For example, 0 (CV_8U) is an unsigned 8-bit image. For the full list of OpenCV primitive data types, please refer to https://docs.opencv.org/4.3.0/d1/d1b/group__core__hal__interface.html
- cols Integer
Number of columns in the matrix.
- data String
The matrix data.
- rows Integer
Number of rows in the matrix.
- type Integer
This encodes information about what data type the matrix uses. For example, 0 (CV_8U) is an unsigned 8-bit image. For the full list of OpenCV primitive data types, please refer to https://docs.opencv.org/4.3.0/d1/d1b/group__core__hal__interface.html
- cols number
Number of columns in the matrix.
- data string
The matrix data.
- rows number
Number of rows in the matrix.
- type number
This encodes information about what data type the matrix uses. For example, 0 (CV_8U) is an unsigned 8-bit image. For the full list of OpenCV primitive data types, please refer to https://docs.opencv.org/4.3.0/d1/d1b/group__core__hal__interface.html
- cols int
Number of columns in the matrix.
- data str
The matrix data.
- rows int
Number of rows in the matrix.
- type int
This encodes information about what data type the matrix uses. For example, 0 (CV_8U) is an unsigned 8-bit image. For the full list of OpenCV primitive data types, please refer to https://docs.opencv.org/4.3.0/d1/d1b/group__core__hal__interface.html
- cols Number
Number of columns in the matrix.
- data String
The matrix data.
- rows Number
Number of rows in the matrix.
- type Number
This encodes information about what data type the matrix uses. For example, 0 (CV_8U) is an unsigned 8-bit image. For the full list of OpenCV primitive data types, please refer to https://docs.opencv.org/4.3.0/d1/d1b/group__core__hal__interface.html
GoogleCloudDocumentaiV1DocumentPageMatrixResponse, GoogleCloudDocumentaiV1DocumentPageMatrixResponseArgs
- Cols int
Number of columns in the matrix.
- Data string
The matrix data.
- Rows int
Number of rows in the matrix.
- Type int
This encodes information about what data type the matrix uses. For example, 0 (CV_8U) is an unsigned 8-bit image. For the full list of OpenCV primitive data types, please refer to https://docs.opencv.org/4.3.0/d1/d1b/group__core__hal__interface.html
- Cols int
Number of columns in the matrix.
- Data string
The matrix data.
- Rows int
Number of rows in the matrix.
- Type int
This encodes information about what data type the matrix uses. For example, 0 (CV_8U) is an unsigned 8-bit image. For the full list of OpenCV primitive data types, please refer to https://docs.opencv.org/4.3.0/d1/d1b/group__core__hal__interface.html
- cols Integer
Number of columns in the matrix.
- data String
The matrix data.
- rows Integer
Number of rows in the matrix.
- type Integer
This encodes information about what data type the matrix uses. For example, 0 (CV_8U) is an unsigned 8-bit image. For the full list of OpenCV primitive data types, please refer to https://docs.opencv.org/4.3.0/d1/d1b/group__core__hal__interface.html
- cols number
Number of columns in the matrix.
- data string
The matrix data.
- rows number
Number of rows in the matrix.
- type number
This encodes information about what data type the matrix uses. For example, 0 (CV_8U) is an unsigned 8-bit image. For the full list of OpenCV primitive data types, please refer to https://docs.opencv.org/4.3.0/d1/d1b/group__core__hal__interface.html
- cols int
Number of columns in the matrix.
- data str
The matrix data.
- rows int
Number of rows in the matrix.
- type int
This encodes information about what data type the matrix uses. For example, 0 (CV_8U) is an unsigned 8-bit image. For the full list of OpenCV primitive data types, please refer to https://docs.opencv.org/4.3.0/d1/d1b/group__core__hal__interface.html
- cols Number
Number of columns in the matrix.
- data String
The matrix data.
- rows Number
Number of rows in the matrix.
- type Number
This encodes information about what data type the matrix uses. For example, 0 (CV_8U) is an unsigned 8-bit image. For the full list of OpenCV primitive data types, please refer to https://docs.opencv.org/4.3.0/d1/d1b/group__core__hal__interface.html
GoogleCloudDocumentaiV1DocumentPageParagraph, GoogleCloudDocumentaiV1DocumentPageParagraphArgs
- Detected
Languages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language> A list of detected languages together with confidence.
- Layout
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Layout for Paragraph.
- Provenance
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance The history of this annotation.
- Detected
Languages []GoogleCloud Documentai V1Document Page Detected Language A list of detected languages together with confidence.
- Layout
Google
Cloud Documentai V1Document Page Layout Layout for Paragraph.
- Provenance
Google
Cloud Documentai V1Document Provenance The history of this annotation.
- detected
Languages List<GoogleCloud Documentai V1Document Page Detected Language> A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for Paragraph.
- provenance
Google
Cloud Documentai V1Document Provenance The history of this annotation.
- detected
Languages GoogleCloud Documentai V1Document Page Detected Language[] A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for Paragraph.
- provenance
Google
Cloud Documentai V1Document Provenance The history of this annotation.
- detected_
languages Sequence[GoogleCloud Documentai V1Document Page Detected Language] A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for Paragraph.
- provenance
Google
Cloud Documentai V1Document Provenance The history of this annotation.
- detected
Languages List<Property Map> A list of detected languages together with confidence.
- layout Property Map
Layout for Paragraph.
- provenance Property Map
The history of this annotation.
GoogleCloudDocumentaiV1DocumentPageParagraphResponse, GoogleCloudDocumentaiV1DocumentPageParagraphResponseArgs
- Detected
Languages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language Response> A list of detected languages together with confidence.
- Layout
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Response Layout for Paragraph.
- Provenance
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance Response The history of this annotation.
- Detected
Languages []GoogleCloud Documentai V1Document Page Detected Language Response A list of detected languages together with confidence.
- Layout
Google
Cloud Documentai V1Document Page Layout Response Layout for Paragraph.
- Provenance
Google
Cloud Documentai V1Document Provenance Response The history of this annotation.
- detected
Languages List<GoogleCloud Documentai V1Document Page Detected Language Response> A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for Paragraph.
- provenance
Google
Cloud Documentai V1Document Provenance Response The history of this annotation.
- detected
Languages GoogleCloud Documentai V1Document Page Detected Language Response[] A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for Paragraph.
- provenance
Google
Cloud Documentai V1Document Provenance Response The history of this annotation.
- detected_
languages Sequence[GoogleCloud Documentai V1Document Page Detected Language Response] A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for Paragraph.
- provenance
Google
Cloud Documentai V1Document Provenance Response The history of this annotation.
- detected
Languages List<Property Map> A list of detected languages together with confidence.
- layout Property Map
Layout for Paragraph.
- provenance Property Map
The history of this annotation.
GoogleCloudDocumentaiV1DocumentPageResponse, GoogleCloudDocumentaiV1DocumentPageResponseArgs
- Blocks
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Block Response> A list of visually detected text blocks on the page. A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.
- Detected
Barcodes List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Barcode Response> A list of detected barcodes.
- Detected
Languages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language Response> A list of detected languages together with confidence.
- Dimension
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Dimension Response Physical dimension of the page.
- Form
Fields List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Form Field Response> A list of visually detected form fields on the page.
- Image
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Image Response Rendered image for this page. This image is preprocessed to remove any skew, rotation, and distortions such that the annotation bounding boxes can be upright and axis-aligned.
- Image
Quality Pulumi.Scores Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Image Quality Scores Response Image Quality Scores.
- Layout
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Response Layout for the page.
- Lines
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Line Response> A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
- Page
Number int 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
- Paragraphs
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Paragraph Response> A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
- Provenance
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance Response The history of this page.
- Symbols
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Symbol Response> A list of visually detected symbols on the page.
- Tables
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Table Response> A list of visually detected tables on the page.
- Tokens
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Token Response> A list of visually detected tokens on the page.
- Transforms
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Matrix Response> Transformation matrices that were applied to the original document image to produce Page.image.
- Visual
Elements List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Visual Element Response> A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
- Blocks
[]Google
Cloud Documentai V1Document Page Block Response A list of visually detected text blocks on the page. A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.
- Detected
Barcodes []GoogleCloud Documentai V1Document Page Detected Barcode Response A list of detected barcodes.
- Detected
Languages []GoogleCloud Documentai V1Document Page Detected Language Response A list of detected languages together with confidence.
- Dimension
Google
Cloud Documentai V1Document Page Dimension Response Physical dimension of the page.
- Form
Fields []GoogleCloud Documentai V1Document Page Form Field Response A list of visually detected form fields on the page.
- Image
Google
Cloud Documentai V1Document Page Image Response Rendered image for this page. This image is preprocessed to remove any skew, rotation, and distortions such that the annotation bounding boxes can be upright and axis-aligned.
- Image
Quality GoogleScores Cloud Documentai V1Document Page Image Quality Scores Response Image Quality Scores.
- Layout
Google
Cloud Documentai V1Document Page Layout Response Layout for the page.
- Lines
[]Google
Cloud Documentai V1Document Page Line Response A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
- Page
Number int 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
- Paragraphs
[]Google
Cloud Documentai V1Document Page Paragraph Response A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
- Provenance
Google
Cloud Documentai V1Document Provenance Response The history of this page.
- Symbols
[]Google
Cloud Documentai V1Document Page Symbol Response A list of visually detected symbols on the page.
- Tables
[]Google
Cloud Documentai V1Document Page Table Response A list of visually detected tables on the page.
- Tokens
[]Google
Cloud Documentai V1Document Page Token Response A list of visually detected tokens on the page.
- Transforms
[]Google
Cloud Documentai V1Document Page Matrix Response Transformation matrices that were applied to the original document image to produce Page.image.
- Visual
Elements []GoogleCloud Documentai V1Document Page Visual Element Response A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
- blocks
List<Google
Cloud Documentai V1Document Page Block Response> A list of visually detected text blocks on the page. A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.
- detected
Barcodes List<GoogleCloud Documentai V1Document Page Detected Barcode Response> A list of detected barcodes.
- detected
Languages List<GoogleCloud Documentai V1Document Page Detected Language Response> A list of detected languages together with confidence.
- dimension
Google
Cloud Documentai V1Document Page Dimension Response Physical dimension of the page.
- form
Fields List<GoogleCloud Documentai V1Document Page Form Field Response> A list of visually detected form fields on the page.
- image
Google
Cloud Documentai V1Document Page Image Response Rendered image for this page. This image is preprocessed to remove any skew, rotation, and distortions such that the annotation bounding boxes can be upright and axis-aligned.
- image
Quality GoogleScores Cloud Documentai V1Document Page Image Quality Scores Response Image Quality Scores.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for the page.
- lines
List<Google
Cloud Documentai V1Document Page Line Response> A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
- page
Number Integer 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
- paragraphs
List<Google
Cloud Documentai V1Document Page Paragraph Response> A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
- provenance
Google
Cloud Documentai V1Document Provenance Response The history of this page.
- symbols
List<Google
Cloud Documentai V1Document Page Symbol Response> A list of visually detected symbols on the page.
- tables
List<Google
Cloud Documentai V1Document Page Table Response> A list of visually detected tables on the page.
- tokens
List<Google
Cloud Documentai V1Document Page Token Response> A list of visually detected tokens on the page.
- transforms
List<Google
Cloud Documentai V1Document Page Matrix Response> Transformation matrices that were applied to the original document image to produce Page.image.
- visual
Elements List<GoogleCloud Documentai V1Document Page Visual Element Response> A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
- blocks
Google
Cloud Documentai V1Document Page Block Response[] A list of visually detected text blocks on the page. A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.
- detected
Barcodes GoogleCloud Documentai V1Document Page Detected Barcode Response[] A list of detected barcodes.
- detected
Languages GoogleCloud Documentai V1Document Page Detected Language Response[] A list of detected languages together with confidence.
- dimension
Google
Cloud Documentai V1Document Page Dimension Response Physical dimension of the page.
- form
Fields GoogleCloud Documentai V1Document Page Form Field Response[] A list of visually detected form fields on the page.
- image
Google
Cloud Documentai V1Document Page Image Response Rendered image for this page. This image is preprocessed to remove any skew, rotation, and distortions such that the annotation bounding boxes can be upright and axis-aligned.
- image
Quality GoogleScores Cloud Documentai V1Document Page Image Quality Scores Response Image Quality Scores.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for the page.
- lines
Google
Cloud Documentai V1Document Page Line Response[] A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
- page
Number number 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
- paragraphs
Google
Cloud Documentai V1Document Page Paragraph Response[] A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
- provenance
Google
Cloud Documentai V1Document Provenance Response The history of this page.
- symbols
Google
Cloud Documentai V1Document Page Symbol Response[] A list of visually detected symbols on the page.
- tables
Google
Cloud Documentai V1Document Page Table Response[] A list of visually detected tables on the page.
- tokens
Google
Cloud Documentai V1Document Page Token Response[] A list of visually detected tokens on the page.
- transforms
Google
Cloud Documentai V1Document Page Matrix Response[] Transformation matrices that were applied to the original document image to produce Page.image.
- visual
Elements GoogleCloud Documentai V1Document Page Visual Element Response[] A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
- blocks
Sequence[Google
Cloud Documentai V1Document Page Block Response] A list of visually detected text blocks on the page. A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.
- detected_
barcodes Sequence[GoogleCloud Documentai V1Document Page Detected Barcode Response] A list of detected barcodes.
- detected_
languages Sequence[GoogleCloud Documentai V1Document Page Detected Language Response] A list of detected languages together with confidence.
- dimension
Google
Cloud Documentai V1Document Page Dimension Response Physical dimension of the page.
- form_
fields Sequence[GoogleCloud Documentai V1Document Page Form Field Response] A list of visually detected form fields on the page.
- image
Google
Cloud Documentai V1Document Page Image Response Rendered image for this page. This image is preprocessed to remove any skew, rotation, and distortions such that the annotation bounding boxes can be upright and axis-aligned.
- image_
quality_ Googlescores Cloud Documentai V1Document Page Image Quality Scores Response Image Quality Scores.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for the page.
- lines
Sequence[Google
Cloud Documentai V1Document Page Line Response] A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
- page_
number int 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
- paragraphs
Sequence[Google
Cloud Documentai V1Document Page Paragraph Response] A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
- provenance
Google
Cloud Documentai V1Document Provenance Response The history of this page.
- symbols
Sequence[Google
Cloud Documentai V1Document Page Symbol Response] A list of visually detected symbols on the page.
- tables
Sequence[Google
Cloud Documentai V1Document Page Table Response] A list of visually detected tables on the page.
- tokens
Sequence[Google
Cloud Documentai V1Document Page Token Response] A list of visually detected tokens on the page.
- transforms
Sequence[Google
Cloud Documentai V1Document Page Matrix Response] Transformation matrices that were applied to the original document image to produce Page.image.
- visual_
elements Sequence[GoogleCloud Documentai V1Document Page Visual Element Response] A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
- blocks List<Property Map>
A list of visually detected text blocks on the page. A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.
- detected
Barcodes List<Property Map> A list of detected barcodes.
- detected
Languages List<Property Map> A list of detected languages together with confidence.
- dimension Property Map
Physical dimension of the page.
- form
Fields List<Property Map> A list of visually detected form fields on the page.
- image Property Map
Rendered image for this page. This image is preprocessed to remove any skew, rotation, and distortions such that the annotation bounding boxes can be upright and axis-aligned.
- image
Quality Property MapScores Image Quality Scores.
- layout Property Map
Layout for the page.
- lines List<Property Map>
A list of visually detected text lines on the page. A collection of tokens that a human would perceive as a line.
- page
Number Number 1-based index for current Page in a parent Document. Useful when a page is taken out of a Document for individual processing.
- paragraphs List<Property Map>
A list of visually detected text paragraphs on the page. A collection of lines that a human would perceive as a paragraph.
- provenance Property Map
The history of this page.
- symbols List<Property Map>
A list of visually detected symbols on the page.
- tables List<Property Map>
A list of visually detected tables on the page.
- tokens List<Property Map>
A list of visually detected tokens on the page.
- transforms List<Property Map>
Transformation matrices that were applied to the original document image to produce Page.image.
- visual
Elements List<Property Map> A list of detected non-text visual elements e.g. checkbox, signature etc. on the page.
GoogleCloudDocumentaiV1DocumentPageSymbol, GoogleCloudDocumentaiV1DocumentPageSymbolArgs
- Detected
Languages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language> A list of detected languages together with confidence.
- Layout
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Layout for Symbol.
- Detected
Languages []GoogleCloud Documentai V1Document Page Detected Language A list of detected languages together with confidence.
- Layout
Google
Cloud Documentai V1Document Page Layout Layout for Symbol.
- detected
Languages List<GoogleCloud Documentai V1Document Page Detected Language> A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for Symbol.
- detected
Languages GoogleCloud Documentai V1Document Page Detected Language[] A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for Symbol.
- detected_
languages Sequence[GoogleCloud Documentai V1Document Page Detected Language] A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for Symbol.
- detected
Languages List<Property Map> A list of detected languages together with confidence.
- layout Property Map
Layout for Symbol.
GoogleCloudDocumentaiV1DocumentPageSymbolResponse, GoogleCloudDocumentaiV1DocumentPageSymbolResponseArgs
- Detected
Languages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language Response> A list of detected languages together with confidence.
- Layout
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Response Layout for Symbol.
- Detected
Languages []GoogleCloud Documentai V1Document Page Detected Language Response A list of detected languages together with confidence.
- Layout
Google
Cloud Documentai V1Document Page Layout Response Layout for Symbol.
- detected
Languages List<GoogleCloud Documentai V1Document Page Detected Language Response> A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for Symbol.
- detected
Languages GoogleCloud Documentai V1Document Page Detected Language Response[] A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for Symbol.
- detected_
languages Sequence[GoogleCloud Documentai V1Document Page Detected Language Response] A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for Symbol.
- detected
Languages List<Property Map> A list of detected languages together with confidence.
- layout Property Map
Layout for Symbol.
GoogleCloudDocumentaiV1DocumentPageTable, GoogleCloudDocumentaiV1DocumentPageTableArgs
- Body
Rows List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Table Table Row> Body rows of the table.
- Detected
Languages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language> A list of detected languages together with confidence.
- Header
Rows List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Table Table Row> Header rows of the table.
- Layout
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Layout for Table.
- Provenance
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance The history of this table.
- Body
Rows []GoogleCloud Documentai V1Document Page Table Table Row Body rows of the table.
- Detected
Languages []GoogleCloud Documentai V1Document Page Detected Language A list of detected languages together with confidence.
- Header
Rows []GoogleCloud Documentai V1Document Page Table Table Row Header rows of the table.
- Layout
Google
Cloud Documentai V1Document Page Layout Layout for Table.
- Provenance
Google
Cloud Documentai V1Document Provenance The history of this table.
- body
Rows List<GoogleCloud Documentai V1Document Page Table Table Row> Body rows of the table.
- detected
Languages List<GoogleCloud Documentai V1Document Page Detected Language> A list of detected languages together with confidence.
- header
Rows List<GoogleCloud Documentai V1Document Page Table Table Row> Header rows of the table.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for Table.
- provenance
Google
Cloud Documentai V1Document Provenance The history of this table.
- body
Rows GoogleCloud Documentai V1Document Page Table Table Row[] Body rows of the table.
- detected
Languages GoogleCloud Documentai V1Document Page Detected Language[] A list of detected languages together with confidence.
- header
Rows GoogleCloud Documentai V1Document Page Table Table Row[] Header rows of the table.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for Table.
- provenance
Google
Cloud Documentai V1Document Provenance The history of this table.
- body_
rows Sequence[GoogleCloud Documentai V1Document Page Table Table Row] Body rows of the table.
- detected_
languages Sequence[GoogleCloud Documentai V1Document Page Detected Language] A list of detected languages together with confidence.
- header_
rows Sequence[GoogleCloud Documentai V1Document Page Table Table Row] Header rows of the table.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for Table.
- provenance
Google
Cloud Documentai V1Document Provenance The history of this table.
- body
Rows List<Property Map> Body rows of the table.
- detected
Languages List<Property Map> A list of detected languages together with confidence.
- header
Rows List<Property Map> Header rows of the table.
- layout Property Map
Layout for Table.
- provenance Property Map
The history of this table.
GoogleCloudDocumentaiV1DocumentPageTableResponse, GoogleCloudDocumentaiV1DocumentPageTableResponseArgs
- Body
Rows List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Table Table Row Response> Body rows of the table.
- Detected
Languages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language Response> A list of detected languages together with confidence.
- Header
Rows List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Table Table Row Response> Header rows of the table.
- Layout
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Response Layout for Table.
- Provenance
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance Response The history of this table.
- Body
Rows []GoogleCloud Documentai V1Document Page Table Table Row Response Body rows of the table.
- Detected
Languages []GoogleCloud Documentai V1Document Page Detected Language Response A list of detected languages together with confidence.
- Header
Rows []GoogleCloud Documentai V1Document Page Table Table Row Response Header rows of the table.
- Layout
Google
Cloud Documentai V1Document Page Layout Response Layout for Table.
- Provenance
Google
Cloud Documentai V1Document Provenance Response The history of this table.
- body
Rows List<GoogleCloud Documentai V1Document Page Table Table Row Response> Body rows of the table.
- detected
Languages List<GoogleCloud Documentai V1Document Page Detected Language Response> A list of detected languages together with confidence.
- header
Rows List<GoogleCloud Documentai V1Document Page Table Table Row Response> Header rows of the table.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for Table.
- provenance
Google
Cloud Documentai V1Document Provenance Response The history of this table.
- body
Rows GoogleCloud Documentai V1Document Page Table Table Row Response[] Body rows of the table.
- detected
Languages GoogleCloud Documentai V1Document Page Detected Language Response[] A list of detected languages together with confidence.
- header
Rows GoogleCloud Documentai V1Document Page Table Table Row Response[] Header rows of the table.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for Table.
- provenance
Google
Cloud Documentai V1Document Provenance Response The history of this table.
- body_
rows Sequence[GoogleCloud Documentai V1Document Page Table Table Row Response] Body rows of the table.
- detected_
languages Sequence[GoogleCloud Documentai V1Document Page Detected Language Response] A list of detected languages together with confidence.
- header_
rows Sequence[GoogleCloud Documentai V1Document Page Table Table Row Response] Header rows of the table.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for Table.
- provenance
Google
Cloud Documentai V1Document Provenance Response The history of this table.
- body
Rows List<Property Map> Body rows of the table.
- detected
Languages List<Property Map> A list of detected languages together with confidence.
- header
Rows List<Property Map> Header rows of the table.
- layout Property Map
Layout for Table.
- provenance Property Map
The history of this table.
GoogleCloudDocumentaiV1DocumentPageTableTableCell, GoogleCloudDocumentaiV1DocumentPageTableTableCellArgs
- Col
Span int How many columns this cell spans.
- Detected
Languages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language> A list of detected languages together with confidence.
- Layout
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Layout for TableCell.
- Row
Span int How many rows this cell spans.
- Col
Span int How many columns this cell spans.
- Detected
Languages []GoogleCloud Documentai V1Document Page Detected Language A list of detected languages together with confidence.
- Layout
Google
Cloud Documentai V1Document Page Layout Layout for TableCell.
- Row
Span int How many rows this cell spans.
- col
Span Integer How many columns this cell spans.
- detected
Languages List<GoogleCloud Documentai V1Document Page Detected Language> A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for TableCell.
- row
Span Integer How many rows this cell spans.
- col
Span number How many columns this cell spans.
- detected
Languages GoogleCloud Documentai V1Document Page Detected Language[] A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for TableCell.
- row
Span number How many rows this cell spans.
- col_
span int How many columns this cell spans.
- detected_
languages Sequence[GoogleCloud Documentai V1Document Page Detected Language] A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for TableCell.
- row_
span int How many rows this cell spans.
- col
Span Number How many columns this cell spans.
- detected
Languages List<Property Map> A list of detected languages together with confidence.
- layout Property Map
Layout for TableCell.
- row
Span Number How many rows this cell spans.
GoogleCloudDocumentaiV1DocumentPageTableTableCellResponse, GoogleCloudDocumentaiV1DocumentPageTableTableCellResponseArgs
- Col
Span int How many columns this cell spans.
- Detected
Languages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language Response> A list of detected languages together with confidence.
- Layout
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Response Layout for TableCell.
- Row
Span int How many rows this cell spans.
- Col
Span int How many columns this cell spans.
- Detected
Languages []GoogleCloud Documentai V1Document Page Detected Language Response A list of detected languages together with confidence.
- Layout
Google
Cloud Documentai V1Document Page Layout Response Layout for TableCell.
- Row
Span int How many rows this cell spans.
- col
Span Integer How many columns this cell spans.
- detected
Languages List<GoogleCloud Documentai V1Document Page Detected Language Response> A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for TableCell.
- row
Span Integer How many rows this cell spans.
- col
Span number How many columns this cell spans.
- detected
Languages GoogleCloud Documentai V1Document Page Detected Language Response[] A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for TableCell.
- row
Span number How many rows this cell spans.
- col_
span int How many columns this cell spans.
- detected_
languages Sequence[GoogleCloud Documentai V1Document Page Detected Language Response] A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for TableCell.
- row_
span int How many rows this cell spans.
- col
Span Number How many columns this cell spans.
- detected
Languages List<Property Map> A list of detected languages together with confidence.
- layout Property Map
Layout for TableCell.
- row
Span Number How many rows this cell spans.
GoogleCloudDocumentaiV1DocumentPageTableTableRow, GoogleCloudDocumentaiV1DocumentPageTableTableRowArgs
- Cells
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Table Table Cell> Cells that make up this row.
- Cells
[]Google
Cloud Documentai V1Document Page Table Table Cell Cells that make up this row.
- cells
List<Google
Cloud Documentai V1Document Page Table Table Cell> Cells that make up this row.
- cells
Google
Cloud Documentai V1Document Page Table Table Cell[] Cells that make up this row.
- cells
Sequence[Google
Cloud Documentai V1Document Page Table Table Cell] Cells that make up this row.
- cells List<Property Map>
Cells that make up this row.
GoogleCloudDocumentaiV1DocumentPageTableTableRowResponse, GoogleCloudDocumentaiV1DocumentPageTableTableRowResponseArgs
- Cells
List<Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Table Table Cell Response> Cells that make up this row.
- Cells
[]Google
Cloud Documentai V1Document Page Table Table Cell Response Cells that make up this row.
- cells
List<Google
Cloud Documentai V1Document Page Table Table Cell Response> Cells that make up this row.
- cells
Google
Cloud Documentai V1Document Page Table Table Cell Response[] Cells that make up this row.
- cells
Sequence[Google
Cloud Documentai V1Document Page Table Table Cell Response] Cells that make up this row.
- cells List<Property Map>
Cells that make up this row.
GoogleCloudDocumentaiV1DocumentPageToken, GoogleCloudDocumentaiV1DocumentPageTokenArgs
- Detected
Break Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Token Detected Break Detected break at the end of a Token.
- Detected
Languages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language> A list of detected languages together with confidence.
- Layout
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Layout for Token.
- Provenance
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance The history of this annotation.
- Style
Info Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Token Style Info Text style attributes.
- Detected
Break GoogleCloud Documentai V1Document Page Token Detected Break Detected break at the end of a Token.
- Detected
Languages []GoogleCloud Documentai V1Document Page Detected Language A list of detected languages together with confidence.
- Layout
Google
Cloud Documentai V1Document Page Layout Layout for Token.
- Provenance
Google
Cloud Documentai V1Document Provenance The history of this annotation.
- Style
Info GoogleCloud Documentai V1Document Page Token Style Info Text style attributes.
- detected
Break GoogleCloud Documentai V1Document Page Token Detected Break Detected break at the end of a Token.
- detected
Languages List<GoogleCloud Documentai V1Document Page Detected Language> A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for Token.
- provenance
Google
Cloud Documentai V1Document Provenance The history of this annotation.
- style
Info GoogleCloud Documentai V1Document Page Token Style Info Text style attributes.
- detected
Break GoogleCloud Documentai V1Document Page Token Detected Break Detected break at the end of a Token.
- detected
Languages GoogleCloud Documentai V1Document Page Detected Language[] A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for Token.
- provenance
Google
Cloud Documentai V1Document Provenance The history of this annotation.
- style
Info GoogleCloud Documentai V1Document Page Token Style Info Text style attributes.
- detected_
break GoogleCloud Documentai V1Document Page Token Detected Break Detected break at the end of a Token.
- detected_
languages Sequence[GoogleCloud Documentai V1Document Page Detected Language] A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Layout for Token.
- provenance
Google
Cloud Documentai V1Document Provenance The history of this annotation.
- style_
info GoogleCloud Documentai V1Document Page Token Style Info Text style attributes.
- detected
Break Property Map Detected break at the end of a Token.
- detected
Languages List<Property Map> A list of detected languages together with confidence.
- layout Property Map
Layout for Token.
- provenance Property Map
The history of this annotation.
- style
Info Property Map Text style attributes.
GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak, GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreakArgs
- Type
Google
Cloud Documentai V1Document Page Token Detected Break Type Detected break type.
- type
Google
Cloud Documentai V1Document Page Token Detected Break Type Detected break type.
- type
Google
Cloud Documentai V1Document Page Token Detected Break Type Detected break type.
- type
Google
Cloud Documentai V1Document Page Token Detected Break Type Detected break type.
- type "TYPE_UNSPECIFIED" | "SPACE" | "WIDE_SPACE" | "HYPHEN"
Detected break type.
GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreakResponse, GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreakResponseArgs
- Type string
Detected break type.
- Type string
Detected break type.
- type String
Detected break type.
- type string
Detected break type.
- type str
Detected break type.
- type String
Detected break type.
GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreakType, GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreakTypeArgs
- Type
Unspecified - TYPE_UNSPECIFIED
Unspecified break type.
- Space
- SPACE
A single whitespace.
- Wide
Space - WIDE_SPACE
A wider whitespace.
- Hyphen
- HYPHEN
A hyphen that indicates that a token has been split across lines.
- Google
Cloud Documentai V1Document Page Token Detected Break Type Type Unspecified - TYPE_UNSPECIFIED
Unspecified break type.
- Google
Cloud Documentai V1Document Page Token Detected Break Type Space - SPACE
A single whitespace.
- Google
Cloud Documentai V1Document Page Token Detected Break Type Wide Space - WIDE_SPACE
A wider whitespace.
- Google
Cloud Documentai V1Document Page Token Detected Break Type Hyphen - HYPHEN
A hyphen that indicates that a token has been split across lines.
- Type
Unspecified - TYPE_UNSPECIFIED
Unspecified break type.
- Space
- SPACE
A single whitespace.
- Wide
Space - WIDE_SPACE
A wider whitespace.
- Hyphen
- HYPHEN
A hyphen that indicates that a token has been split across lines.
- Type
Unspecified - TYPE_UNSPECIFIED
Unspecified break type.
- Space
- SPACE
A single whitespace.
- Wide
Space - WIDE_SPACE
A wider whitespace.
- Hyphen
- HYPHEN
A hyphen that indicates that a token has been split across lines.
- TYPE_UNSPECIFIED
- TYPE_UNSPECIFIED
Unspecified break type.
- SPACE
- SPACE
A single whitespace.
- WIDE_SPACE
- WIDE_SPACE
A wider whitespace.
- HYPHEN
- HYPHEN
A hyphen that indicates that a token has been split across lines.
- "TYPE_UNSPECIFIED"
- TYPE_UNSPECIFIED
Unspecified break type.
- "SPACE"
- SPACE
A single whitespace.
- "WIDE_SPACE"
- WIDE_SPACE
A wider whitespace.
- "HYPHEN"
- HYPHEN
A hyphen that indicates that a token has been split across lines.
GoogleCloudDocumentaiV1DocumentPageTokenResponse, GoogleCloudDocumentaiV1DocumentPageTokenResponseArgs
- Detected
Break Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Token Detected Break Response Detected break at the end of a Token.
- Detected
Languages List<Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Detected Language Response> A list of detected languages together with confidence.
- Layout
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Layout Response Layout for Token.
- Provenance
Pulumi.
Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Provenance Response The history of this annotation.
- Style
Info Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Cloud Documentai V1Document Page Token Style Info Response Text style attributes.
- Detected
Break GoogleCloud Documentai V1Document Page Token Detected Break Response Detected break at the end of a Token.
- Detected
Languages []GoogleCloud Documentai V1Document Page Detected Language Response A list of detected languages together with confidence.
- Layout
Google
Cloud Documentai V1Document Page Layout Response Layout for Token.
- Provenance
Google
Cloud Documentai V1Document Provenance Response The history of this annotation.
- Style
Info GoogleCloud Documentai V1Document Page Token Style Info Response Text style attributes.
- detected
Break GoogleCloud Documentai V1Document Page Token Detected Break Response Detected break at the end of a Token.
- detected
Languages List<GoogleCloud Documentai V1Document Page Detected Language Response> A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for Token.
- provenance
Google
Cloud Documentai V1Document Provenance Response The history of this annotation.
- style
Info GoogleCloud Documentai V1Document Page Token Style Info Response Text style attributes.
- detected
Break GoogleCloud Documentai V1Document Page Token Detected Break Response Detected break at the end of a Token.
- detected
Languages GoogleCloud Documentai V1Document Page Detected Language Response[] A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for Token.
- provenance
Google
Cloud Documentai V1Document Provenance Response The history of this annotation.
- style
Info GoogleCloud Documentai V1Document Page Token Style Info Response Text style attributes.
- detected_
break GoogleCloud Documentai V1Document Page Token Detected Break Response Detected break at the end of a Token.
- detected_
languages Sequence[GoogleCloud Documentai V1Document Page Detected Language Response] A list of detected languages together with confidence.
- layout
Google
Cloud Documentai V1Document Page Layout Response Layout for Token.
- provenance
Google
Cloud Documentai V1Document Provenance Response The history of this annotation.
- style_
info GoogleCloud Documentai V1Document Page Token Style Info Response Text style attributes.
- detected
Break Property Map Detected break at the end of a Token.
- detected
Languages List<Property Map> A list of detected languages together with confidence.
- layout Property Map
Layout for Token.
- provenance Property Map
The history of this annotation.
- style
Info Property Map Text style attributes.
GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo, GoogleCloudDocumentaiV1DocumentPageTokenStyleInfoArgs
- Background
Color Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Color Color of the background.
- Bold bool
Whether the text is bold (equivalent to font_weight is at least
700
).- Font
Size int Font size in points (
1
point is¹⁄₇₂
inches).- Font
Type string Name or style of the font.
- Font
Weight int TrueType weight on a scale
100
(thin) to1000
(ultra-heavy). Normal is400
, bold is700
.- Handwritten bool
Whether the text is handwritten.
- Italic bool
Whether the text is italic.
- Letter
Spacing double Letter spacing in points.
- Pixel
Font doubleSize Font size in pixels, equal to unrounded font_size * resolution ÷
72.0
.- Smallcaps bool
Whether the text is in small caps.
- Strikeout bool
Whether the text is strikethrough.
- Subscript bool
Whether the text is a subscript.
- Superscript bool
Whether the text is a superscript.
- Text
Color Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Color Color of the text.
- Underlined bool
Whether the text is underlined.
- Background
Color GoogleType Color Color of the background.
- Bold bool
Whether the text is bold (equivalent to font_weight is at least
700
).- Font
Size int Font size in points (
1
point is¹⁄₇₂
inches).- Font
Type string Name or style of the font.
- Font
Weight int TrueType weight on a scale
100
(thin) to1000
(ultra-heavy). Normal is400
, bold is700
.- Handwritten bool
Whether the text is handwritten.
- Italic bool
Whether the text is italic.
- Letter
Spacing float64 Letter spacing in points.
- Pixel
Font float64Size Font size in pixels, equal to unrounded font_size * resolution ÷
72.0
.- Smallcaps bool
Whether the text is in small caps.
- Strikeout bool
Whether the text is strikethrough.
- Subscript bool
Whether the text is a subscript.
- Superscript bool
Whether the text is a superscript.
- Text
Color GoogleType Color Color of the text.
- Underlined bool
Whether the text is underlined.
- background
Color GoogleType Color Color of the background.
- bold Boolean
Whether the text is bold (equivalent to font_weight is at least
700
).- font
Size Integer Font size in points (
1
point is¹⁄₇₂
inches).- font
Type String Name or style of the font.
- font
Weight Integer TrueType weight on a scale
100
(thin) to1000
(ultra-heavy). Normal is400
, bold is700
.- handwritten Boolean
Whether the text is handwritten.
- italic Boolean
Whether the text is italic.
- letter
Spacing Double Letter spacing in points.
- pixel
Font DoubleSize Font size in pixels, equal to unrounded font_size * resolution ÷
72.0
.- smallcaps Boolean
Whether the text is in small caps.
- strikeout Boolean
Whether the text is strikethrough.
- subscript Boolean
Whether the text is a subscript.
- superscript Boolean
Whether the text is a superscript.
- text
Color GoogleType Color Color of the text.
- underlined Boolean
Whether the text is underlined.
- background
Color GoogleType Color Color of the background.
- bold boolean
Whether the text is bold (equivalent to font_weight is at least
700
).- font
Size number Font size in points (
1
point is¹⁄₇₂
inches).- font
Type string Name or style of the font.
- font
Weight number TrueType weight on a scale
100
(thin) to1000
(ultra-heavy). Normal is400
, bold is700
.- handwritten boolean
Whether the text is handwritten.
- italic boolean
Whether the text is italic.
- letter
Spacing number Letter spacing in points.
- pixel
Font numberSize Font size in pixels, equal to unrounded font_size * resolution ÷
72.0
.- smallcaps boolean
Whether the text is in small caps.
- strikeout boolean
Whether the text is strikethrough.
- subscript boolean
Whether the text is a subscript.
- superscript boolean
Whether the text is a superscript.
- text
Color GoogleType Color Color of the text.
- underlined boolean
Whether the text is underlined.
- background_
color GoogleType Color Color of the background.
- bold bool
Whether the text is bold (equivalent to font_weight is at least
700
).- font_
size int Font size in points (
1
point is¹⁄₇₂
inches).- font_
type str Name or style of the font.
- font_
weight int TrueType weight on a scale
100
(thin) to1000
(ultra-heavy). Normal is400
, bold is700
.- handwritten bool
Whether the text is handwritten.
- italic bool
Whether the text is italic.
- letter_
spacing float Letter spacing in points.
- pixel_
font_ floatsize Font size in pixels, equal to unrounded font_size * resolution ÷
72.0
.- smallcaps bool
Whether the text is in small caps.
- strikeout bool
Whether the text is strikethrough.
- subscript bool
Whether the text is a subscript.
- superscript bool
Whether the text is a superscript.
- text_
color GoogleType Color Color of the text.
- underlined bool
Whether the text is underlined.
- background
Color Property Map Color of the background.
- bold Boolean
Whether the text is bold (equivalent to font_weight is at least
700
).- font
Size Number Font size in points (
1
point is¹⁄₇₂
inches).- font
Type String Name or style of the font.
- font
Weight Number TrueType weight on a scale
100
(thin) to1000
(ultra-heavy). Normal is400
, bold is700
.- handwritten Boolean
Whether the text is handwritten.
- italic Boolean
Whether the text is italic.
- letter
Spacing Number Letter spacing in points.
- pixel
Font NumberSize Font size in pixels, equal to unrounded font_size * resolution ÷
72.0
.- smallcaps Boolean
Whether the text is in small caps.
- strikeout Boolean
Whether the text is strikethrough.
- subscript Boolean
Whether the text is a subscript.
- superscript Boolean
Whether the text is a superscript.
- text
Color Property Map Color of the text.
- underlined Boolean
Whether the text is underlined.
GoogleCloudDocumentaiV1DocumentPageTokenStyleInfoResponse, GoogleCloudDocumentaiV1DocumentPageTokenStyleInfoResponseArgs
- Background
Color Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Color Response Color of the background.
- Bold bool
Whether the text is bold (equivalent to font_weight is at least
700
).- Font
Size int Font size in points (
1
point is¹⁄₇₂
inches).- Font
Type string Name or style of the font.
- Font
Weight int TrueType weight on a scale
100
(thin) to1000
(ultra-heavy). Normal is400
, bold is700
.- Handwritten bool
Whether the text is handwritten.
- Italic bool
Whether the text is italic.
- Letter
Spacing double Letter spacing in points.
- Pixel
Font doubleSize Font size in pixels, equal to unrounded font_size * resolution ÷
72.0
.- Smallcaps bool
Whether the text is in small caps.
- Strikeout bool
Whether the text is strikethrough.
- Subscript bool
Whether the text is a subscript.
- Superscript bool
Whether the text is a superscript.
- Text
Color Pulumi.Google Native. Contentwarehouse. V1. Inputs. Google Type Color Response Color of the text.
- Underlined bool
Whether the text is underlined.
- Background
Color GoogleType Color Response Color of the background.
- Bold bool
Whether the text is bold (equivalent to font_weight is at least
700
).- Font
Size int Font size in points (
1
point is¹⁄₇₂
inches).- Font
Type string Name or style of the font.
- Font
Weight int TrueType weight on a scale
100
(thin) to1000
(ultra-heavy). Normal is400
, bold is700
.- Handwritten bool
Whether the text is handwritten.
- Italic bool
Whether the text is italic.
- Letter
Spacing float64 Letter spacing in points.
- Pixel
Font float64Size Font size in pixels, equal to unrounded font_size * resolution ÷
72.0
.- Smallcaps bool
Whether the text is in small caps.
- Strikeout bool
Whether the text is strikethrough.
- Subscript bool
Whether the text is a subscript.
- Superscript bool
Whether the text is a superscript.
- Text
Color GoogleType Color Response Color of the text.
- Underlined bool
Whether the text is underlined.
- background
Color GoogleType Color Response Color of the background.
- bold Boolean
Whether the text is bold (equivalent to font_weight is at least
700
).- font
Size Integer Font size in points (
1
point is¹⁄₇₂
inches).- font
Type String Name or style of the font.
- font
Weight Integer TrueType weight on a scale
100
(thin) to1000
(ultra-heavy). Normal is400
, bold is700
.- handwritten Boolean
Whether the text is handwritten.
- italic Boolean
Whether the text is italic.
- letter
Spacing Double Letter spacing in points.
- pixel
Font DoubleSize Font size in pixels, equal to unrounded font_size * resolution ÷
72.0
.- smallcaps Boolean
Whether the text is in small caps.
- strikeout Boolean
Whether the text is strikethrough.
- subscript Boolean
Whether the text is a subscript.
- superscript Boolean
Whether the text is a superscript.
- text
Color GoogleType Color Response Color of the text.
- underlined Boolean
Whether the text is underlined.
- background
Color GoogleType Color Response Color of the background.
- bold boolean
Whether the text is bold (equivalent to font_weight is at least
700
).- font
Size number Font size in points (
1
point is¹⁄₇₂
inches).- font
Type string Name or style of the font.
- font
Weight number TrueType weight on a scale
100
(thin) to1000
(ultra-heavy). Normal is400
, bold is700
.- handwritten boolean
Whether the text is handwritten.
- italic boolean
Whether the text is italic.
- letter
Spacing number Letter spacing in points.
- pixel
Font numberSize Font size in pixels, equal to unrounded font_size * resolution ÷
72.0
.- smallcaps boolean
Whether the text is in small caps.
- strikeout boolean
Whether the text is strikethrough.
- subscript boolean
Whether the text is a subscript.
- superscript boolean
Whether the text is a superscript.
- text
Color GoogleType Color Response Color of the text.
- underlined boolean
Whether the text is underlined.
- background_
color GoogleType Color Response Color of the background.
- bold bool
Whether the text is bold (equivalent to font_weight is at least
700
).- font_
size int Font size in points (
1
point is¹⁄₇₂
inches).- font_
type str Name or style of the font.
- font_
weight int TrueType weight on a scale
100
(thin) to1000
(ultra-heavy). Normal is400
, bold is700
.- handwritten bool
Whether the text is handwritten.
- italic bool
Whether the text is italic.
- letter_
spacing float Letter spacing in points.
- pixel_
font_ floatsize Font size in pixels, equal to unrounded font_size * resolution ÷
72.0
.- smallcaps bool
Whether the text is in small caps.
- strikeout bool
Whether the text is strikethrough.
- subscript bool
Whether the text is a subscript.
- superscript bool
Whether the text is a superscript.
- text_
color GoogleType Color Response Color of the text.
- underlined bool
Whether the text is underlined.
- background
Color Property Map Color of the background.
- bold Boolean
Whether the text is bold (equivalent to font_weight is at least
700
).- font
Size Number Font size in points (
1
point is¹⁄₇₂
inches).- font
Type String Name or style of the font.
- font
Weight Number TrueType weight on a scale
100
(thin) to1000
(ultra-heavy). Normal is400
, bold is700
.- handwritten Boolean
Whether the text is handwritten.
- italic Boolean
Whether the text is italic.
- letter
Spacing Number Letter spacing in points.
- pixel
Font NumberSize Font size in pixels, equal to unrounded font_size * resolution ÷
72.0
.- smallcaps Boolean
Whether the text is in small caps.
- strikeout Boolean
Whether the text is strikethrough.