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?: string

Property Value

string

isMatch

Indicates if there is a match.

isMatch?: boolean

Property Value

boolean

matches

The match details.

matches?: Match[]

Property Value

Match[]

status

The evaluate status

status?: Status

Property Value

trackingId

The tracking id.

trackingId?: string

Property Value

string