Preparing search index...
The search index is not available
cvat-sdk
cvat-sdk
TrackedShape
Interface TrackedShape
Export
TrackedShape
interface
TrackedShape
{
attributes
?:
AttributeVal
[]
;
frame
:
number
;
id
?:
null
|
number
;
occluded
?:
boolean
;
outside
?:
boolean
;
points
?:
number
[]
;
rotation
?:
number
;
type
:
ShapeType
;
z_order
?:
number
;
}
Index
Properties
attributes?
frame
id?
occluded?
outside?
points?
rotation?
type
z_
order?
Properties
Optional
attributes
attributes
?:
AttributeVal
[]
Memberof
TrackedShape
frame
frame
:
number
Memberof
TrackedShape
Optional
id
id
?:
null
|
number
Memberof
TrackedShape
Optional
occluded
occluded
?:
boolean
Memberof
TrackedShape
Optional
outside
outside
?:
boolean
Memberof
TrackedShape
Optional
points
points
?:
number
[]
Memberof
TrackedShape
Optional
rotation
rotation
?:
number
Memberof
TrackedShape
type
type
:
ShapeType
Memberof
TrackedShape
Optional
z_
order
z_order
?:
number
Memberof
TrackedShape
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
frame
id
occluded
outside
points
rotation
type
z_
order
cvat-sdk
Loading...
Export
TrackedShape