Module google_api_proto::google::cloud::documentai::v1::document
source · Expand description
Nested message and enum types in Document
.
Modules§
- Nested message and enum types in
ChunkedDocument
. - Nested message and enum types in
DocumentLayout
. - Nested message and enum types in
Entity
. - Nested message and enum types in
Page
. - Nested message and enum types in
PageAnchor
. - Nested message and enum types in
Provenance
. - Nested message and enum types in
Revision
. - Nested message and enum types in
Style
. - Nested message and enum types in
TextAnchor
.
Structs§
- Represents the chunks that the document is divided into.
- Represents the parsed layout of a document as a collection of blocks that the document is divided into.
- An entity that could be a phrase in the text or a property that belongs to the document. It is a known entity type, such as a person, an organization, or location.
- Relationship between [Entities][google.cloud.documentai.v1.Document.Entity].
- A page in a [Document][google.cloud.documentai.v1.Document].
- Referencing the visual context of the entity in the [Document.pages][google.cloud.documentai.v1.Document.pages]. Page anchors can be cross-page, consist of multiple bounding polygons and optionally reference specific layout element types.
- Structure to identify provenance relationships between annotations in different revisions.
- Contains past or forward revisions of this document.
- For a large document, sharding may be performed to produce several document shards. Each document shard contains this field to detail which shard it is.
- Annotation for common text style attributes. This adheres to CSS conventions as much as possible.
- Text reference indexing into the [Document.text][google.cloud.documentai.v1.Document.text].
- This message is used for text changes aka. OCR corrections.
Enums§
- Original source document from the user.