RekognitionClient.php 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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 associateFaces(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise associateFacesAsync(array $args = [])
  8. * @method \Aws\Result compareFaces(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise compareFacesAsync(array $args = [])
  10. * @method \Aws\Result copyProjectVersion(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise copyProjectVersionAsync(array $args = [])
  12. * @method \Aws\Result createCollection(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createCollectionAsync(array $args = [])
  14. * @method \Aws\Result createDataset(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createDatasetAsync(array $args = [])
  16. * @method \Aws\Result createFaceLivenessSession(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createFaceLivenessSessionAsync(array $args = [])
  18. * @method \Aws\Result createProject(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
  20. * @method \Aws\Result createProjectVersion(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise createProjectVersionAsync(array $args = [])
  22. * @method \Aws\Result createStreamProcessor(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise createStreamProcessorAsync(array $args = [])
  24. * @method \Aws\Result createUser(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise createUserAsync(array $args = [])
  26. * @method \Aws\Result deleteCollection(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise deleteCollectionAsync(array $args = [])
  28. * @method \Aws\Result deleteDataset(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise deleteDatasetAsync(array $args = [])
  30. * @method \Aws\Result deleteFaces(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise deleteFacesAsync(array $args = [])
  32. * @method \Aws\Result deleteProject(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
  34. * @method \Aws\Result deleteProjectPolicy(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise deleteProjectPolicyAsync(array $args = [])
  36. * @method \Aws\Result deleteProjectVersion(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise deleteProjectVersionAsync(array $args = [])
  38. * @method \Aws\Result deleteStreamProcessor(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise deleteStreamProcessorAsync(array $args = [])
  40. * @method \Aws\Result deleteUser(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise deleteUserAsync(array $args = [])
  42. * @method \Aws\Result describeCollection(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise describeCollectionAsync(array $args = [])
  44. * @method \Aws\Result describeDataset(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise describeDatasetAsync(array $args = [])
  46. * @method \Aws\Result describeProjectVersions(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise describeProjectVersionsAsync(array $args = [])
  48. * @method \Aws\Result describeProjects(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise describeProjectsAsync(array $args = [])
  50. * @method \Aws\Result describeStreamProcessor(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise describeStreamProcessorAsync(array $args = [])
  52. * @method \Aws\Result detectCustomLabels(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise detectCustomLabelsAsync(array $args = [])
  54. * @method \Aws\Result detectFaces(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise detectFacesAsync(array $args = [])
  56. * @method \Aws\Result detectLabels(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise detectLabelsAsync(array $args = [])
  58. * @method \Aws\Result detectModerationLabels(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise detectModerationLabelsAsync(array $args = [])
  60. * @method \Aws\Result detectProtectiveEquipment(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise detectProtectiveEquipmentAsync(array $args = [])
  62. * @method \Aws\Result detectText(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise detectTextAsync(array $args = [])
  64. * @method \Aws\Result disassociateFaces(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise disassociateFacesAsync(array $args = [])
  66. * @method \Aws\Result distributeDatasetEntries(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise distributeDatasetEntriesAsync(array $args = [])
  68. * @method \Aws\Result getCelebrityInfo(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise getCelebrityInfoAsync(array $args = [])
  70. * @method \Aws\Result getCelebrityRecognition(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise getCelebrityRecognitionAsync(array $args = [])
  72. * @method \Aws\Result getContentModeration(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise getContentModerationAsync(array $args = [])
  74. * @method \Aws\Result getFaceDetection(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise getFaceDetectionAsync(array $args = [])
  76. * @method \Aws\Result getFaceLivenessSessionResults(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise getFaceLivenessSessionResultsAsync(array $args = [])
  78. * @method \Aws\Result getFaceSearch(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise getFaceSearchAsync(array $args = [])
  80. * @method \Aws\Result getLabelDetection(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise getLabelDetectionAsync(array $args = [])
  82. * @method \Aws\Result getMediaAnalysisJob(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise getMediaAnalysisJobAsync(array $args = [])
  84. * @method \Aws\Result getPersonTracking(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise getPersonTrackingAsync(array $args = [])
  86. * @method \Aws\Result getSegmentDetection(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise getSegmentDetectionAsync(array $args = [])
  88. * @method \Aws\Result getTextDetection(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise getTextDetectionAsync(array $args = [])
  90. * @method \Aws\Result indexFaces(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise indexFacesAsync(array $args = [])
  92. * @method \Aws\Result listCollections(array $args = [])
  93. * @method \GuzzleHttp\Promise\Promise listCollectionsAsync(array $args = [])
  94. * @method \Aws\Result listDatasetEntries(array $args = [])
  95. * @method \GuzzleHttp\Promise\Promise listDatasetEntriesAsync(array $args = [])
  96. * @method \Aws\Result listDatasetLabels(array $args = [])
  97. * @method \GuzzleHttp\Promise\Promise listDatasetLabelsAsync(array $args = [])
  98. * @method \Aws\Result listFaces(array $args = [])
  99. * @method \GuzzleHttp\Promise\Promise listFacesAsync(array $args = [])
  100. * @method \Aws\Result listMediaAnalysisJobs(array $args = [])
  101. * @method \GuzzleHttp\Promise\Promise listMediaAnalysisJobsAsync(array $args = [])
  102. * @method \Aws\Result listProjectPolicies(array $args = [])
  103. * @method \GuzzleHttp\Promise\Promise listProjectPoliciesAsync(array $args = [])
  104. * @method \Aws\Result listStreamProcessors(array $args = [])
  105. * @method \GuzzleHttp\Promise\Promise listStreamProcessorsAsync(array $args = [])
  106. * @method \Aws\Result listTagsForResource(array $args = [])
  107. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  108. * @method \Aws\Result listUsers(array $args = [])
  109. * @method \GuzzleHttp\Promise\Promise listUsersAsync(array $args = [])
  110. * @method \Aws\Result putProjectPolicy(array $args = [])
  111. * @method \GuzzleHttp\Promise\Promise putProjectPolicyAsync(array $args = [])
  112. * @method \Aws\Result recognizeCelebrities(array $args = [])
  113. * @method \GuzzleHttp\Promise\Promise recognizeCelebritiesAsync(array $args = [])
  114. * @method \Aws\Result searchFaces(array $args = [])
  115. * @method \GuzzleHttp\Promise\Promise searchFacesAsync(array $args = [])
  116. * @method \Aws\Result searchFacesByImage(array $args = [])
  117. * @method \GuzzleHttp\Promise\Promise searchFacesByImageAsync(array $args = [])
  118. * @method \Aws\Result searchUsers(array $args = [])
  119. * @method \GuzzleHttp\Promise\Promise searchUsersAsync(array $args = [])
  120. * @method \Aws\Result searchUsersByImage(array $args = [])
  121. * @method \GuzzleHttp\Promise\Promise searchUsersByImageAsync(array $args = [])
  122. * @method \Aws\Result startCelebrityRecognition(array $args = [])
  123. * @method \GuzzleHttp\Promise\Promise startCelebrityRecognitionAsync(array $args = [])
  124. * @method \Aws\Result startContentModeration(array $args = [])
  125. * @method \GuzzleHttp\Promise\Promise startContentModerationAsync(array $args = [])
  126. * @method \Aws\Result startFaceDetection(array $args = [])
  127. * @method \GuzzleHttp\Promise\Promise startFaceDetectionAsync(array $args = [])
  128. * @method \Aws\Result startFaceSearch(array $args = [])
  129. * @method \GuzzleHttp\Promise\Promise startFaceSearchAsync(array $args = [])
  130. * @method \Aws\Result startLabelDetection(array $args = [])
  131. * @method \GuzzleHttp\Promise\Promise startLabelDetectionAsync(array $args = [])
  132. * @method \Aws\Result startMediaAnalysisJob(array $args = [])
  133. * @method \GuzzleHttp\Promise\Promise startMediaAnalysisJobAsync(array $args = [])
  134. * @method \Aws\Result startPersonTracking(array $args = [])
  135. * @method \GuzzleHttp\Promise\Promise startPersonTrackingAsync(array $args = [])
  136. * @method \Aws\Result startProjectVersion(array $args = [])
  137. * @method \GuzzleHttp\Promise\Promise startProjectVersionAsync(array $args = [])
  138. * @method \Aws\Result startSegmentDetection(array $args = [])
  139. * @method \GuzzleHttp\Promise\Promise startSegmentDetectionAsync(array $args = [])
  140. * @method \Aws\Result startStreamProcessor(array $args = [])
  141. * @method \GuzzleHttp\Promise\Promise startStreamProcessorAsync(array $args = [])
  142. * @method \Aws\Result startTextDetection(array $args = [])
  143. * @method \GuzzleHttp\Promise\Promise startTextDetectionAsync(array $args = [])
  144. * @method \Aws\Result stopProjectVersion(array $args = [])
  145. * @method \GuzzleHttp\Promise\Promise stopProjectVersionAsync(array $args = [])
  146. * @method \Aws\Result stopStreamProcessor(array $args = [])
  147. * @method \GuzzleHttp\Promise\Promise stopStreamProcessorAsync(array $args = [])
  148. * @method \Aws\Result tagResource(array $args = [])
  149. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  150. * @method \Aws\Result untagResource(array $args = [])
  151. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  152. * @method \Aws\Result updateDatasetEntries(array $args = [])
  153. * @method \GuzzleHttp\Promise\Promise updateDatasetEntriesAsync(array $args = [])
  154. * @method \Aws\Result updateStreamProcessor(array $args = [])
  155. * @method \GuzzleHttp\Promise\Promise updateStreamProcessorAsync(array $args = [])
  156. */
  157. class RekognitionClient extends AwsClient {}