You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/ContentModerationDetection.java
+241-1Lines changed: 241 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,39 @@ public class ContentModerationDetection implements Serializable {
41
41
*/
42
42
privateModerationLabelmoderationLabel;
43
43
44
+
/**
45
+
* <p>
46
+
* The time in milliseconds defining the start of the timeline segment
47
+
* containing a continuously detected moderation label.
48
+
* </p>
49
+
* <p>
50
+
* <b>Constraints:</b><br/>
51
+
* <b>Range: </b>0 - <br/>
52
+
*/
53
+
privateLongstartTimestampMillis;
54
+
55
+
/**
56
+
* <p>
57
+
* The time in milliseconds defining the end of the timeline segment
58
+
* containing a continuously detected moderation label.
59
+
* </p>
60
+
* <p>
61
+
* <b>Constraints:</b><br/>
62
+
* <b>Range: </b>0 - <br/>
63
+
*/
64
+
privateLongendTimestampMillis;
65
+
66
+
/**
67
+
* <p>
68
+
* The time duration of a segment in milliseconds, I.e. time elapsed from
69
+
* StartTimestampMillis to EndTimestampMillis.
70
+
* </p>
71
+
* <p>
72
+
* <b>Constraints:</b><br/>
73
+
* <b>Range: </b>0 - <br/>
74
+
*/
75
+
privateLongdurationMillis;
76
+
44
77
/**
45
78
* <p>
46
79
* Time, in milliseconds from the beginning of the video, that the content
@@ -149,6 +182,186 @@ public ContentModerationDetection withModerationLabel(ModerationLabel moderation
149
182
returnthis;
150
183
}
151
184
185
+
/**
186
+
* <p>
187
+
* The time in milliseconds defining the start of the timeline segment
188
+
* containing a continuously detected moderation label.
189
+
* </p>
190
+
* <p>
191
+
* <b>Constraints:</b><br/>
192
+
* <b>Range: </b>0 - <br/>
193
+
*
194
+
* @return <p>
195
+
* The time in milliseconds defining the start of the timeline
196
+
* segment containing a continuously detected moderation label.
197
+
* </p>
198
+
*/
199
+
publicLonggetStartTimestampMillis() {
200
+
returnstartTimestampMillis;
201
+
}
202
+
203
+
/**
204
+
* <p>
205
+
* The time in milliseconds defining the start of the timeline segment
206
+
* containing a continuously detected moderation label.
207
+
* </p>
208
+
* <p>
209
+
* <b>Constraints:</b><br/>
210
+
* <b>Range: </b>0 - <br/>
211
+
*
212
+
* @param startTimestampMillis <p>
213
+
* The time in milliseconds defining the start of the timeline
214
+
* segment containing a continuously detected moderation label.
0 commit comments