NormalizedVertexResponse

data class NormalizedVertexResponse(val x: Double, val y: Double)

A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val x: Double

X coordinate.

Link copied to clipboard
val y: Double

Y coordinate.