Skip to content

Commit 9f4dcf9

Browse files
authored
feat(aws-android-sdk-textract): update models to latest (#2870)
1 parent 9d5c239 commit 9f4dcf9

28 files changed

+1510
-65
lines changed

aws-android-sdk-textract/src/main/java/com/amazonaws/services/textract/AmazonTextract.java

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,13 @@ public interface AmazonTextract {
119119
* relationship with the value of <code>FeatureTypes</code>).
120120
* </p>
121121
* </li>
122+
* <li>
123+
* <p>
124+
* Queries.A QUERIES_RESULT Block object contains the answer to the query,
125+
* the alias associated and an ID that connect it to the query asked. This
126+
* Block also contains a location and attached confidence score.
127+
* </p>
128+
* </li>
122129
* </ul>
123130
* <p>
124131
* Selection elements such as check boxes and option buttons (radio buttons)
@@ -219,7 +226,9 @@ AnalyzeExpenseResult analyzeExpense(AnalyzeExpenseRequest analyzeExpenseRequest)
219226
* <p>
220227
* Analyzes identity documents for relevant information. This information is
221228
* extracted and returned as <code>IdentityDocumentFields</code>, which
222-
* records both the normalized field and value of the extracted text.
229+
* records both the normalized field and value of the extracted text.Unlike
230+
* other Amazon Textract operations, <code>AnalyzeID</code> doesn't return
231+
* any Geometry data.
223232
* </p>
224233
*
225234
* @param analyzeIDRequest
@@ -249,8 +258,9 @@ AnalyzeIDResult analyzeID(AnalyzeIDRequest analyzeIDRequest) throws AmazonClient
249258
* <p>
250259
* Detects text in the input document. Amazon Textract can detect lines of
251260
* text and the words that make up a line of text. The input document must
252-
* be an image in JPEG or PNG format. <code>DetectDocumentText</code>
253-
* returns the detected text in an array of <a>Block</a> objects.
261+
* be an image in JPEG, PNG, PDF, or TIFF format.
262+
* <code>DetectDocumentText</code> returns the detected text in an array of
263+
* <a>Block</a> objects.
254264
* </p>
255265
* <p>
256266
* Each document page has as an associated <code>Block</code> of type PAGE.
@@ -341,6 +351,13 @@ DetectDocumentTextResult detectDocumentText(DetectDocumentTextRequest detectDocu
341351
* <code>FeatureTypes</code> input parameter).
342352
* </p>
343353
* </li>
354+
* <li>
355+
* <p>
356+
* Queries. A QUERIES_RESULT Block object contains the answer to the query,
357+
* the alias associated and an ID that connect it to the query asked. This
358+
* Block also contains a location and attached confidence score
359+
* </p>
360+
* </li>
344361
* </ul>
345362
* <p>
346363
* Selection elements such as check boxes and option buttons (radio buttons)

aws-android-sdk-textract/src/main/java/com/amazonaws/services/textract/AmazonTextractAsync.java

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ public interface AmazonTextractAsync extends AmazonTextract {
6363
* relationship with the value of <code>FeatureTypes</code>).
6464
* </p>
6565
* </li>
66+
* <li>
67+
* <p>
68+
* Queries.A QUERIES_RESULT Block object contains the answer to the query,
69+
* the alias associated and an ID that connect it to the query asked. This
70+
* Block also contains a location and attached confidence score.
71+
* </p>
72+
* </li>
6673
* </ul>
6774
* <p>
6875
* Selection elements such as check boxes and option buttons (radio buttons)
@@ -143,6 +150,13 @@ Future<AnalyzeDocumentResult> analyzeDocumentAsync(AnalyzeDocumentRequest analyz
143150
* relationship with the value of <code>FeatureTypes</code>).
144151
* </p>
145152
* </li>
153+
* <li>
154+
* <p>
155+
* Queries.A QUERIES_RESULT Block object contains the answer to the query,
156+
* the alias associated and an ID that connect it to the query asked. This
157+
* Block also contains a location and attached confidence score.
158+
* </p>
159+
* </li>
146160
* </ul>
147161
* <p>
148162
* Selection elements such as check boxes and option buttons (radio buttons)
@@ -302,7 +316,9 @@ Future<AnalyzeExpenseResult> analyzeExpenseAsync(AnalyzeExpenseRequest analyzeEx
302316
* <p>
303317
* Analyzes identity documents for relevant information. This information is
304318
* extracted and returned as <code>IdentityDocumentFields</code>, which
305-
* records both the normalized field and value of the extracted text.
319+
* records both the normalized field and value of the extracted text.Unlike
320+
* other Amazon Textract operations, <code>AnalyzeID</code> doesn't return
321+
* any Geometry data.
306322
* </p>
307323
*
308324
* @param analyzeIDRequest
@@ -332,7 +348,9 @@ Future<AnalyzeIDResult> analyzeIDAsync(AnalyzeIDRequest analyzeIDRequest)
332348
* <p>
333349
* Analyzes identity documents for relevant information. This information is
334350
* extracted and returned as <code>IdentityDocumentFields</code>, which
335-
* records both the normalized field and value of the extracted text.
351+
* records both the normalized field and value of the extracted text.Unlike
352+
* other Amazon Textract operations, <code>AnalyzeID</code> doesn't return
353+
* any Geometry data.
336354
* </p>
337355
*
338356
* @param analyzeIDRequest
@@ -367,8 +385,9 @@ Future<AnalyzeIDResult> analyzeIDAsync(AnalyzeIDRequest analyzeIDRequest,
367385
* <p>
368386
* Detects text in the input document. Amazon Textract can detect lines of
369387
* text and the words that make up a line of text. The input document must
370-
* be an image in JPEG or PNG format. <code>DetectDocumentText</code>
371-
* returns the detected text in an array of <a>Block</a> objects.
388+
* be an image in JPEG, PNG, PDF, or TIFF format.
389+
* <code>DetectDocumentText</code> returns the detected text in an array of
390+
* <a>Block</a> objects.
372391
* </p>
373392
* <p>
374393
* Each document page has as an associated <code>Block</code> of type PAGE.
@@ -417,8 +436,9 @@ Future<DetectDocumentTextResult> detectDocumentTextAsync(
417436
* <p>
418437
* Detects text in the input document. Amazon Textract can detect lines of
419438
* text and the words that make up a line of text. The input document must
420-
* be an image in JPEG or PNG format. <code>DetectDocumentText</code>
421-
* returns the detected text in an array of <a>Block</a> objects.
439+
* be an image in JPEG, PNG, PDF, or TIFF format.
440+
* <code>DetectDocumentText</code> returns the detected text in an array of
441+
* <a>Block</a> objects.
422442
* </p>
423443
* <p>
424444
* Each document page has as an associated <code>Block</code> of type PAGE.
@@ -516,6 +536,13 @@ Future<DetectDocumentTextResult> detectDocumentTextAsync(
516536
* <code>FeatureTypes</code> input parameter).
517537
* </p>
518538
* </li>
539+
* <li>
540+
* <p>
541+
* Queries. A QUERIES_RESULT Block object contains the answer to the query,
542+
* the alias associated and an ID that connect it to the query asked. This
543+
* Block also contains a location and attached confidence score
544+
* </p>
545+
* </li>
519546
* </ul>
520547
* <p>
521548
* Selection elements such as check boxes and option buttons (radio buttons)
@@ -611,6 +638,13 @@ Future<GetDocumentAnalysisResult> getDocumentAnalysisAsync(
611638
* <code>FeatureTypes</code> input parameter).
612639
* </p>
613640
* </li>
641+
* <li>
642+
* <p>
643+
* Queries. A QUERIES_RESULT Block object contains the answer to the query,
644+
* the alias associated and an ID that connect it to the query asked. This
645+
* Block also contains a location and attached confidence score
646+
* </p>
647+
* </li>
614648
* </ul>
615649
* <p>
616650
* Selection elements such as check boxes and option buttons (radio buttons)

aws-android-sdk-textract/src/main/java/com/amazonaws/services/textract/AmazonTextractAsyncClient.java

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,13 @@ public void shutdown() {
289289
* relationship with the value of <code>FeatureTypes</code>).
290290
* </p>
291291
* </li>
292+
* <li>
293+
* <p>
294+
* Queries.A QUERIES_RESULT Block object contains the answer to the query,
295+
* the alias associated and an ID that connect it to the query asked. This
296+
* Block also contains a location and attached confidence score.
297+
* </p>
298+
* </li>
292299
* </ul>
293300
* <p>
294301
* Selection elements such as check boxes and option buttons (radio buttons)
@@ -376,6 +383,13 @@ public AnalyzeDocumentResult call() throws Exception {
376383
* relationship with the value of <code>FeatureTypes</code>).
377384
* </p>
378385
* </li>
386+
* <li>
387+
* <p>
388+
* Queries.A QUERIES_RESULT Block object contains the answer to the query,
389+
* the alias associated and an ID that connect it to the query asked. This
390+
* Block also contains a location and attached confidence score.
391+
* </p>
392+
* </li>
379393
* </ul>
380394
* <p>
381395
* Selection elements such as check boxes and option buttons (radio buttons)
@@ -563,7 +577,9 @@ public AnalyzeExpenseResult call() throws Exception {
563577
* <p>
564578
* Analyzes identity documents for relevant information. This information is
565579
* extracted and returned as <code>IdentityDocumentFields</code>, which
566-
* records both the normalized field and value of the extracted text.
580+
* records both the normalized field and value of the extracted text.Unlike
581+
* other Amazon Textract operations, <code>AnalyzeID</code> doesn't return
582+
* any Geometry data.
567583
* </p>
568584
*
569585
* @param analyzeIDRequest
@@ -599,7 +615,9 @@ public AnalyzeIDResult call() throws Exception {
599615
* <p>
600616
* Analyzes identity documents for relevant information. This information is
601617
* extracted and returned as <code>IdentityDocumentFields</code>, which
602-
* records both the normalized field and value of the extracted text.
618+
* records both the normalized field and value of the extracted text.Unlike
619+
* other Amazon Textract operations, <code>AnalyzeID</code> doesn't return
620+
* any Geometry data.
603621
* </p>
604622
*
605623
* @param analyzeIDRequest
@@ -644,8 +662,9 @@ public AnalyzeIDResult call() throws Exception {
644662
* <p>
645663
* Detects text in the input document. Amazon Textract can detect lines of
646664
* text and the words that make up a line of text. The input document must
647-
* be an image in JPEG or PNG format. <code>DetectDocumentText</code>
648-
* returns the detected text in an array of <a>Block</a> objects.
665+
* be an image in JPEG, PNG, PDF, or TIFF format.
666+
* <code>DetectDocumentText</code> returns the detected text in an array of
667+
* <a>Block</a> objects.
649668
* </p>
650669
* <p>
651670
* Each document page has as an associated <code>Block</code> of type PAGE.
@@ -700,8 +719,9 @@ public DetectDocumentTextResult call() throws Exception {
700719
* <p>
701720
* Detects text in the input document. Amazon Textract can detect lines of
702721
* text and the words that make up a line of text. The input document must
703-
* be an image in JPEG or PNG format. <code>DetectDocumentText</code>
704-
* returns the detected text in an array of <a>Block</a> objects.
722+
* be an image in JPEG, PNG, PDF, or TIFF format.
723+
* <code>DetectDocumentText</code> returns the detected text in an array of
724+
* <a>Block</a> objects.
705725
* </p>
706726
* <p>
707727
* Each document page has as an associated <code>Block</code> of type PAGE.
@@ -809,6 +829,13 @@ public DetectDocumentTextResult call() throws Exception {
809829
* <code>FeatureTypes</code> input parameter).
810830
* </p>
811831
* </li>
832+
* <li>
833+
* <p>
834+
* Queries. A QUERIES_RESULT Block object contains the answer to the query,
835+
* the alias associated and an ID that connect it to the query asked. This
836+
* Block also contains a location and attached confidence score
837+
* </p>
838+
* </li>
812839
* </ul>
813840
* <p>
814841
* Selection elements such as check boxes and option buttons (radio buttons)
@@ -910,6 +937,13 @@ public GetDocumentAnalysisResult call() throws Exception {
910937
* <code>FeatureTypes</code> input parameter).
911938
* </p>
912939
* </li>
940+
* <li>
941+
* <p>
942+
* Queries. A QUERIES_RESULT Block object contains the answer to the query,
943+
* the alias associated and an ID that connect it to the query asked. This
944+
* Block also contains a location and attached confidence score
945+
* </p>
946+
* </li>
913947
* </ul>
914948
* <p>
915949
* Selection elements such as check boxes and option buttons (radio buttons)

aws-android-sdk-textract/src/main/java/com/amazonaws/services/textract/AmazonTextractClient.java

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,13 @@ private static ClientConfiguration adjustClientConfiguration(ClientConfiguration
390390
* relationship with the value of <code>FeatureTypes</code>).
391391
* </p>
392392
* </li>
393+
* <li>
394+
* <p>
395+
* Queries.A QUERIES_RESULT Block object contains the answer to the query,
396+
* the alias associated and an ID that connect it to the query asked. This
397+
* Block also contains a location and attached confidence score.
398+
* </p>
399+
* </li>
393400
* </ul>
394401
* <p>
395402
* Selection elements such as check boxes and option buttons (radio buttons)
@@ -542,7 +549,9 @@ public AnalyzeExpenseResult analyzeExpense(AnalyzeExpenseRequest analyzeExpenseR
542549
* <p>
543550
* Analyzes identity documents for relevant information. This information is
544551
* extracted and returned as <code>IdentityDocumentFields</code>, which
545-
* records both the normalized field and value of the extracted text.
552+
* records both the normalized field and value of the extracted text.Unlike
553+
* other Amazon Textract operations, <code>AnalyzeID</code> doesn't return
554+
* any Geometry data.
546555
* </p>
547556
*
548557
* @param analyzeIDRequest
@@ -598,8 +607,9 @@ public AnalyzeIDResult analyzeID(AnalyzeIDRequest analyzeIDRequest)
598607
* <p>
599608
* Detects text in the input document. Amazon Textract can detect lines of
600609
* text and the words that make up a line of text. The input document must
601-
* be an image in JPEG or PNG format. <code>DetectDocumentText</code>
602-
* returns the detected text in an array of <a>Block</a> objects.
610+
* be an image in JPEG, PNG, PDF, or TIFF format.
611+
* <code>DetectDocumentText</code> returns the detected text in an array of
612+
* <a>Block</a> objects.
603613
* </p>
604614
* <p>
605615
* Each document page has as an associated <code>Block</code> of type PAGE.
@@ -718,6 +728,13 @@ public DetectDocumentTextResult detectDocumentText(
718728
* <code>FeatureTypes</code> input parameter).
719729
* </p>
720730
* </li>
731+
* <li>
732+
* <p>
733+
* Queries. A QUERIES_RESULT Block object contains the answer to the query,
734+
* the alias associated and an ID that connect it to the query asked. This
735+
* Block also contains a location and attached confidence score
736+
* </p>
737+
* </li>
721738
* </ul>
722739
* <p>
723740
* Selection elements such as check boxes and option buttons (radio buttons)

0 commit comments

Comments
 (0)