GoogleCloudDocumentaiV1beta3NormalizedVertex constructor

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

Implementation

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