RekognitionClient.php 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. namespace Aws\Rekognition;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon Rekognition** service.
  6. * @method \Aws\Result compareFaces(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise compareFacesAsync(array $args = [])
  8. * @method \Aws\Result createCollection(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createCollectionAsync(array $args = [])
  10. * @method \Aws\Result deleteCollection(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise deleteCollectionAsync(array $args = [])
  12. * @method \Aws\Result deleteFaces(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise deleteFacesAsync(array $args = [])
  14. * @method \Aws\Result detectFaces(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise detectFacesAsync(array $args = [])
  16. * @method \Aws\Result detectLabels(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise detectLabelsAsync(array $args = [])
  18. * @method \Aws\Result detectModerationLabels(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise detectModerationLabelsAsync(array $args = [])
  20. * @method \Aws\Result getCelebrityInfo(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise getCelebrityInfoAsync(array $args = [])
  22. * @method \Aws\Result indexFaces(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise indexFacesAsync(array $args = [])
  24. * @method \Aws\Result listCollections(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise listCollectionsAsync(array $args = [])
  26. * @method \Aws\Result listFaces(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise listFacesAsync(array $args = [])
  28. * @method \Aws\Result recognizeCelebrities(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise recognizeCelebritiesAsync(array $args = [])
  30. * @method \Aws\Result searchFaces(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise searchFacesAsync(array $args = [])
  32. * @method \Aws\Result searchFacesByImage(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise searchFacesByImageAsync(array $args = [])
  34. */
  35. class RekognitionClient extends AwsClient {}