Skip to content

Commit 9d5c239

Browse files
authored
feat(aws-android-sdk-rekognition): update models to latest (#2879)
1 parent 67dcde4 commit 9d5c239

File tree

127 files changed

+6372
-750
lines changed

Some content is hidden

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

127 files changed

+6372
-750
lines changed

aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/AmazonRekognition.java

Lines changed: 232 additions & 37 deletions
Large diffs are not rendered by default.

aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/AmazonRekognitionClient.java

Lines changed: 259 additions & 37 deletions
Large diffs are not rendered by default.

aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Beard.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class Beard implements Serializable {
3737
* </p>
3838
* <p>
3939
* <b>Constraints:</b><br/>
40-
* <b>Length: </b>0 - 100<br/>
40+
* <b>Length: </b>0.0 - 100.0<br/>
4141
*/
4242
private Float confidence;
4343

@@ -107,7 +107,7 @@ public Beard withValue(Boolean value) {
107107
* </p>
108108
* <p>
109109
* <b>Constraints:</b><br/>
110-
* <b>Length: </b>0 - 100<br/>
110+
* <b>Length: </b>0.0 - 100.0<br/>
111111
*
112112
* @return <p>
113113
* Level of confidence in the determination.
@@ -123,7 +123,7 @@ public Float getConfidence() {
123123
* </p>
124124
* <p>
125125
* <b>Constraints:</b><br/>
126-
* <b>Length: </b>0 - 100<br/>
126+
* <b>Length: </b>0.0 - 100.0<br/>
127127
*
128128
* @param confidence <p>
129129
* Level of confidence in the determination.
@@ -142,7 +142,7 @@ public void setConfidence(Float confidence) {
142142
* together.
143143
* <p>
144144
* <b>Constraints:</b><br/>
145-
* <b>Length: </b>0 - 100<br/>
145+
* <b>Length: </b>0.0 - 100.0<br/>
146146
*
147147
* @param confidence <p>
148148
* Level of confidence in the determination.

aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/BlackFrame.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class BlackFrame implements Serializable {
4747
* </p>
4848
* <p>
4949
* <b>Constraints:</b><br/>
50-
* <b>Length: </b>0 - 1<br/>
50+
* <b>Length: </b>0.0 - 1.0<br/>
5151
*/
5252
private Float maxPixelThreshold;
5353

@@ -64,7 +64,7 @@ public class BlackFrame implements Serializable {
6464
* </p>
6565
* <p>
6666
* <b>Constraints:</b><br/>
67-
* <b>Length: </b>0 - 100<br/>
67+
* <b>Length: </b>0.0 - 100.0<br/>
6868
*/
6969
private Float minCoveragePercentage;
7070

@@ -88,7 +88,7 @@ public class BlackFrame implements Serializable {
8888
* </p>
8989
* <p>
9090
* <b>Constraints:</b><br/>
91-
* <b>Length: </b>0 - 1<br/>
91+
* <b>Length: </b>0.0 - 1.0<br/>
9292
*
9393
* @return <p>
9494
* A threshold used to determine the maximum luminance value for a
@@ -132,7 +132,7 @@ public Float getMaxPixelThreshold() {
132132
* </p>
133133
* <p>
134134
* <b>Constraints:</b><br/>
135-
* <b>Length: </b>0 - 1<br/>
135+
* <b>Length: </b>0.0 - 1.0<br/>
136136
*
137137
* @param maxPixelThreshold <p>
138138
* A threshold used to determine the maximum luminance value for
@@ -179,7 +179,7 @@ public void setMaxPixelThreshold(Float maxPixelThreshold) {
179179
* together.
180180
* <p>
181181
* <b>Constraints:</b><br/>
182-
* <b>Length: </b>0 - 1<br/>
182+
* <b>Length: </b>0.0 - 1.0<br/>
183183
*
184184
* @param maxPixelThreshold <p>
185185
* A threshold used to determine the maximum luminance value for
@@ -219,7 +219,7 @@ public BlackFrame withMaxPixelThreshold(Float maxPixelThreshold) {
219219
* </p>
220220
* <p>
221221
* <b>Constraints:</b><br/>
222-
* <b>Length: </b>0 - 100<br/>
222+
* <b>Length: </b>0.0 - 100.0<br/>
223223
*
224224
* @return <p>
225225
* The minimum percentage of pixels in a frame that need to have a
@@ -251,7 +251,7 @@ public Float getMinCoveragePercentage() {
251251
* </p>
252252
* <p>
253253
* <b>Constraints:</b><br/>
254-
* <b>Length: </b>0 - 100<br/>
254+
* <b>Length: </b>0.0 - 100.0<br/>
255255
*
256256
* @param minCoveragePercentage <p>
257257
* The minimum percentage of pixels in a frame that need to have
@@ -286,7 +286,7 @@ public void setMinCoveragePercentage(Float minCoveragePercentage) {
286286
* together.
287287
* <p>
288288
* <b>Constraints:</b><br/>
289-
* <b>Length: </b>0 - 100<br/>
289+
* <b>Length: </b>0.0 - 100.0<br/>
290290
*
291291
* @param minCoveragePercentage <p>
292292
* The minimum percentage of pixels in a frame that need to have

aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/BoundingBox.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
/**
2121
* <p>
22-
* Identifies the bounding box around the label, face, text or personal
23-
* protective equipment. The <code>left</code> (x-coordinate) and
22+
* Identifies the bounding box around the label, face, text, object of interest,
23+
* or personal protective equipment. The <code>left</code> (x-coordinate) and
2424
* <code>top</code> (y-coordinate) are coordinates representing the top and left
2525
* sides of the bounding box. Note that the upper-left corner of the image is
2626
* the origin (0,0).

aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/Celebrity.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public class Celebrity implements Serializable {
6565
* </p>
6666
* <p>
6767
* <b>Constraints:</b><br/>
68-
* <b>Length: </b>0 - 100<br/>
68+
* <b>Length: </b>0.0 - 100.0<br/>
6969
*/
7070
private Float matchConfidence;
7171

@@ -324,7 +324,7 @@ public Celebrity withFace(ComparedFace face) {
324324
* </p>
325325
* <p>
326326
* <b>Constraints:</b><br/>
327-
* <b>Length: </b>0 - 100<br/>
327+
* <b>Length: </b>0.0 - 100.0<br/>
328328
*
329329
* @return <p>
330330
* The confidence, in percentage, that Amazon Rekognition has that
@@ -342,7 +342,7 @@ public Float getMatchConfidence() {
342342
* </p>
343343
* <p>
344344
* <b>Constraints:</b><br/>
345-
* <b>Length: </b>0 - 100<br/>
345+
* <b>Length: </b>0.0 - 100.0<br/>
346346
*
347347
* @param matchConfidence <p>
348348
* The confidence, in percentage, that Amazon Rekognition has
@@ -363,7 +363,7 @@ public void setMatchConfidence(Float matchConfidence) {
363363
* together.
364364
* <p>
365365
* <b>Constraints:</b><br/>
366-
* <b>Length: </b>0 - 100<br/>
366+
* <b>Length: </b>0.0 - 100.0<br/>
367367
*
368368
* @param matchConfidence <p>
369369
* The confidence, in percentage, that Amazon Rekognition has

aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CelebrityDetail.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class CelebrityDetail implements Serializable {
5454
* </p>
5555
* <p>
5656
* <b>Constraints:</b><br/>
57-
* <b>Length: </b>0 - 100<br/>
57+
* <b>Length: </b>0.0 - 100.0<br/>
5858
*/
5959
private Float confidence;
6060

@@ -259,7 +259,7 @@ public CelebrityDetail withId(String id) {
259259
* </p>
260260
* <p>
261261
* <b>Constraints:</b><br/>
262-
* <b>Length: </b>0 - 100<br/>
262+
* <b>Length: </b>0.0 - 100.0<br/>
263263
*
264264
* @return <p>
265265
* The confidence, in percentage, that Amazon Rekognition has that
@@ -277,7 +277,7 @@ public Float getConfidence() {
277277
* </p>
278278
* <p>
279279
* <b>Constraints:</b><br/>
280-
* <b>Length: </b>0 - 100<br/>
280+
* <b>Length: </b>0.0 - 100.0<br/>
281281
*
282282
* @param confidence <p>
283283
* The confidence, in percentage, that Amazon Rekognition has
@@ -298,7 +298,7 @@ public void setConfidence(Float confidence) {
298298
* together.
299299
* <p>
300300
* <b>Constraints:</b><br/>
301-
* <b>Length: </b>0 - 100<br/>
301+
* <b>Length: </b>0.0 - 100.0<br/>
302302
*
303303
* @param confidence <p>
304304
* The confidence, in percentage, that Amazon Rekognition has

aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CompareFacesMatch.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class CompareFacesMatch implements Serializable {
3333
* </p>
3434
* <p>
3535
* <b>Constraints:</b><br/>
36-
* <b>Length: </b>0 - 100<br/>
36+
* <b>Length: </b>0.0 - 100.0<br/>
3737
*/
3838
private Float similarity;
3939

@@ -51,7 +51,7 @@ public class CompareFacesMatch implements Serializable {
5151
* </p>
5252
* <p>
5353
* <b>Constraints:</b><br/>
54-
* <b>Length: </b>0 - 100<br/>
54+
* <b>Length: </b>0.0 - 100.0<br/>
5555
*
5656
* @return <p>
5757
* Level of confidence that the faces match.
@@ -67,7 +67,7 @@ public Float getSimilarity() {
6767
* </p>
6868
* <p>
6969
* <b>Constraints:</b><br/>
70-
* <b>Length: </b>0 - 100<br/>
70+
* <b>Length: </b>0.0 - 100.0<br/>
7171
*
7272
* @param similarity <p>
7373
* Level of confidence that the faces match.
@@ -86,7 +86,7 @@ public void setSimilarity(Float similarity) {
8686
* together.
8787
* <p>
8888
* <b>Constraints:</b><br/>
89-
* <b>Length: </b>0 - 100<br/>
89+
* <b>Length: </b>0.0 - 100.0<br/>
9090
*
9191
* @param similarity <p>
9292
* Level of confidence that the faces match.

aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CompareFacesRequest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public class CompareFacesRequest extends AmazonWebServiceRequest implements Seri
140140
* </p>
141141
* <p>
142142
* <b>Constraints:</b><br/>
143-
* <b>Length: </b>0 - 100<br/>
143+
* <b>Length: </b>0.0 - 100.0<br/>
144144
*/
145145
private Float similarityThreshold;
146146

@@ -401,7 +401,7 @@ public CompareFacesRequest withTargetImage(Image targetImage) {
401401
* </p>
402402
* <p>
403403
* <b>Constraints:</b><br/>
404-
* <b>Length: </b>0 - 100<br/>
404+
* <b>Length: </b>0.0 - 100.0<br/>
405405
*
406406
* @return <p>
407407
* The minimum level of confidence in the face matches that a match
@@ -419,7 +419,7 @@ public Float getSimilarityThreshold() {
419419
* </p>
420420
* <p>
421421
* <b>Constraints:</b><br/>
422-
* <b>Length: </b>0 - 100<br/>
422+
* <b>Length: </b>0.0 - 100.0<br/>
423423
*
424424
* @param similarityThreshold <p>
425425
* The minimum level of confidence in the face matches that a
@@ -441,7 +441,7 @@ public void setSimilarityThreshold(Float similarityThreshold) {
441441
* together.
442442
* <p>
443443
* <b>Constraints:</b><br/>
444-
* <b>Length: </b>0 - 100<br/>
444+
* <b>Length: </b>0.0 - 100.0<br/>
445445
*
446446
* @param similarityThreshold <p>
447447
* The minimum level of confidence in the face matches that a

aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ComparedFace.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class ComparedFace implements Serializable {
3737
* </p>
3838
* <p>
3939
* <b>Constraints:</b><br/>
40-
* <b>Length: </b>0 - 100<br/>
40+
* <b>Length: </b>0.0 - 100.0<br/>
4141
*/
4242
private Float confidence;
4343

@@ -130,7 +130,7 @@ public ComparedFace withBoundingBox(BoundingBox boundingBox) {
130130
* </p>
131131
* <p>
132132
* <b>Constraints:</b><br/>
133-
* <b>Length: </b>0 - 100<br/>
133+
* <b>Length: </b>0.0 - 100.0<br/>
134134
*
135135
* @return <p>
136136
* Level of confidence that what the bounding box contains is a
@@ -147,7 +147,7 @@ public Float getConfidence() {
147147
* </p>
148148
* <p>
149149
* <b>Constraints:</b><br/>
150-
* <b>Length: </b>0 - 100<br/>
150+
* <b>Length: </b>0.0 - 100.0<br/>
151151
*
152152
* @param confidence <p>
153153
* Level of confidence that what the bounding box contains is a
@@ -167,7 +167,7 @@ public void setConfidence(Float confidence) {
167167
* together.
168168
* <p>
169169
* <b>Constraints:</b><br/>
170-
* <b>Length: </b>0 - 100<br/>
170+
* <b>Length: </b>0.0 - 100.0<br/>
171171
*
172172
* @param confidence <p>
173173
* Level of confidence that what the bounding box contains is a

0 commit comments

Comments
 (0)