# FaceMatchResponse

Model ID: `FaceMatchResponse`

Response for POST /patients/face-match.

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_selfie` | `boolean` | Yes |  |  |  | No | Whether Rekognition detected a face in the selfie image. |
| `match` | `boolean` | Yes |  |  |  | No | Whether the selfie matches the reference photo at or above similarity_threshold. |
| `similarity_threshold` | `number` | Yes |  |  |  | No | Similarity threshold (0-100) used for this comparison. |

## Example

None declared in canonical OpenAPI.
