From 8b614af459483bce3137c8bc1d48e01c7bbfc42c Mon Sep 17 00:00:00 2001 From: Iryna Haroshka Date: Fri, 15 May 2026 18:35:59 +0300 Subject: [PATCH] 42156 - Updated "type" description --- match.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/match.yml b/match.yml index d4954ea..f59cb00 100644 --- a/match.yml +++ b/match.yml @@ -8,7 +8,7 @@ paths: tags: - match summary: "compare faces (1:1)" - description: "To perform a comparison of faces in the same image or in two different images, use POST `/api/match`. It's possible to compare faces in the same image or in two different images, this is defined by the `images.type` parameter.

The face detection result is displayed in the `detections` field. + description: "To perform a comparison of faces in the same image or in two different images, use POST `/api/match`. It's possible to compare faces in the same image or in two different images, this is defined by the `images.type` parameter.

Note that no more than two images of the same `type` are allowed for comparison.

The face detection result is displayed in the `detections` field. Each face is identified by two parameters: `faceIndex` (the index number of the face) and `imageIndex` (the index number of the image on which the face is detected).