Skip to content

Commit

Permalink
Merge pull request #65 from regulaforensics/SP-11082-quality_enums_fix
Browse files Browse the repository at this point in the history
[SP-11082] add quality enum strings
  • Loading branch information
dangost committed Aug 21, 2023
2 parents d6cd5cc + 11bb807 commit 52d73db
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ components:
description: "The ID of the characteristics group."
$ref: "#/components/schemas/FaceImageQualityGroups"
name:
$ref: "#/components/schemas/FaceImageQualityGroups"
$ref: "#/components/schemas/FaceImageQualityGroupsStrings"
description: "The name of the characteristics group."
totalCount:
type: integer
Expand Down Expand Up @@ -240,6 +240,27 @@ components:
- POSE_AND_EXPRESSION
- HEAD_OCCLUSION
- BACKGROUND
FaceImageQualityGroupsStrings:
type: string
description: "Face image quality group types for face image quality assessment."
enum:
- "ImageCharacteristics"
- "HeadSizeAndPosition"
- "FaceQuality"
- "EyesCharacteristics"
- "ShadowsAndLightning"
- "PoseAndExpression"
- "HeadOcclusion"
- "Background"
x-enum-varnames:
- IMAGE_CHARACTERISTICS
- HEAD_SIZE_AND_POSITIONS
- FACE_QUALITY
- EYES_CHARACTERISTICS
- SHADOWS_AND_LIGHTNING
- POSE_AND_EXPRESSION
- HEAD_OCCLUSION
- BACKGROUND

FaceQualityConfigName:
type: string
Expand Down

0 comments on commit 52d73db

Please sign in to comment.