ImageRegion interface
An interface representing ImageRegion.
Properties
created | NOTE: This property will not be serialized. It can only be populated by the server. |
height | Height. |
left | Coordinate of the left boundary. |
region |
NOTE: This property will not be serialized. It can only be populated by the server. |
tag |
Id of the tag associated with this region. |
tag |
NOTE: This property will not be serialized. It can only be populated by the server. |
top | Coordinate of the top boundary. |
width | Width. |
Property Details
created
NOTE: This property will not be serialized. It can only be populated by the server.
created?: Date
Property Value
Date
height
Height.
height: number
Property Value
number
left
Coordinate of the left boundary.
left: number
Property Value
number
regionId
NOTE: This property will not be serialized. It can only be populated by the server.
regionId?: string
Property Value
string
tagId
Id of the tag associated with this region.
tagId: string
Property Value
string
tagName
NOTE: This property will not be serialized. It can only be populated by the server.
tagName?: string
Property Value
string
top
Coordinate of the top boundary.
top: number
Property Value
number
width
Width.
width: number
Property Value
number