Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Comprehend/ComprehendClient.php
Строк: 251
<?php
namespace AwsComprehend;

use 
AwsAwsClient;

/**
 * This client is used to interact with the **Amazon Comprehend** service.
 * @method AwsResult batchDetectDominantLanguage(array $args = [])
 * @method GuzzleHttpPromisePromise batchDetectDominantLanguageAsync(array $args = [])
 * @method AwsResult batchDetectEntities(array $args = [])
 * @method GuzzleHttpPromisePromise batchDetectEntitiesAsync(array $args = [])
 * @method AwsResult batchDetectKeyPhrases(array $args = [])
 * @method GuzzleHttpPromisePromise batchDetectKeyPhrasesAsync(array $args = [])
 * @method AwsResult batchDetectSentiment(array $args = [])
 * @method GuzzleHttpPromisePromise batchDetectSentimentAsync(array $args = [])
 * @method AwsResult batchDetectSyntax(array $args = [])
 * @method GuzzleHttpPromisePromise batchDetectSyntaxAsync(array $args = [])
 * @method AwsResult classifyDocument(array $args = [])
 * @method GuzzleHttpPromisePromise classifyDocumentAsync(array $args = [])
 * @method AwsResult createDocumentClassifier(array $args = [])
 * @method GuzzleHttpPromisePromise createDocumentClassifierAsync(array $args = [])
 * @method AwsResult createEndpoint(array $args = [])
 * @method GuzzleHttpPromisePromise createEndpointAsync(array $args = [])
 * @method AwsResult createEntityRecognizer(array $args = [])
 * @method GuzzleHttpPromisePromise createEntityRecognizerAsync(array $args = [])
 * @method AwsResult deleteDocumentClassifier(array $args = [])
 * @method GuzzleHttpPromisePromise deleteDocumentClassifierAsync(array $args = [])
 * @method AwsResult deleteEndpoint(array $args = [])
 * @method GuzzleHttpPromisePromise deleteEndpointAsync(array $args = [])
 * @method AwsResult deleteEntityRecognizer(array $args = [])
 * @method GuzzleHttpPromisePromise deleteEntityRecognizerAsync(array $args = [])
 * @method AwsResult describeDocumentClassificationJob(array $args = [])
 * @method GuzzleHttpPromisePromise describeDocumentClassificationJobAsync(array $args = [])
 * @method AwsResult describeDocumentClassifier(array $args = [])
 * @method GuzzleHttpPromisePromise describeDocumentClassifierAsync(array $args = [])
 * @method AwsResult describeDominantLanguageDetectionJob(array $args = [])
 * @method GuzzleHttpPromisePromise describeDominantLanguageDetectionJobAsync(array $args = [])
 * @method AwsResult describeEndpoint(array $args = [])
 * @method GuzzleHttpPromisePromise describeEndpointAsync(array $args = [])
 * @method AwsResult describeEntitiesDetectionJob(array $args = [])
 * @method GuzzleHttpPromisePromise describeEntitiesDetectionJobAsync(array $args = [])
 * @method AwsResult describeEntityRecognizer(array $args = [])
 * @method GuzzleHttpPromisePromise describeEntityRecognizerAsync(array $args = [])
 * @method AwsResult describeKeyPhrasesDetectionJob(array $args = [])
 * @method GuzzleHttpPromisePromise describeKeyPhrasesDetectionJobAsync(array $args = [])
 * @method AwsResult describeSentimentDetectionJob(array $args = [])
 * @method GuzzleHttpPromisePromise describeSentimentDetectionJobAsync(array $args = [])
 * @method AwsResult describeTopicsDetectionJob(array $args = [])
 * @method GuzzleHttpPromisePromise describeTopicsDetectionJobAsync(array $args = [])
 * @method AwsResult detectDominantLanguage(array $args = [])
 * @method GuzzleHttpPromisePromise detectDominantLanguageAsync(array $args = [])
 * @method AwsResult detectEntities(array $args = [])
 * @method GuzzleHttpPromisePromise detectEntitiesAsync(array $args = [])
 * @method AwsResult detectKeyPhrases(array $args = [])
 * @method GuzzleHttpPromisePromise detectKeyPhrasesAsync(array $args = [])
 * @method AwsResult detectSentiment(array $args = [])
 * @method GuzzleHttpPromisePromise detectSentimentAsync(array $args = [])
 * @method AwsResult detectSyntax(array $args = [])
 * @method GuzzleHttpPromisePromise detectSyntaxAsync(array $args = [])
 * @method AwsResult listDocumentClassificationJobs(array $args = [])
 * @method GuzzleHttpPromisePromise listDocumentClassificationJobsAsync(array $args = [])
 * @method AwsResult listDocumentClassifiers(array $args = [])
 * @method GuzzleHttpPromisePromise listDocumentClassifiersAsync(array $args = [])
 * @method AwsResult listDominantLanguageDetectionJobs(array $args = [])
 * @method GuzzleHttpPromisePromise listDominantLanguageDetectionJobsAsync(array $args = [])
 * @method AwsResult listEndpoints(array $args = [])
 * @method GuzzleHttpPromisePromise listEndpointsAsync(array $args = [])
 * @method AwsResult listEntitiesDetectionJobs(array $args = [])
 * @method GuzzleHttpPromisePromise listEntitiesDetectionJobsAsync(array $args = [])
 * @method AwsResult listEntityRecognizers(array $args = [])
 * @method GuzzleHttpPromisePromise listEntityRecognizersAsync(array $args = [])
 * @method AwsResult listKeyPhrasesDetectionJobs(array $args = [])
 * @method GuzzleHttpPromisePromise listKeyPhrasesDetectionJobsAsync(array $args = [])
 * @method AwsResult listSentimentDetectionJobs(array $args = [])
 * @method GuzzleHttpPromisePromise listSentimentDetectionJobsAsync(array $args = [])
 * @method AwsResult listTagsForResource(array $args = [])
 * @method GuzzleHttpPromisePromise listTagsForResourceAsync(array $args = [])
 * @method AwsResult listTopicsDetectionJobs(array $args = [])
 * @method GuzzleHttpPromisePromise listTopicsDetectionJobsAsync(array $args = [])
 * @method AwsResult startDocumentClassificationJob(array $args = [])
 * @method GuzzleHttpPromisePromise startDocumentClassificationJobAsync(array $args = [])
 * @method AwsResult startDominantLanguageDetectionJob(array $args = [])
 * @method GuzzleHttpPromisePromise startDominantLanguageDetectionJobAsync(array $args = [])
 * @method AwsResult startEntitiesDetectionJob(array $args = [])
 * @method GuzzleHttpPromisePromise startEntitiesDetectionJobAsync(array $args = [])
 * @method AwsResult startKeyPhrasesDetectionJob(array $args = [])
 * @method GuzzleHttpPromisePromise startKeyPhrasesDetectionJobAsync(array $args = [])
 * @method AwsResult startSentimentDetectionJob(array $args = [])
 * @method GuzzleHttpPromisePromise startSentimentDetectionJobAsync(array $args = [])
 * @method AwsResult startTopicsDetectionJob(array $args = [])
 * @method GuzzleHttpPromisePromise startTopicsDetectionJobAsync(array $args = [])
 * @method AwsResult stopDominantLanguageDetectionJob(array $args = [])
 * @method GuzzleHttpPromisePromise stopDominantLanguageDetectionJobAsync(array $args = [])
 * @method AwsResult stopEntitiesDetectionJob(array $args = [])
 * @method GuzzleHttpPromisePromise stopEntitiesDetectionJobAsync(array $args = [])
 * @method AwsResult stopKeyPhrasesDetectionJob(array $args = [])
 * @method GuzzleHttpPromisePromise stopKeyPhrasesDetectionJobAsync(array $args = [])
 * @method AwsResult stopSentimentDetectionJob(array $args = [])
 * @method GuzzleHttpPromisePromise stopSentimentDetectionJobAsync(array $args = [])
 * @method AwsResult stopTrainingDocumentClassifier(array $args = [])
 * @method GuzzleHttpPromisePromise stopTrainingDocumentClassifierAsync(array $args = [])
 * @method AwsResult stopTrainingEntityRecognizer(array $args = [])
 * @method GuzzleHttpPromisePromise stopTrainingEntityRecognizerAsync(array $args = [])
 * @method AwsResult tagResource(array $args = [])
 * @method GuzzleHttpPromisePromise tagResourceAsync(array $args = [])
 * @method AwsResult untagResource(array $args = [])
 * @method GuzzleHttpPromisePromise untagResourceAsync(array $args = [])
 * @method AwsResult updateEndpoint(array $args = [])
 * @method GuzzleHttpPromisePromise updateEndpointAsync(array $args = [])
 */
class ComprehendClient extends AwsClient {}
Онлайн: 0
Реклама