MatchResponse interface

The response for a Match request.

Properties

cacheID

The cache id.

isMatch

Indicates if there is a match.

matches

The match details.

status

The evaluate status

trackingId

The tracking id.

Property Details

cacheID

The cache id.

cacheID?: undefined | string

Property Value

undefined | string

isMatch

Indicates if there is a match.

isMatch?: undefined | false | true

Property Value

undefined | false | true

matches

The match details.

matches?: Match[]

Property Value

Match[]

status

The evaluate status

status?: Status

Property Value

trackingId

The tracking id.

trackingId?: undefined | string

Property Value

undefined | string