GoogleCloudDocumentaiV1beta1BoundingPoly constructor

GoogleCloudDocumentaiV1beta1BoundingPoly({
  1. List<GoogleCloudDocumentaiV1beta1NormalizedVertex>? normalizedVertices,
  2. List<GoogleCloudDocumentaiV1beta1Vertex>? vertices,
})

Implementation

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