x property

  1. @JsonKey(name: 'x')
int? x
final

The x-coordinate (px) of the image on the video frame (taking the upper left corner of the video frame as the origin).

Implementation

@JsonKey(name: 'x')
final int? x;