mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
907 B
907 B
openapi.model.AssetFaceResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| boundingBoxX1 | int | Bounding box X1 coordinate | |
| boundingBoxX2 | int | Bounding box X2 coordinate | |
| boundingBoxY1 | int | Bounding box Y1 coordinate | |
| boundingBoxY2 | int | Bounding box Y2 coordinate | |
| id | String | Face ID | |
| imageHeight | int | Image height in pixels | |
| imageWidth | int | Image width in pixels | |
| person | PersonResponseDto | ||
| sourceType | Optional<SourceType?> | [optional] |