Skip to content

Commit eec3616

Browse files
committed
1 parent ef19ccf commit eec3616

4 files changed

Lines changed: 8 additions & 19 deletions

File tree

common.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -449,17 +449,7 @@ components:
449449

450450
FaceSDKResultCode:
451451
type: integer
452-
description: "The result code, see the [FaceSDKResultCode enum](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/face-sdk-result-code/).
453-
454-
Some of the values:
455-
456-
- `0`—everything is OK
457-
458-
- `1`—image is empty, try again with another image
459-
460-
- `2`—face is not detected
461-
462-
- `6`—data cannot be decoded as an image"
452+
description: "The result code, see the [FaceSDKResultCode enum](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/face-sdk-result-code/)."
463453
enum:
464454
- 0
465455
- 1

detect.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ paths:
66
post:
77
tags:
88
- matching
9-
summary: "detect faces"
109
description: "Detect face, evaluate attributes, assess the portrait quality"
1110
operationId: detect
1211
requestBody:

index.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ info:
66
url: 'https://static-content.regulaforensics.com/Icons/Logos/Regula-logo.svg'
77
href: 'https://mobile.regulaforensics.com/'
88
description: |
9-
<a href="https://regulaforensics.com/products/face-recognition-sdk/ " target="_blank">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side.
9+
<a href="https://regulaforensics.com/products/face-recognition-sdk/ " target="_blank">Regula Face SDK</a> is a cross-platform biometric verification solution for a digital identity verification process and image quality assurance. The SDK enables convenient and reliable face capture on the client side (mobile, web, and desktop) and further processing on the client or server side.
1010
1111
The Face SDK includes the following features:
1212
13-
* <a href="https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection" target="_blank">Face Detection</a>
14-
* <a href="https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11" target="_blank">Face Match (1:1)</a>
15-
* <a href="https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n" target="_blank">Face Search (1:N)</a>
16-
* <a href="https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment" target="_blank">Liveness Assessment</a>
13+
* <a href="https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-detection" target="_blank">Face detection and image quality assessment</a>
14+
* <a href="https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-comparison-11" target="_blank">Face match (1:1)</a>
15+
* <a href="https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#face-identification-1n" target="_blank">Face search (1:N)</a>
16+
* <a href="https://docs.regulaforensics.com/develop/face-sdk/overview/introduction/#liveness-assessment" target="_blank">Liveness detection</a>
1717
1818
Here is the <a href="https://github.com/regulaforensics/FaceSDK-web-openapi " target="_blank">OpenAPI specification on GitHub</a>.
1919

matching.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ components:
8282
type: integer
8383
returnOriginalRect:
8484
type: boolean
85-
description: "Whether to return the coordinates of the rectangle with the face in the original image prepared for the face crop. Can be used only if the face in the original image is not tilted."
85+
description: "Whether to return the coordinates of the rectangle with the face in the original image prepared for the face crop."
8686
default: null
8787
size:
8888
type: array
@@ -92,7 +92,7 @@ components:
9292
type: integer
9393
type:
9494
type: integer
95-
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/). To get a thumbnail with dimensions 3x4, set `0`."
95+
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/). To get a thumbnail with aspect ratio 3:4, set `0`."
9696
default: null
9797
enum:
9898
- 0

0 commit comments

Comments
 (0)