mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-19 21:03:44 -07:00
spaces.php
This commit is contained in:
parent
7755490b81
commit
eefa32741e
845 changed files with 50409 additions and 0 deletions
31
aws/Aws/Comprehend/ComprehendClient.php
Normal file
31
aws/Aws/Comprehend/ComprehendClient.php
Normal 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 {}
|
Loading…
Add table
Add a link
Reference in a new issue