spaces.php

This commit is contained in:
Devang Srivastava 2017-12-07 21:23:18 +05:30
commit eefa32741e
845 changed files with 50409 additions and 0 deletions

View file

@ -0,0 +1,31 @@
<?php
namespace Aws\Comprehend;
use Aws\AwsClient;
/**
* This client is used to interact with the **Amazon Comprehend** service.
* @method \Aws\Result batchDetectDominantLanguage(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchDetectDominantLanguageAsync(array $args = [])
* @method \Aws\Result batchDetectEntities(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchDetectEntitiesAsync(array $args = [])
* @method \Aws\Result batchDetectKeyPhrases(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchDetectKeyPhrasesAsync(array $args = [])
* @method \Aws\Result batchDetectSentiment(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchDetectSentimentAsync(array $args = [])
* @method \Aws\Result describeTopicsDetectionJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeTopicsDetectionJobAsync(array $args = [])
* @method \Aws\Result detectDominantLanguage(array $args = [])
* @method \GuzzleHttp\Promise\Promise detectDominantLanguageAsync(array $args = [])
* @method \Aws\Result detectEntities(array $args = [])
* @method \GuzzleHttp\Promise\Promise detectEntitiesAsync(array $args = [])
* @method \Aws\Result detectKeyPhrases(array $args = [])
* @method \GuzzleHttp\Promise\Promise detectKeyPhrasesAsync(array $args = [])
* @method \Aws\Result detectSentiment(array $args = [])
* @method \GuzzleHttp\Promise\Promise detectSentimentAsync(array $args = [])
* @method \Aws\Result listTopicsDetectionJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTopicsDetectionJobsAsync(array $args = [])
* @method \Aws\Result startTopicsDetectionJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise startTopicsDetectionJobAsync(array $args = [])
*/
class ComprehendClient extends AwsClient {}