summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Rekognition
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
committerAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
commit0c8af4992cb0f7589dcafaad65ada12753c64594 (patch)
tree18e83d068c3e7dd2499331de977782b382279396 /vendor/aws/aws-sdk-php/src/Rekognition
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/Rekognition')
-rw-r--r--vendor/aws/aws-sdk-php/src/Rekognition/Exception/RekognitionException.php9
-rw-r--r--vendor/aws/aws-sdk-php/src/Rekognition/RekognitionClient.php135
2 files changed, 144 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/Rekognition/Exception/RekognitionException.php b/vendor/aws/aws-sdk-php/src/Rekognition/Exception/RekognitionException.php
new file mode 100644
index 0000000..18f3f39
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/Rekognition/Exception/RekognitionException.php
@@ -0,0 +1,9 @@
+<?php
+namespace Aws\Rekognition\Exception;
+
+use Aws\Exception\AwsException;
+
+/**
+ * Represents an error interacting with the **Amazon Rekognition** service.
+ */
+class RekognitionException extends AwsException {}
diff --git a/vendor/aws/aws-sdk-php/src/Rekognition/RekognitionClient.php b/vendor/aws/aws-sdk-php/src/Rekognition/RekognitionClient.php
new file mode 100644
index 0000000..3eb6cc4
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/Rekognition/RekognitionClient.php
@@ -0,0 +1,135 @@
+<?php
+namespace Aws\Rekognition;
+
+use Aws\AwsClient;
+
+/**
+ * This client is used to interact with the **Amazon Rekognition** service.
+ * @method \Aws\Result compareFaces(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise compareFacesAsync(array $args = [])
+ * @method \Aws\Result copyProjectVersion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise copyProjectVersionAsync(array $args = [])
+ * @method \Aws\Result createCollection(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createCollectionAsync(array $args = [])
+ * @method \Aws\Result createDataset(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createDatasetAsync(array $args = [])
+ * @method \Aws\Result createProject(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
+ * @method \Aws\Result createProjectVersion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createProjectVersionAsync(array $args = [])
+ * @method \Aws\Result createStreamProcessor(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createStreamProcessorAsync(array $args = [])
+ * @method \Aws\Result deleteCollection(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteCollectionAsync(array $args = [])
+ * @method \Aws\Result deleteDataset(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteDatasetAsync(array $args = [])
+ * @method \Aws\Result deleteFaces(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteFacesAsync(array $args = [])
+ * @method \Aws\Result deleteProject(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
+ * @method \Aws\Result deleteProjectPolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteProjectPolicyAsync(array $args = [])
+ * @method \Aws\Result deleteProjectVersion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteProjectVersionAsync(array $args = [])
+ * @method \Aws\Result deleteStreamProcessor(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteStreamProcessorAsync(array $args = [])
+ * @method \Aws\Result describeCollection(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeCollectionAsync(array $args = [])
+ * @method \Aws\Result describeDataset(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeDatasetAsync(array $args = [])
+ * @method \Aws\Result describeProjectVersions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeProjectVersionsAsync(array $args = [])
+ * @method \Aws\Result describeProjects(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeProjectsAsync(array $args = [])
+ * @method \Aws\Result describeStreamProcessor(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeStreamProcessorAsync(array $args = [])
+ * @method \Aws\Result detectCustomLabels(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise detectCustomLabelsAsync(array $args = [])
+ * @method \Aws\Result detectFaces(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise detectFacesAsync(array $args = [])
+ * @method \Aws\Result detectLabels(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise detectLabelsAsync(array $args = [])
+ * @method \Aws\Result detectModerationLabels(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise detectModerationLabelsAsync(array $args = [])
+ * @method \Aws\Result detectProtectiveEquipment(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise detectProtectiveEquipmentAsync(array $args = [])
+ * @method \Aws\Result detectText(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise detectTextAsync(array $args = [])
+ * @method \Aws\Result distributeDatasetEntries(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise distributeDatasetEntriesAsync(array $args = [])
+ * @method \Aws\Result getCelebrityInfo(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getCelebrityInfoAsync(array $args = [])
+ * @method \Aws\Result getCelebrityRecognition(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getCelebrityRecognitionAsync(array $args = [])
+ * @method \Aws\Result getContentModeration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getContentModerationAsync(array $args = [])
+ * @method \Aws\Result getFaceDetection(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getFaceDetectionAsync(array $args = [])
+ * @method \Aws\Result getFaceSearch(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getFaceSearchAsync(array $args = [])
+ * @method \Aws\Result getLabelDetection(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getLabelDetectionAsync(array $args = [])
+ * @method \Aws\Result getPersonTracking(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getPersonTrackingAsync(array $args = [])
+ * @method \Aws\Result getSegmentDetection(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getSegmentDetectionAsync(array $args = [])
+ * @method \Aws\Result getTextDetection(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getTextDetectionAsync(array $args = [])
+ * @method \Aws\Result indexFaces(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise indexFacesAsync(array $args = [])
+ * @method \Aws\Result listCollections(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listCollectionsAsync(array $args = [])
+ * @method \Aws\Result listDatasetEntries(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listDatasetEntriesAsync(array $args = [])
+ * @method \Aws\Result listDatasetLabels(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listDatasetLabelsAsync(array $args = [])
+ * @method \Aws\Result listFaces(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listFacesAsync(array $args = [])
+ * @method \Aws\Result listProjectPolicies(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listProjectPoliciesAsync(array $args = [])
+ * @method \Aws\Result listStreamProcessors(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listStreamProcessorsAsync(array $args = [])
+ * @method \Aws\Result listTagsForResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result putProjectPolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putProjectPolicyAsync(array $args = [])
+ * @method \Aws\Result recognizeCelebrities(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise recognizeCelebritiesAsync(array $args = [])
+ * @method \Aws\Result searchFaces(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise searchFacesAsync(array $args = [])
+ * @method \Aws\Result searchFacesByImage(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise searchFacesByImageAsync(array $args = [])
+ * @method \Aws\Result startCelebrityRecognition(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startCelebrityRecognitionAsync(array $args = [])
+ * @method \Aws\Result startContentModeration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startContentModerationAsync(array $args = [])
+ * @method \Aws\Result startFaceDetection(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startFaceDetectionAsync(array $args = [])
+ * @method \Aws\Result startFaceSearch(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startFaceSearchAsync(array $args = [])
+ * @method \Aws\Result startLabelDetection(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startLabelDetectionAsync(array $args = [])
+ * @method \Aws\Result startPersonTracking(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startPersonTrackingAsync(array $args = [])
+ * @method \Aws\Result startProjectVersion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startProjectVersionAsync(array $args = [])
+ * @method \Aws\Result startSegmentDetection(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startSegmentDetectionAsync(array $args = [])
+ * @method \Aws\Result startStreamProcessor(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startStreamProcessorAsync(array $args = [])
+ * @method \Aws\Result startTextDetection(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startTextDetectionAsync(array $args = [])
+ * @method \Aws\Result stopProjectVersion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopProjectVersionAsync(array $args = [])
+ * @method \Aws\Result stopStreamProcessor(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopStreamProcessorAsync(array $args = [])
+ * @method \Aws\Result tagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
+ * @method \Aws\Result untagResource(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
+ * @method \Aws\Result updateDatasetEntries(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateDatasetEntriesAsync(array $args = [])
+ * @method \Aws\Result updateStreamProcessor(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateStreamProcessorAsync(array $args = [])
+ */
+class RekognitionClient extends AwsClient {}