GoogleCloudDocumentaiV1DocumentProvenanceArgs

data class GoogleCloudDocumentaiV1DocumentProvenanceArgs(val id: Output<Int>? = null, val parents: Output<List<GoogleCloudDocumentaiV1DocumentProvenanceParentArgs>>? = null, val revision: Output<Int>? = null, val type: Output<GoogleCloudDocumentaiV1DocumentProvenanceType>? = null) : ConvertibleToJava<GoogleCloudDocumentaiV1DocumentProvenanceArgs>

Structure to identify provenance relationships between annotations in different revisions.

Constructors

fun GoogleCloudDocumentaiV1DocumentProvenanceArgs(id: Output<Int>? = null, parents: Output<List<GoogleCloudDocumentaiV1DocumentProvenanceParentArgs>>? = null, revision: Output<Int>? = null, type: Output<GoogleCloudDocumentaiV1DocumentProvenanceType>? = null)

Functions

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

Properties

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

The Id of this operation. Needs to be unique within the scope of the revision.

Link copied to clipboard

References to the original elements that are replaced.

Link copied to clipboard
val revision: Output<Int>? = null

The index of the revision that produced this element.

Link copied to clipboard

The type of provenance operation.