Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\Textract;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **Amazon Textract** service.
8
 * @method \Aws\Result analyzeDocument(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise analyzeDocumentAsync(array $args = [])
10
 * @method \Aws\Result analyzeExpense(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise analyzeExpenseAsync(array $args = [])
12
 * @method \Aws\Result analyzeID(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise analyzeIDAsync(array $args = [])
14
 * @method \Aws\Result detectDocumentText(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise detectDocumentTextAsync(array $args = [])
16
 * @method \Aws\Result getDocumentAnalysis(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise getDocumentAnalysisAsync(array $args = [])
18
 * @method \Aws\Result getDocumentTextDetection(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise getDocumentTextDetectionAsync(array $args = [])
20
 * @method \Aws\Result getExpenseAnalysis(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise getExpenseAnalysisAsync(array $args = [])
22
 * @method \Aws\Result getLendingAnalysis(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise getLendingAnalysisAsync(array $args = [])
24
 * @method \Aws\Result getLendingAnalysisSummary(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise getLendingAnalysisSummaryAsync(array $args = [])
26
 * @method \Aws\Result startDocumentAnalysis(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise startDocumentAnalysisAsync(array $args = [])
28
 * @method \Aws\Result startDocumentTextDetection(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise startDocumentTextDetectionAsync(array $args = [])
30
 * @method \Aws\Result startExpenseAnalysis(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise startExpenseAnalysisAsync(array $args = [])
32
 * @method \Aws\Result startLendingAnalysis(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise startLendingAnalysisAsync(array $args = [])
34
 */
35
class TextractClient extends AwsClient {}