GoogleCloudDocumentaiV1beta2BoundingPoly constructor

GoogleCloudDocumentaiV1beta2BoundingPoly({
  1. List<GoogleCloudDocumentaiV1beta2NormalizedVertex>? normalizedVertices,
  2. List<GoogleCloudDocumentaiV1beta2Vertex>? vertices,
})

Implementation

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