ComprehendClient.php
180 lines
| 1 | <?php |
| 2 | namespace Aws\Comprehend; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon Comprehend** service. |
| 8 | * @method \Aws\Result batchDetectDominantLanguage(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise batchDetectDominantLanguageAsync(array $args = []) |
| 10 | * @method \Aws\Result batchDetectEntities(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise batchDetectEntitiesAsync(array $args = []) |
| 12 | * @method \Aws\Result batchDetectKeyPhrases(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise batchDetectKeyPhrasesAsync(array $args = []) |
| 14 | * @method \Aws\Result batchDetectSentiment(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise batchDetectSentimentAsync(array $args = []) |
| 16 | * @method \Aws\Result batchDetectSyntax(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise batchDetectSyntaxAsync(array $args = []) |
| 18 | * @method \Aws\Result batchDetectTargetedSentiment(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise batchDetectTargetedSentimentAsync(array $args = []) |
| 20 | * @method \Aws\Result classifyDocument(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise classifyDocumentAsync(array $args = []) |
| 22 | * @method \Aws\Result containsPiiEntities(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise containsPiiEntitiesAsync(array $args = []) |
| 24 | * @method \Aws\Result createDataset(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise createDatasetAsync(array $args = []) |
| 26 | * @method \Aws\Result createDocumentClassifier(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise createDocumentClassifierAsync(array $args = []) |
| 28 | * @method \Aws\Result createEndpoint(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise createEndpointAsync(array $args = []) |
| 30 | * @method \Aws\Result createEntityRecognizer(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise createEntityRecognizerAsync(array $args = []) |
| 32 | * @method \Aws\Result createFlywheel(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise createFlywheelAsync(array $args = []) |
| 34 | * @method \Aws\Result deleteDocumentClassifier(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise deleteDocumentClassifierAsync(array $args = []) |
| 36 | * @method \Aws\Result deleteEndpoint(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise deleteEndpointAsync(array $args = []) |
| 38 | * @method \Aws\Result deleteEntityRecognizer(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise deleteEntityRecognizerAsync(array $args = []) |
| 40 | * @method \Aws\Result deleteFlywheel(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise deleteFlywheelAsync(array $args = []) |
| 42 | * @method \Aws\Result deleteResourcePolicy(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = []) |
| 44 | * @method \Aws\Result describeDataset(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise describeDatasetAsync(array $args = []) |
| 46 | * @method \Aws\Result describeDocumentClassificationJob(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise describeDocumentClassificationJobAsync(array $args = []) |
| 48 | * @method \Aws\Result describeDocumentClassifier(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise describeDocumentClassifierAsync(array $args = []) |
| 50 | * @method \Aws\Result describeDominantLanguageDetectionJob(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise describeDominantLanguageDetectionJobAsync(array $args = []) |
| 52 | * @method \Aws\Result describeEndpoint(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise describeEndpointAsync(array $args = []) |
| 54 | * @method \Aws\Result describeEntitiesDetectionJob(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise describeEntitiesDetectionJobAsync(array $args = []) |
| 56 | * @method \Aws\Result describeEntityRecognizer(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise describeEntityRecognizerAsync(array $args = []) |
| 58 | * @method \Aws\Result describeEventsDetectionJob(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise describeEventsDetectionJobAsync(array $args = []) |
| 60 | * @method \Aws\Result describeFlywheel(array $args = []) |
| 61 | * @method \GuzzleHttp\Promise\Promise describeFlywheelAsync(array $args = []) |
| 62 | * @method \Aws\Result describeFlywheelIteration(array $args = []) |
| 63 | * @method \GuzzleHttp\Promise\Promise describeFlywheelIterationAsync(array $args = []) |
| 64 | * @method \Aws\Result describeKeyPhrasesDetectionJob(array $args = []) |
| 65 | * @method \GuzzleHttp\Promise\Promise describeKeyPhrasesDetectionJobAsync(array $args = []) |
| 66 | * @method \Aws\Result describePiiEntitiesDetectionJob(array $args = []) |
| 67 | * @method \GuzzleHttp\Promise\Promise describePiiEntitiesDetectionJobAsync(array $args = []) |
| 68 | * @method \Aws\Result describeResourcePolicy(array $args = []) |
| 69 | * @method \GuzzleHttp\Promise\Promise describeResourcePolicyAsync(array $args = []) |
| 70 | * @method \Aws\Result describeSentimentDetectionJob(array $args = []) |
| 71 | * @method \GuzzleHttp\Promise\Promise describeSentimentDetectionJobAsync(array $args = []) |
| 72 | * @method \Aws\Result describeTargetedSentimentDetectionJob(array $args = []) |
| 73 | * @method \GuzzleHttp\Promise\Promise describeTargetedSentimentDetectionJobAsync(array $args = []) |
| 74 | * @method \Aws\Result describeTopicsDetectionJob(array $args = []) |
| 75 | * @method \GuzzleHttp\Promise\Promise describeTopicsDetectionJobAsync(array $args = []) |
| 76 | * @method \Aws\Result detectDominantLanguage(array $args = []) |
| 77 | * @method \GuzzleHttp\Promise\Promise detectDominantLanguageAsync(array $args = []) |
| 78 | * @method \Aws\Result detectEntities(array $args = []) |
| 79 | * @method \GuzzleHttp\Promise\Promise detectEntitiesAsync(array $args = []) |
| 80 | * @method \Aws\Result detectKeyPhrases(array $args = []) |
| 81 | * @method \GuzzleHttp\Promise\Promise detectKeyPhrasesAsync(array $args = []) |
| 82 | * @method \Aws\Result detectPiiEntities(array $args = []) |
| 83 | * @method \GuzzleHttp\Promise\Promise detectPiiEntitiesAsync(array $args = []) |
| 84 | * @method \Aws\Result detectSentiment(array $args = []) |
| 85 | * @method \GuzzleHttp\Promise\Promise detectSentimentAsync(array $args = []) |
| 86 | * @method \Aws\Result detectSyntax(array $args = []) |
| 87 | * @method \GuzzleHttp\Promise\Promise detectSyntaxAsync(array $args = []) |
| 88 | * @method \Aws\Result detectTargetedSentiment(array $args = []) |
| 89 | * @method \GuzzleHttp\Promise\Promise detectTargetedSentimentAsync(array $args = []) |
| 90 | * @method \Aws\Result detectToxicContent(array $args = []) |
| 91 | * @method \GuzzleHttp\Promise\Promise detectToxicContentAsync(array $args = []) |
| 92 | * @method \Aws\Result importModel(array $args = []) |
| 93 | * @method \GuzzleHttp\Promise\Promise importModelAsync(array $args = []) |
| 94 | * @method \Aws\Result listDatasets(array $args = []) |
| 95 | * @method \GuzzleHttp\Promise\Promise listDatasetsAsync(array $args = []) |
| 96 | * @method \Aws\Result listDocumentClassificationJobs(array $args = []) |
| 97 | * @method \GuzzleHttp\Promise\Promise listDocumentClassificationJobsAsync(array $args = []) |
| 98 | * @method \Aws\Result listDocumentClassifierSummaries(array $args = []) |
| 99 | * @method \GuzzleHttp\Promise\Promise listDocumentClassifierSummariesAsync(array $args = []) |
| 100 | * @method \Aws\Result listDocumentClassifiers(array $args = []) |
| 101 | * @method \GuzzleHttp\Promise\Promise listDocumentClassifiersAsync(array $args = []) |
| 102 | * @method \Aws\Result listDominantLanguageDetectionJobs(array $args = []) |
| 103 | * @method \GuzzleHttp\Promise\Promise listDominantLanguageDetectionJobsAsync(array $args = []) |
| 104 | * @method \Aws\Result listEndpoints(array $args = []) |
| 105 | * @method \GuzzleHttp\Promise\Promise listEndpointsAsync(array $args = []) |
| 106 | * @method \Aws\Result listEntitiesDetectionJobs(array $args = []) |
| 107 | * @method \GuzzleHttp\Promise\Promise listEntitiesDetectionJobsAsync(array $args = []) |
| 108 | * @method \Aws\Result listEntityRecognizerSummaries(array $args = []) |
| 109 | * @method \GuzzleHttp\Promise\Promise listEntityRecognizerSummariesAsync(array $args = []) |
| 110 | * @method \Aws\Result listEntityRecognizers(array $args = []) |
| 111 | * @method \GuzzleHttp\Promise\Promise listEntityRecognizersAsync(array $args = []) |
| 112 | * @method \Aws\Result listEventsDetectionJobs(array $args = []) |
| 113 | * @method \GuzzleHttp\Promise\Promise listEventsDetectionJobsAsync(array $args = []) |
| 114 | * @method \Aws\Result listFlywheelIterationHistory(array $args = []) |
| 115 | * @method \GuzzleHttp\Promise\Promise listFlywheelIterationHistoryAsync(array $args = []) |
| 116 | * @method \Aws\Result listFlywheels(array $args = []) |
| 117 | * @method \GuzzleHttp\Promise\Promise listFlywheelsAsync(array $args = []) |
| 118 | * @method \Aws\Result listKeyPhrasesDetectionJobs(array $args = []) |
| 119 | * @method \GuzzleHttp\Promise\Promise listKeyPhrasesDetectionJobsAsync(array $args = []) |
| 120 | * @method \Aws\Result listPiiEntitiesDetectionJobs(array $args = []) |
| 121 | * @method \GuzzleHttp\Promise\Promise listPiiEntitiesDetectionJobsAsync(array $args = []) |
| 122 | * @method \Aws\Result listSentimentDetectionJobs(array $args = []) |
| 123 | * @method \GuzzleHttp\Promise\Promise listSentimentDetectionJobsAsync(array $args = []) |
| 124 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 125 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 126 | * @method \Aws\Result listTargetedSentimentDetectionJobs(array $args = []) |
| 127 | * @method \GuzzleHttp\Promise\Promise listTargetedSentimentDetectionJobsAsync(array $args = []) |
| 128 | * @method \Aws\Result listTopicsDetectionJobs(array $args = []) |
| 129 | * @method \GuzzleHttp\Promise\Promise listTopicsDetectionJobsAsync(array $args = []) |
| 130 | * @method \Aws\Result putResourcePolicy(array $args = []) |
| 131 | * @method \GuzzleHttp\Promise\Promise putResourcePolicyAsync(array $args = []) |
| 132 | * @method \Aws\Result startDocumentClassificationJob(array $args = []) |
| 133 | * @method \GuzzleHttp\Promise\Promise startDocumentClassificationJobAsync(array $args = []) |
| 134 | * @method \Aws\Result startDominantLanguageDetectionJob(array $args = []) |
| 135 | * @method \GuzzleHttp\Promise\Promise startDominantLanguageDetectionJobAsync(array $args = []) |
| 136 | * @method \Aws\Result startEntitiesDetectionJob(array $args = []) |
| 137 | * @method \GuzzleHttp\Promise\Promise startEntitiesDetectionJobAsync(array $args = []) |
| 138 | * @method \Aws\Result startEventsDetectionJob(array $args = []) |
| 139 | * @method \GuzzleHttp\Promise\Promise startEventsDetectionJobAsync(array $args = []) |
| 140 | * @method \Aws\Result startFlywheelIteration(array $args = []) |
| 141 | * @method \GuzzleHttp\Promise\Promise startFlywheelIterationAsync(array $args = []) |
| 142 | * @method \Aws\Result startKeyPhrasesDetectionJob(array $args = []) |
| 143 | * @method \GuzzleHttp\Promise\Promise startKeyPhrasesDetectionJobAsync(array $args = []) |
| 144 | * @method \Aws\Result startPiiEntitiesDetectionJob(array $args = []) |
| 145 | * @method \GuzzleHttp\Promise\Promise startPiiEntitiesDetectionJobAsync(array $args = []) |
| 146 | * @method \Aws\Result startSentimentDetectionJob(array $args = []) |
| 147 | * @method \GuzzleHttp\Promise\Promise startSentimentDetectionJobAsync(array $args = []) |
| 148 | * @method \Aws\Result startTargetedSentimentDetectionJob(array $args = []) |
| 149 | * @method \GuzzleHttp\Promise\Promise startTargetedSentimentDetectionJobAsync(array $args = []) |
| 150 | * @method \Aws\Result startTopicsDetectionJob(array $args = []) |
| 151 | * @method \GuzzleHttp\Promise\Promise startTopicsDetectionJobAsync(array $args = []) |
| 152 | * @method \Aws\Result stopDominantLanguageDetectionJob(array $args = []) |
| 153 | * @method \GuzzleHttp\Promise\Promise stopDominantLanguageDetectionJobAsync(array $args = []) |
| 154 | * @method \Aws\Result stopEntitiesDetectionJob(array $args = []) |
| 155 | * @method \GuzzleHttp\Promise\Promise stopEntitiesDetectionJobAsync(array $args = []) |
| 156 | * @method \Aws\Result stopEventsDetectionJob(array $args = []) |
| 157 | * @method \GuzzleHttp\Promise\Promise stopEventsDetectionJobAsync(array $args = []) |
| 158 | * @method \Aws\Result stopKeyPhrasesDetectionJob(array $args = []) |
| 159 | * @method \GuzzleHttp\Promise\Promise stopKeyPhrasesDetectionJobAsync(array $args = []) |
| 160 | * @method \Aws\Result stopPiiEntitiesDetectionJob(array $args = []) |
| 161 | * @method \GuzzleHttp\Promise\Promise stopPiiEntitiesDetectionJobAsync(array $args = []) |
| 162 | * @method \Aws\Result stopSentimentDetectionJob(array $args = []) |
| 163 | * @method \GuzzleHttp\Promise\Promise stopSentimentDetectionJobAsync(array $args = []) |
| 164 | * @method \Aws\Result stopTargetedSentimentDetectionJob(array $args = []) |
| 165 | * @method \GuzzleHttp\Promise\Promise stopTargetedSentimentDetectionJobAsync(array $args = []) |
| 166 | * @method \Aws\Result stopTrainingDocumentClassifier(array $args = []) |
| 167 | * @method \GuzzleHttp\Promise\Promise stopTrainingDocumentClassifierAsync(array $args = []) |
| 168 | * @method \Aws\Result stopTrainingEntityRecognizer(array $args = []) |
| 169 | * @method \GuzzleHttp\Promise\Promise stopTrainingEntityRecognizerAsync(array $args = []) |
| 170 | * @method \Aws\Result tagResource(array $args = []) |
| 171 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 172 | * @method \Aws\Result untagResource(array $args = []) |
| 173 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 174 | * @method \Aws\Result updateEndpoint(array $args = []) |
| 175 | * @method \GuzzleHttp\Promise\Promise updateEndpointAsync(array $args = []) |
| 176 | * @method \Aws\Result updateFlywheel(array $args = []) |
| 177 | * @method \GuzzleHttp\Promise\Promise updateFlywheelAsync(array $args = []) |
| 178 | */ |
| 179 | class ComprehendClient extends AwsClient {} |
| 180 |