Skip to content

Commit d5e7ce7

Browse files
feat(aws-android-sdk-textract): update models to latest (#3224)
Co-authored-by: Tyler Roach <[email protected]>
1 parent 8fed538 commit d5e7ce7

File tree

219 files changed

+1607
-566
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

219 files changed

+1607
-566
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.
@@ -240,7 +240,7 @@ AnalyzeExpenseResult analyzeExpense(AnalyzeExpenseRequest analyzeExpenseRequest)
240240
* <p>
241241
* Analyzes identity documents for relevant information. This information is
242242
* extracted and returned as <code>IdentityDocumentFields</code>, which
243-
* records both the normalized field and value of the extracted text.Unlike
243+
* records both the normalized field and value of the extracted text. Unlike
244244
* other Amazon Textract operations, <code>AnalyzeID</code> doesn't return
245245
* any Geometry data.
246246
* </p>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.
@@ -344,7 +344,7 @@ Future<AnalyzeExpenseResult> analyzeExpenseAsync(AnalyzeExpenseRequest analyzeEx
344344
* <p>
345345
* Analyzes identity documents for relevant information. This information is
346346
* extracted and returned as <code>IdentityDocumentFields</code>, which
347-
* records both the normalized field and value of the extracted text.Unlike
347+
* records both the normalized field and value of the extracted text. Unlike
348348
* other Amazon Textract operations, <code>AnalyzeID</code> doesn't return
349349
* any Geometry data.
350350
* </p>
@@ -376,7 +376,7 @@ Future<AnalyzeIDResult> analyzeIDAsync(AnalyzeIDRequest analyzeIDRequest)
376376
* <p>
377377
* Analyzes identity documents for relevant information. This information is
378378
* extracted and returned as <code>IdentityDocumentFields</code>, which
379-
* records both the normalized field and value of the extracted text.Unlike
379+
* records both the normalized field and value of the extracted text. Unlike
380380
* other Amazon Textract operations, <code>AnalyzeID</code> doesn't return
381381
* any Geometry data.
382382
* </p>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.
@@ -605,7 +605,7 @@ public AnalyzeExpenseResult call() throws Exception {
605605
* <p>
606606
* Analyzes identity documents for relevant information. This information is
607607
* extracted and returned as <code>IdentityDocumentFields</code>, which
608-
* records both the normalized field and value of the extracted text.Unlike
608+
* records both the normalized field and value of the extracted text. Unlike
609609
* other Amazon Textract operations, <code>AnalyzeID</code> doesn't return
610610
* any Geometry data.
611611
* </p>
@@ -643,7 +643,7 @@ public AnalyzeIDResult call() throws Exception {
643643
* <p>
644644
* Analyzes identity documents for relevant information. This information is
645645
* extracted and returned as <code>IdentityDocumentFields</code>, which
646-
* records both the normalized field and value of the extracted text.Unlike
646+
* records both the normalized field and value of the extracted text. Unlike
647647
* other Amazon Textract operations, <code>AnalyzeID</code> doesn't return
648648
* any Geometry data.
649649
* </p>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.
@@ -563,7 +563,7 @@ public AnalyzeExpenseResult analyzeExpense(AnalyzeExpenseRequest analyzeExpenseR
563563
* <p>
564564
* Analyzes identity documents for relevant information. This information is
565565
* extracted and returned as <code>IdentityDocumentFields</code>, which
566-
* records both the normalized field and value of the extracted text.Unlike
566+
* records both the normalized field and value of the extracted text. Unlike
567567
* other Amazon Textract operations, <code>AnalyzeID</code> doesn't return
568568
* any Geometry data.
569569
* </p>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)