immich_api_rs 1.137.3

Immich API
Documentation
# AssetFaceResponseDto

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bounding_box_x1** | **i32** |  | 
**bounding_box_x2** | **i32** |  | 
**bounding_box_y1** | **i32** |  | 
**bounding_box_y2** | **i32** |  | 
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**image_height** | **i32** |  | 
**image_width** | **i32** |  | 
**person** | Option<[**models::PersonResponseDto**]PersonResponseDto.md> |  | 
**source_type** | Option<[**models::SourceType**]SourceType.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)