GoogleCloudDocumentaiV1beta3DocumentEntity 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.
Constructors
-
GoogleCloudDocumentaiV1beta3DocumentEntity({double? confidence, String? id, String? mentionId, String? mentionText, GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue? normalizedValue, GoogleCloudDocumentaiV1beta3DocumentPageAnchor? pageAnchor, List<
GoogleCloudDocumentaiV1beta3DocumentEntity> ? properties, GoogleCloudDocumentaiV1beta3DocumentProvenance? provenance, bool? redacted, GoogleCloudDocumentaiV1beta3DocumentTextAnchor? textAnchor, String? type}) - GoogleCloudDocumentaiV1beta3DocumentEntity.fromJson(Map _json)
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 ↔ GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue?
-
Normalized entity value.
getter/setter pair
- pageAnchor ↔ GoogleCloudDocumentaiV1beta3DocumentPageAnchor?
-
Represents the provenance of this entity wrt.
getter/setter pair
-
properties
↔ List<
GoogleCloudDocumentaiV1beta3DocumentEntity> ? -
Entities can be nested to form a hierarchical data structure representing
the content in the document.
getter/setter pair
- provenance ↔ GoogleCloudDocumentaiV1beta3DocumentProvenance?
-
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 ↔ GoogleCloudDocumentaiV1beta3DocumentTextAnchor?
-
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