GoogleCloudDocumentaiV1DocumentProvenanceType

enum GoogleCloudDocumentaiV1DocumentProvenanceType : Enum<GoogleCloudDocumentaiV1DocumentProvenanceType> , ConvertibleToJava<GoogleCloudDocumentaiV1DocumentProvenanceType>

The type of provenance operation.

Entries

Link copied to clipboard

Operation type unspecified. If no operation is specified a provenance entry is simply used to match against a parent.

Link copied to clipboard

Add an element.

Link copied to clipboard

Remove an element identified by parent.

Link copied to clipboard

Updates any fields within the given provenance scope of the message. It overwrites the fields rather than replacing them. Use this when you want to update a field value of an entity without also updating all the child properties.

Link copied to clipboard

Currently unused. Replace an element identified by parent.

Link copied to clipboard

Deprecated. Request human review for the element identified by parent.

Link copied to clipboard

Deprecated. Element is reviewed and approved at human review, confidence will be set to 1.0.

Link copied to clipboard

Deprecated. Element is skipped in the validation process.

Types

Link copied to clipboard
object Companion

Functions

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

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: GoogleCloudDocumentaiV1DocumentProvenanceType
Link copied to clipboard
Link copied to clipboard