Expand description

Nested message and enum types in Document.

Modules§

  • Nested message and enum types in Entity.
  • Nested message and enum types in Label.
  • 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§

  • 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.v1beta2.Document.Entity].
  • Label attaches schema information and/or other metadata to segments within a [Document][google.cloud.documentai.v1beta2.Document]. Multiple [Label][google.cloud.documentai.v1beta2.Document.Label]s on a single field can denote either different labels, different instances of the same label created at different times, or some combination of both.
  • A page in a [Document][google.cloud.documentai.v1beta2.Document].
  • Referencing the visual context of the entity in the [Document.pages][google.cloud.documentai.v1beta2.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.v1beta2.Document.text].
  • This message is used for text changes aka. OCR corrections.

Enums§

  • Original source document from the user.