Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Rekognition/RekognitionClient.php
Строк: 126
<?php
namespace AwsRekognition;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon Rekognition** service.
* @method AwsResult compareFaces(array $args = [])
* @method GuzzleHttpPromisePromise compareFacesAsync(array $args = [])
* @method AwsResult createCollection(array $args = [])
* @method GuzzleHttpPromisePromise createCollectionAsync(array $args = [])
* @method AwsResult createProject(array $args = [])
* @method GuzzleHttpPromisePromise createProjectAsync(array $args = [])
* @method AwsResult createProjectVersion(array $args = [])
* @method GuzzleHttpPromisePromise createProjectVersionAsync(array $args = [])
* @method AwsResult createStreamProcessor(array $args = [])
* @method GuzzleHttpPromisePromise createStreamProcessorAsync(array $args = [])
* @method AwsResult deleteCollection(array $args = [])
* @method GuzzleHttpPromisePromise deleteCollectionAsync(array $args = [])
* @method AwsResult deleteFaces(array $args = [])
* @method GuzzleHttpPromisePromise deleteFacesAsync(array $args = [])
* @method AwsResult deleteProject(array $args = [])
* @method GuzzleHttpPromisePromise deleteProjectAsync(array $args = [])
* @method AwsResult deleteProjectVersion(array $args = [])
* @method GuzzleHttpPromisePromise deleteProjectVersionAsync(array $args = [])
* @method AwsResult deleteStreamProcessor(array $args = [])
* @method GuzzleHttpPromisePromise deleteStreamProcessorAsync(array $args = [])
* @method AwsResult describeCollection(array $args = [])
* @method GuzzleHttpPromisePromise describeCollectionAsync(array $args = [])
* @method AwsResult describeProjectVersions(array $args = [])
* @method GuzzleHttpPromisePromise describeProjectVersionsAsync(array $args = [])
* @method AwsResult describeProjects(array $args = [])
* @method GuzzleHttpPromisePromise describeProjectsAsync(array $args = [])
* @method AwsResult describeStreamProcessor(array $args = [])
* @method GuzzleHttpPromisePromise describeStreamProcessorAsync(array $args = [])
* @method AwsResult detectCustomLabels(array $args = [])
* @method GuzzleHttpPromisePromise detectCustomLabelsAsync(array $args = [])
* @method AwsResult detectFaces(array $args = [])
* @method GuzzleHttpPromisePromise detectFacesAsync(array $args = [])
* @method AwsResult detectLabels(array $args = [])
* @method GuzzleHttpPromisePromise detectLabelsAsync(array $args = [])
* @method AwsResult detectModerationLabels(array $args = [])
* @method GuzzleHttpPromisePromise detectModerationLabelsAsync(array $args = [])
* @method AwsResult detectText(array $args = [])
* @method GuzzleHttpPromisePromise detectTextAsync(array $args = [])
* @method AwsResult getCelebrityInfo(array $args = [])
* @method GuzzleHttpPromisePromise getCelebrityInfoAsync(array $args = [])
* @method AwsResult getCelebrityRecognition(array $args = [])
* @method GuzzleHttpPromisePromise getCelebrityRecognitionAsync(array $args = [])
* @method AwsResult getContentModeration(array $args = [])
* @method GuzzleHttpPromisePromise getContentModerationAsync(array $args = [])
* @method AwsResult getFaceDetection(array $args = [])
* @method GuzzleHttpPromisePromise getFaceDetectionAsync(array $args = [])
* @method AwsResult getFaceSearch(array $args = [])
* @method GuzzleHttpPromisePromise getFaceSearchAsync(array $args = [])
* @method AwsResult getLabelDetection(array $args = [])
* @method GuzzleHttpPromisePromise getLabelDetectionAsync(array $args = [])
* @method AwsResult getPersonTracking(array $args = [])
* @method GuzzleHttpPromisePromise getPersonTrackingAsync(array $args = [])
* @method AwsResult getTextDetection(array $args = [])
* @method GuzzleHttpPromisePromise getTextDetectionAsync(array $args = [])
* @method AwsResult indexFaces(array $args = [])
* @method GuzzleHttpPromisePromise indexFacesAsync(array $args = [])
* @method AwsResult listCollections(array $args = [])
* @method GuzzleHttpPromisePromise listCollectionsAsync(array $args = [])
* @method AwsResult listFaces(array $args = [])
* @method GuzzleHttpPromisePromise listFacesAsync(array $args = [])
* @method AwsResult listStreamProcessors(array $args = [])
* @method GuzzleHttpPromisePromise listStreamProcessorsAsync(array $args = [])
* @method AwsResult recognizeCelebrities(array $args = [])
* @method GuzzleHttpPromisePromise recognizeCelebritiesAsync(array $args = [])
* @method AwsResult searchFaces(array $args = [])
* @method GuzzleHttpPromisePromise searchFacesAsync(array $args = [])
* @method AwsResult searchFacesByImage(array $args = [])
* @method GuzzleHttpPromisePromise searchFacesByImageAsync(array $args = [])
* @method AwsResult startCelebrityRecognition(array $args = [])
* @method GuzzleHttpPromisePromise startCelebrityRecognitionAsync(array $args = [])
* @method AwsResult startContentModeration(array $args = [])
* @method GuzzleHttpPromisePromise startContentModerationAsync(array $args = [])
* @method AwsResult startFaceDetection(array $args = [])
* @method GuzzleHttpPromisePromise startFaceDetectionAsync(array $args = [])
* @method AwsResult startFaceSearch(array $args = [])
* @method GuzzleHttpPromisePromise startFaceSearchAsync(array $args = [])
* @method AwsResult startLabelDetection(array $args = [])
* @method GuzzleHttpPromisePromise startLabelDetectionAsync(array $args = [])
* @method AwsResult startPersonTracking(array $args = [])
* @method GuzzleHttpPromisePromise startPersonTrackingAsync(array $args = [])
* @method AwsResult startProjectVersion(array $args = [])
* @method GuzzleHttpPromisePromise startProjectVersionAsync(array $args = [])
* @method AwsResult startStreamProcessor(array $args = [])
* @method GuzzleHttpPromisePromise startStreamProcessorAsync(array $args = [])
* @method AwsResult startTextDetection(array $args = [])
* @method GuzzleHttpPromisePromise startTextDetectionAsync(array $args = [])
* @method AwsResult stopProjectVersion(array $args = [])
* @method GuzzleHttpPromisePromise stopProjectVersionAsync(array $args = [])
* @method AwsResult stopStreamProcessor(array $args = [])
* @method GuzzleHttpPromisePromise stopStreamProcessorAsync(array $args = [])
*/
class RekognitionClient extends AwsClient {}