providerplaneai
Preparing search index...
client/types/shared/DetectedObject.ts
DetectedObject
Interface DetectedObject
Description
Interface contract for DetectedObject.
interface
DetectedObject
{
boundingBox
?:
BoundingBox
;
confidence
?:
number
;
label
:
string
;
}
Index
Properties
bounding
Box?
confidence?
label
Properties
Optional
bounding
Box
boundingBox
?:
BoundingBox
Optional
confidence
confidence
?:
number
label
label
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bounding
Box
confidence
label
providerplaneai
Loading...
Description
Interface contract for DetectedObject.