mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
774 B
774 B
openapi.model.AssetFaceCreateDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| assetId | String | Asset ID | |
| height | int | Face bounding box height | |
| imageHeight | int | Image height in pixels | |
| imageWidth | int | Image width in pixels | |
| personId | String | Person ID | |
| width | int | Face bounding box width | |
| x | int | Face bounding box X coordinate | |
| y | int | Face bounding box Y coordinate |