Skip to main content

EOIImageDetection

eyesonit-typescript-sdk


eyesonit-typescript-sdk / EOIImageDetection

Class: EOIImageDetection

Extends

Constructors

Constructor

new EOIImageDetection(): EOIImageDetection

Returns

EOIImageDetection

Overrides

EOIDetection.constructor

Properties

region

region: string

Inherited from

EOIDetection.region


class_name?

optional class_name: string

Inherited from

EOIDetection.class_name


objects

objects: EOIDetectionObject[]

Methods

fromJsonObj()

static fromJsonObj(obj): EOIDetection | undefined

Parameters

obj

any

Returns

EOIDetection | undefined


getDetectedObjects()

getDetectedObjects(): EOIDetectionObject[] | null

Returns

EOIDetectionObject[] | null


getMaxConfidenceForDescription()

getMaxConfidenceForDescription(description): number | null

Parameters

description

string

Returns

number | null


getMaxConfidenceDescription()

getMaxConfidenceDescription(): string | null

Returns

string | null