Provisioning Instances
Indexed Record
An indexed record is part of the historic records database. Indexed record is a vector representation of documents submitted to the service.
Instance
A Repeat Image Instance contains similarity thresholds which govern the default match criteria.
Sample Instance
The below example shows a sample repeat image instance.
Under this instance, any document matching a historic document with a similarity of greater than 0.8 will be considered as a confirmed match.
Any document matching a historic document with a similarity between 0.8 and 0.7 will be considered as a potential match (warning).
Any similarity below 0.7 will not be considered as a match.
{
"instanceId": "492e3b4d-a719-4502-92f0-713a8d4360fd",
"name": "Repeat Image Instance",
"description": "Instance for repeat image check",
"settings": {
"maxSimilarityThreshold": 0.8,
"minSimilarityThreshold": 0.7
},
"status": "ACTIVE"
}
Refer to the Provision Instance API to provision an instance for this service.
Updated 9 days ago
What’s Next