mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
22 lines
774 B
Markdown
22 lines
774 B
Markdown
# openapi.model.AssetFaceCreateDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
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 |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|