GoogleCloudDocumentaiV1beta2DocumentEntity class

An entity that could be a phrase in the text or a property belongs to the document.

It is a known entity type, such as a person, an organization, or location.

Properties

confidence double?
Confidence of detected Schema entity.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Canonical id.
getter/setter pair
mentionId String?
Use id field instead.
getter/setter pair
mentionText String?
Text value in the document e.g. 1600 Amphitheatre Pkwy.
getter/setter pair
normalizedValue GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue?
Normalized entity value.
getter/setter pair
pageAnchor GoogleCloudDocumentaiV1beta2DocumentPageAnchor?
Represents the provenance of this entity wrt.
getter/setter pair
properties List<GoogleCloudDocumentaiV1beta2DocumentEntity>?
Entities can be nested to form a hierarchical data structure representing the content in the document.
getter/setter pair
provenance GoogleCloudDocumentaiV1beta2DocumentProvenance?
The history of this annotation.
getter/setter pair
redacted bool?
Whether the entity will be redacted for de-identification purposes.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textAnchor GoogleCloudDocumentaiV1beta2DocumentTextAnchor?
Provenance of the entity.
getter/setter pair
type String?
Entity type from a schema e.g. Address.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited