We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 889efc7 commit a9bb934Copy full SHA for a9bb934
1 file changed
README.md
@@ -20,7 +20,7 @@ by Mohammad Najafian
20
$face = new CheckFace();
21
```
22
### 2 . We Set The Url :
23
- if you want to customize the url Do this :100: : (default : https://westcentralus.api.cognitive.microsoft.com/face/v1.0/detect)
+ if you want to customize the url , Do this :100: : (default : https://westcentralus.api.cognitive.microsoft.com/face/v1.0/detect)
24
25
$face->setUrl($url);
26
@@ -100,8 +100,8 @@ Do This :
100
$face->setBody($image);
101
$face->check();
102
$result = $face->send();
103
-
104
+
105
##Licence
106
This Project is under the MIT Licence
107
##Read About Microsoft Face Api
0 commit comments