immich/mobile/openapi/doc/AssetFaceCreateDto.md

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)