GoogleCloudDocumentaiV1DocumentEntity class
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.
Constructors
- 
          GoogleCloudDocumentaiV1DocumentEntity({double? confidence, String? id, String? mentionId, String? mentionText, String? method, GoogleCloudDocumentaiV1DocumentEntityNormalizedValue? normalizedValue, GoogleCloudDocumentaiV1DocumentPageAnchor? pageAnchor, List<
GoogleCloudDocumentaiV1DocumentEntity> ? properties, GoogleCloudDocumentaiV1DocumentProvenance? provenance, bool? redacted, GoogleCloudDocumentaiV1DocumentTextAnchor? textAnchor, String? type}) - GoogleCloudDocumentaiV1DocumentEntity.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 
idfield instead.getter/setter pair - mentionText ↔ String?
 - 
  Text value of the entity e.g. 
1600 Amphitheatre Pkwy.getter/setter pair - method ↔ String?
 - 
  Specifies how the entity's value is obtained.
  getter/setter pair
 - normalizedValue ↔ GoogleCloudDocumentaiV1DocumentEntityNormalizedValue?
 - 
  Normalized entity value.
  getter/setter pair
 - pageAnchor ↔ GoogleCloudDocumentaiV1DocumentPageAnchor?
 - 
  Represents the provenance of this entity wrt.
  getter/setter pair
 - 
  properties
  ↔ List<
GoogleCloudDocumentaiV1DocumentEntity> ? - 
  Entities can be nested to form a hierarchical data structure representing
the content in the document.
  getter/setter pair
 - provenance ↔ GoogleCloudDocumentaiV1DocumentProvenance?
 - 
  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 ↔ GoogleCloudDocumentaiV1DocumentTextAnchor?
 - 
  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