GoogleCloudDocumentaiV1BoundingPolyArgs

data class GoogleCloudDocumentaiV1BoundingPolyArgs(val normalizedVertices: Output<List<GoogleCloudDocumentaiV1NormalizedVertexArgs>>? = null, val vertices: Output<List<GoogleCloudDocumentaiV1VertexArgs>>? = null) : ConvertibleToJava<GoogleCloudDocumentaiV1BoundingPolyArgs>

A bounding polygon for the detected image annotation.

Constructors

Functions

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

Properties

Link copied to clipboard

The bounding polygon normalized vertices.

Link copied to clipboard

The bounding polygon vertices.