# VisionFaceCompareResponse

Model ID: `VisionFaceCompareResponse`

Response for POST /vision/face-compare.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `confidence` | `number` | Yes |  |  |  | No | Best match similarity score (0-100) from Rekognition, or 0.0 when no match. |
| `face_detected_in_image_1` | `boolean` | Yes |  |  |  | No | Whether Rekognition detected a face in the first image. |
| `face_detected_in_image_2` | `boolean` | Yes |  |  |  | No | Whether Rekognition detected a face in the second image. |
| `same_person` | `boolean` | Yes |  |  |  | No | Whether the two images are judged to depict the same person. |
| `similarity_threshold` | `number` | Yes |  |  |  | No | Similarity threshold (0-100) used for this comparison. |

## Example

None declared in canonical OpenAPI.
