Skip to content

Commit

Permalink
chore: improve docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Mar 26, 2021
1 parent da00441 commit 1c3154a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/Recognizable.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function recognize(string $path, string $mimeType = null)
/**
* Return all recognition data.
* The return value "null" indicates that a recognition has been ran, but it just has no results.
* Please note, the Rekognition response is different from a "video" to an "image".
* Please note, the "Facial Rekognition" response is different from a "video" to an "image".
*
* @return array
*/
Expand Down

0 comments on commit 1c3154a

Please sign in to comment.