Voting helps other researchers find interesting modules.
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.
confidence
number()
nil
[0, 1]
id
String.t
mentionId
mentionText
1600 Amphitheatre Pkwy
normalizedValue
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentEntityNormalizedValue.t
pageAnchor
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageAnchor.t
properties
list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentEntity.t)
provenance
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentProvenance.t
redacted
boolean()
textAnchor
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentTextAnchor.t
type
Address
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentEntity{ confidence: number() | nil, id: String.t() | nil, mentionId: String.t() | nil, mentionText: String.t() | nil, normalizedValue: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentEntityNormalizedValue.t() | nil, pageAnchor: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentPageAnchor.t() | nil, properties: [t()] | nil, provenance: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentProvenance.t() | nil, redacted: boolean() | nil, textAnchor: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentTextAnchor.t() | nil, type: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()