FoundFaces interface

Request object the contains found faces.

Properties

advancedInfo

The advanced info.

cacheId

The cache id.

count

Number of faces found.

faces

The list of faces.

result

True if result was found.

status

The evaluate status

trackingId

The tracking id.

Property Details

advancedInfo

The advanced info.

advancedInfo?: KeyValuePair[]

Property Value

cacheId

The cache id.

cacheId?: undefined | string

Property Value

undefined | string

count

Number of faces found.

count?: undefined | number

Property Value

undefined | number

faces

The list of faces.

faces?: Face[]

Property Value

Face[]

result

True if result was found.

result?: undefined | false | true

Property Value

undefined | false | true

status

The evaluate status

status?: Status

Property Value

trackingId

The tracking id.

trackingId?: undefined | string

Property Value

undefined | string