Google Cloud Documentai V1Bounding Poly Args
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
Link copied to clipboard
fun GoogleCloudDocumentaiV1BoundingPolyArgs(normalizedVertices: Output<List<GoogleCloudDocumentaiV1NormalizedVertexArgs>>? = null, vertices: Output<List<GoogleCloudDocumentaiV1VertexArgs>>? = null)