normalizedVertices property

  1. @TagNumber(1)
List<NormalizedVertex> normalizedVertices

The bounding polygon normalized vertices. Top left corner of the image will be 0, 0.

Implementation

@$pb.TagNumber(1)
$core.List<NormalizedVertex> get normalizedVertices => $_getList(0);