Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/recognition/types/video-analysis
DetectedObject
Interface DetectedObject
Распознанный объект в кадре
interface
DetectedObject
{
attributes
?:
Record
<
string
,
any
>
;
boundingBox
:
{
height
:
number
;
width
:
number
;
x
:
number
;
y
:
number
}
;
confidence
:
number
;
id
:
string
;
label
:
string
;
trackId
?:
string
;
}
Index
Properties
attributes?
bounding
Box
confidence
id
label
track
Id?
Properties
Optional
attributes
attributes
?:
Record
<
string
,
any
>
bounding
Box
boundingBox
:
{
height
:
number
;
width
:
number
;
x
:
number
;
y
:
number
}
confidence
confidence
:
number
id
id
:
string
label
label
:
string
Optional
track
Id
trackId
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
attributes
bounding
Box
confidence
id
label
track
Id
Timeline Studio API Documentation - v0.26.0
Loading...
Распознанный объект в кадре