Skip to content

Commit 055ff2d

Browse files
Update README.md
1 parent ecfc145 commit 055ff2d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -585,8 +585,8 @@ Following are the options/methods available from the class **HumanFaceHelper** :
585585

586586
Following is a sample of response structure :
587587

588-
```json
589-
{
588+
```java
589+
{
590590
STATUS: true/false,
591591
//Detection status
592592
DESCRIPTION : "SUCCESS",
@@ -605,7 +605,7 @@ Following are the options/methods available from the class **HumanFaceHelper** :
605605
//Each location of face in document
606606
}
607607
]
608-
}
608+
}
609609
```
610610

611611
- **MatchHumanFaces** \- DetectHumanFaces Method from **humanFaceObj** \- With AI intelligence, analyses the provided face data and returns a response on whether the provided faces are of same human or not.Document Id and Face Id will be provided by DetectHumanFaces, and same can be used.
@@ -631,15 +631,15 @@ Following are the options/methods available from the class **HumanFaceHelper** :
631631

632632
Following is a sample response structure :
633633

634-
```json
634+
```java
635635
{
636636
STATUS: true/false,
637637
//Match status
638638
DESCRIPTION : "SUCCESS",
639639
//Success or failure description
640640
ACCURACY: 0,
641641
//Accuracy of match
642-
}
642+
}
643643
```
644644
### Face Match Accuracy Interpretation
645645
The match level is determined based on the accuracy percentage, which reflects the similarity between two facial images. The table below provides detailed descriptions for each match level.

0 commit comments

Comments
 (0)