Skip to content

Commit 00db73f

Browse files
41044 - remove comments
1 parent 62e8acc commit 00db73f

2 files changed

Lines changed: 0 additions & 18 deletions

File tree

common.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ components:
7777
description: "Allows to process the uploaded image according to the indicated settings."
7878
properties:
7979
backgroundColor:
80-
# description: "The RGB value for the background color: the silhouette of a person is cut out and the background is filled with this color."
8180
$ref: "#/components/schemas/RGB"
8281
crop:
8382
$ref: "#/components/schemas/Crop"
@@ -88,7 +87,6 @@ components:
8887
description: "If set, the face image quality check is performed according to the given list of [characteristics](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/face-detection/face-image-quality-check/) in `quality.config`."
8988
properties:
9089
backgroundMatchColor:
91-
# description: "The RGB value for the background color: the silhouette of a person is cut out and the background is filled with this color."
9290
$ref: "#/components/schemas/RGB"
9391
config:
9492
$ref: "#/components/schemas/QualityConfigList"
@@ -100,11 +98,8 @@ components:
10098
properties:
10199
type:
102100
$ref: "#/components/schemas/FaceImageQualityAlignType"
103-
# description: "The aspect ratio according to which face alignment is performed, see the [FaceImageQualityAlignType enum](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/face-image-quality-align-type/). <br><br>To get a thumbnail with dimensions 3x4, set `0`."
104-
# example: 1
105101
padColor:
106102
$ref: "#/components/schemas/RGB"
107-
# description: "The RGB value of a color for filling background behind a person's silhouette and for aligning the image."
108103
size:
109104
type: array
110105
items:
@@ -127,9 +122,7 @@ components:
127122
description: "The configuration that defines the list of returned quality check characteristics."
128123
properties:
129124
name:
130-
# description: "The name of the characteristic."
131125
$ref: "#/components/schemas/FaceQualityConfigName"
132-
# example: "Emotion"
133126
range:
134127
type: array
135128
items:
@@ -153,20 +146,16 @@ components:
153146
description: "The configuration that defines the list of returned attribute check characteristics."
154147
properties:
155148
name:
156-
# description: "The name of the characteristic."
157149
$ref: "#/components/schemas/FaceAttribute"
158-
# example: "Emotion"
159150

160151
QualityDetailsGroups:
161152
title: "QualityDetailsGroups"
162153
type: object
163154
properties:
164155
groupId:
165-
# description: "The ID of the characteristics group."
166156
$ref: "#/components/schemas/FaceImageQualityGroups"
167157
name:
168158
$ref: "#/components/schemas/FaceImageQualityGroupsStrings"
169-
# description: "The name of the characteristics group."
170159
totalCount:
171160
type: integer
172161
description: "The total number of characteristics in the group."
@@ -181,13 +170,9 @@ components:
181170
type: object
182171
properties:
183172
groupId:
184-
# description: "The ID of the characteristics group."
185173
$ref: "#/components/schemas/FaceImageQualityGroups"
186-
# example: 0
187174
name:
188175
$ref: "#/components/schemas/FaceQualityConfigName"
189-
# description: "The name of the characteristic."
190-
# example: "Roll"
191176
range:
192177
type: array
193178
description: "The range of set values for this characteristic, see the [Recommended range column](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/face-detection/face-image-quality-check/)."
@@ -199,8 +184,6 @@ components:
199184
example: [x, y]
200185
status:
201186
$ref: "#/components/schemas/FaceImageQualityStatus"
202-
# example: 1
203-
# description: "The assessment status."
204187
value:
205188
type: number
206189
format: float

detect.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ components:
144144
- roi
145145
properties:
146146
crop:
147-
# description: "Base64 of the aligned and cropped portrait. Returned if align is set."
148147
$ref: "./common.yml#/components/schemas/ImageData"
149148
attributes:
150149
$ref: "#/components/schemas/DetectionAttributes"

0 commit comments

Comments
 (0)