immich/mobile/openapi/doc/AssetFaceResponseDto.md

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]

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