GoogleCloudDocumentaiV1DocumentEntityArgs

data class GoogleCloudDocumentaiV1DocumentEntityArgs(val confidence: Output<Double>? = null, val id: Output<String>? = null, val mentionId: Output<String>? = null, val mentionText: Output<String>? = null, val normalizedValue: Output<GoogleCloudDocumentaiV1DocumentEntityNormalizedValueArgs>? = null, val pageAnchor: Output<GoogleCloudDocumentaiV1DocumentPageAnchorArgs>? = null, val properties: Output<List<GoogleCloudDocumentaiV1DocumentEntityArgs>>? = null, val provenance: Output<GoogleCloudDocumentaiV1DocumentProvenanceArgs>? = null, val redacted: Output<Boolean>? = null, val textAnchor: Output<GoogleCloudDocumentaiV1DocumentTextAnchorArgs>? = null, val type: Output<String>) : ConvertibleToJava<GoogleCloudDocumentaiV1DocumentEntityArgs>

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

constructor(confidence: Output<Double>? = null, id: Output<String>? = null, mentionId: Output<String>? = null, mentionText: Output<String>? = null, normalizedValue: Output<GoogleCloudDocumentaiV1DocumentEntityNormalizedValueArgs>? = null, pageAnchor: Output<GoogleCloudDocumentaiV1DocumentPageAnchorArgs>? = null, properties: Output<List<GoogleCloudDocumentaiV1DocumentEntityArgs>>? = null, provenance: Output<GoogleCloudDocumentaiV1DocumentProvenanceArgs>? = null, redacted: Output<Boolean>? = null, textAnchor: Output<GoogleCloudDocumentaiV1DocumentTextAnchorArgs>? = null, type: Output<String>)

Properties

Link copied to clipboard
val confidence: Output<Double>? = null

Optional. Confidence of detected Schema entity. Range [0, 1].

Link copied to clipboard
val id: Output<String>? = null

Optional. Canonical id. This will be a unique value in the entity list for this document.

Link copied to clipboard
val mentionId: Output<String>? = null

Optional. Deprecated. Use id field instead.

Link copied to clipboard
val mentionText: Output<String>? = null

Optional. Text value of the entity e.g. 1600 Amphitheatre Pkwy.

Link copied to clipboard

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.

Link copied to clipboard

Optional. Represents the provenance of this entity wrt. the location on the page where it was found.

Link copied to clipboard

Optional. Entities can be nested to form a hierarchical data structure representing the content in the document.

Link copied to clipboard

Optional. The history of this annotation.

Link copied to clipboard
val redacted: Output<Boolean>? = null

Optional. Whether the entity will be redacted for de-identification purposes.

Link copied to clipboard

Optional. Provenance of the entity. Text anchor indexing into the Document.text.

Link copied to clipboard
val type: Output<String>

Entity type from a schema e.g. Address.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDocumentaiV1DocumentEntityArgs