ComprehendClient.php 13 KB

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