| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static VideoJobStatus |
VideoJobStatus.fromValue(String value)
Use this in place of valueOf.
|
static VideoJobStatus |
VideoJobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoJobStatus[] |
VideoJobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetContentModerationResult |
GetContentModerationResult.withJobStatus(VideoJobStatus jobStatus)
The current status of the unsafe content analysis job.
|
GetLabelDetectionResult |
GetLabelDetectionResult.withJobStatus(VideoJobStatus jobStatus)
The current status of the label detection job.
|
GetFaceSearchResult |
GetFaceSearchResult.withJobStatus(VideoJobStatus jobStatus)
The current status of the face search job.
|
GetCelebrityRecognitionResult |
GetCelebrityRecognitionResult.withJobStatus(VideoJobStatus jobStatus)
The current status of the celebrity recognition job.
|
GetPersonTrackingResult |
GetPersonTrackingResult.withJobStatus(VideoJobStatus jobStatus)
The current status of the person tracking job.
|
GetTextDetectionResult |
GetTextDetectionResult.withJobStatus(VideoJobStatus jobStatus)
Current status of the text detection job.
|
GetFaceDetectionResult |
GetFaceDetectionResult.withJobStatus(VideoJobStatus jobStatus)
The current status of the face detection job.
|
GetSegmentDetectionResult |
GetSegmentDetectionResult.withJobStatus(VideoJobStatus jobStatus)
Current status of the segment detection job.
|
Copyright © 2021. All rights reserved.