Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ components:
$ref: "#/components/schemas/FaceSDKResultCode"

ImageData:
description: "Thumbnail: Base64-encoded image."
description: "Base64-encoded image."
type: string
format: byte

Expand Down
2 changes: 0 additions & 2 deletions detect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ components:
example: 0.42036411166191101
roi:
$ref: "./common.yml#/components/schemas/FaceRectangular"
thumbnail:
$ref: "./common.yml#/components/schemas/Thumbnail"

FaceAttribute:
description: "Face attributes for evaluation."
Expand Down
2 changes: 0 additions & 2 deletions matching.yml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ components:
type: number
roi:
$ref: "./common.yml#/components/schemas/FaceRectangular"
thumbnail:
$ref: "./common.yml#/components/schemas/Thumbnail"
crop:
type: string
format: byte
Expand Down
Loading