immich/mobile/openapi/doc/AssetFaceCreateDto.md

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

[Back to Model list] [Back to API list] [Back to README]