TextractClient.php 1.0 KB

123456789101112131415161718192021
  1. <?php
  2. namespace Aws\Textract;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon Textract** service.
  6. * @method \Aws\Result analyzeDocument(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise analyzeDocumentAsync(array $args = [])
  8. * @method \Aws\Result detectDocumentText(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise detectDocumentTextAsync(array $args = [])
  10. * @method \Aws\Result getDocumentAnalysis(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise getDocumentAnalysisAsync(array $args = [])
  12. * @method \Aws\Result getDocumentTextDetection(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise getDocumentTextDetectionAsync(array $args = [])
  14. * @method \Aws\Result startDocumentAnalysis(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise startDocumentAnalysisAsync(array $args = [])
  16. * @method \Aws\Result startDocumentTextDetection(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise startDocumentTextDetectionAsync(array $args = [])
  18. */
  19. class TextractClient extends AwsClient {}