A phrase in the text that is a known entity type, such as a person, an organization, or location.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#confidence
def confidence() -> ::Float
Returns
- (::Float) — Optional. Confidence of detected Schema entity. Range [0, 1].
#confidence=
def confidence=(value) -> ::Float
Parameter
- value (::Float) — Optional. Confidence of detected Schema entity. Range [0, 1].
Returns
- (::Float) — Optional. Confidence of detected Schema entity. Range [0, 1].
#id
def id() -> ::String
Returns
- (::String) — Optional. Canonical id. This will be a unique value in the entity list for this document.
#id=
def id=(value) -> ::String
Parameter
- value (::String) — Optional. Canonical id. This will be a unique value in the entity list for this document.
Returns
- (::String) — Optional. Canonical id. This will be a unique value in the entity list for this document.
#mention_id
def mention_id() -> ::String
Returns
-
(::String) — Optional. Deprecated. Use
id
field instead.
#mention_id=
def mention_id=(value) -> ::String
Parameter
-
value (::String) — Optional. Deprecated. Use
id
field instead.
Returns
-
(::String) — Optional. Deprecated. Use
id
field instead.
#mention_text
def mention_text() -> ::String
Returns
-
(::String) — Optional. Text value in the document e.g.
1600 Amphitheatre Pkwy
.
#mention_text=
def mention_text=(value) -> ::String
Parameter
-
value (::String) — Optional. Text value in the document e.g.
1600 Amphitheatre Pkwy
.
Returns
-
(::String) — Optional. Text value in the document e.g.
1600 Amphitheatre Pkwy
.
#normalized_value
def normalized_value() -> ::Google::Cloud::DocumentAI::V1beta3::Document::Entity::NormalizedValue
Returns
- (::Google::Cloud::DocumentAI::V1beta3::Document::Entity::NormalizedValue) — Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. address) is not supported for certain parsers. This field is also only populated for certain supported document types.
#normalized_value=
def normalized_value=(value) -> ::Google::Cloud::DocumentAI::V1beta3::Document::Entity::NormalizedValue
Parameter
- value (::Google::Cloud::DocumentAI::V1beta3::Document::Entity::NormalizedValue) — Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. address) is not supported for certain parsers. This field is also only populated for certain supported document types.
Returns
- (::Google::Cloud::DocumentAI::V1beta3::Document::Entity::NormalizedValue) — Optional. Normalized entity value. Absent if the extracted value could not be converted or the type (e.g. address) is not supported for certain parsers. This field is also only populated for certain supported document types.
#page_anchor
def page_anchor() -> ::Google::Cloud::DocumentAI::V1beta3::Document::PageAnchor
Returns
- (::Google::Cloud::DocumentAI::V1beta3::Document::PageAnchor) — Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
#page_anchor=
def page_anchor=(value) -> ::Google::Cloud::DocumentAI::V1beta3::Document::PageAnchor
Parameter
- value (::Google::Cloud::DocumentAI::V1beta3::Document::PageAnchor) — Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
Returns
- (::Google::Cloud::DocumentAI::V1beta3::Document::PageAnchor) — Optional. Represents the provenance of this entity wrt. the location on the page where it was found.
#properties
def properties() -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Entity>
Returns
- (::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Entity>) — Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
#properties=
def properties=(value) -> ::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Entity>
Parameter
- value (::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Entity>) — Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
Returns
- (::Array<::Google::Cloud::DocumentAI::V1beta3::Document::Entity>) — Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.
#provenance
def provenance() -> ::Google::Cloud::DocumentAI::V1beta3::Document::Provenance
Returns
- (::Google::Cloud::DocumentAI::V1beta3::Document::Provenance) — Optional. The history of this annotation.
#provenance=
def provenance=(value) -> ::Google::Cloud::DocumentAI::V1beta3::Document::Provenance
Parameter
- value (::Google::Cloud::DocumentAI::V1beta3::Document::Provenance) — Optional. The history of this annotation.
Returns
- (::Google::Cloud::DocumentAI::V1beta3::Document::Provenance) — Optional. The history of this annotation.
#redacted
def redacted() -> ::Boolean
Returns
- (::Boolean) — Optional. Whether the entity will be redacted for de-identification purposes.
#redacted=
def redacted=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Whether the entity will be redacted for de-identification purposes.
Returns
- (::Boolean) — Optional. Whether the entity will be redacted for de-identification purposes.
#text_anchor
def text_anchor() -> ::Google::Cloud::DocumentAI::V1beta3::Document::TextAnchor
Returns
- (::Google::Cloud::DocumentAI::V1beta3::Document::TextAnchor) — Optional. Provenance of the entity. Text anchor indexing into the Document.text.
#text_anchor=
def text_anchor=(value) -> ::Google::Cloud::DocumentAI::V1beta3::Document::TextAnchor
Parameter
- value (::Google::Cloud::DocumentAI::V1beta3::Document::TextAnchor) — Optional. Provenance of the entity. Text anchor indexing into the Document.text.
Returns
- (::Google::Cloud::DocumentAI::V1beta3::Document::TextAnchor) — Optional. Provenance of the entity. Text anchor indexing into the Document.text.
#type
def type() -> ::String
Returns
-
(::String) — Entity type from a schema e.g.
Address
.
#type=
def type=(value) -> ::String
Parameter
-
value (::String) — Entity type from a schema e.g.
Address
.
Returns
-
(::String) — Entity type from a schema e.g.
Address
.