GoogleCloudDocumentaiV1beta3BoundingPoly constructor

GoogleCloudDocumentaiV1beta3BoundingPoly({
  1. List<GoogleCloudDocumentaiV1beta3NormalizedVertex>? normalizedVertices,
  2. List<GoogleCloudDocumentaiV1beta3Vertex>? vertices,
})

Implementation

GoogleCloudDocumentaiV1beta3BoundingPoly({
  this.normalizedVertices,
  this.vertices,
});