GoogleCloudDocumentaiV1BoundingPoly constructor

GoogleCloudDocumentaiV1BoundingPoly({
  1. List<GoogleCloudDocumentaiV1NormalizedVertex>? normalizedVertices,
  2. List<GoogleCloudDocumentaiV1Vertex>? vertices,
})

Implementation

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