GoogleCloudDocumentaiV1beta2NormalizedVertex constructor

GoogleCloudDocumentaiV1beta2NormalizedVertex({
  1. double? x,
  2. double? y,
})

Implementation

GoogleCloudDocumentaiV1beta2NormalizedVertex({
  this.x,
  this.y,
});