| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static VideoJobStatus |
VideoJobStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
VideoJobStatus |
GetFaceSearchResponse.jobStatus()
The current status of the face search job.
|
VideoJobStatus |
GetContentModerationResponse.jobStatus()
The current status of the unsafe content analysis job.
|
VideoJobStatus |
GetCelebrityRecognitionResponse.jobStatus()
The current status of the celebrity recognition job.
|
VideoJobStatus |
GetLabelDetectionResponse.jobStatus()
The current status of the label detection job.
|
VideoJobStatus |
GetPersonTrackingResponse.jobStatus()
The current status of the person tracking job.
|
VideoJobStatus |
GetFaceDetectionResponse.jobStatus()
The current status of the face detection job.
|
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 |
|---|---|
static Set<VideoJobStatus> |
VideoJobStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetFaceSearchResponse.Builder |
GetFaceSearchResponse.Builder.jobStatus(VideoJobStatus jobStatus)
The current status of the face search job.
|
GetContentModerationResponse.Builder |
GetContentModerationResponse.Builder.jobStatus(VideoJobStatus jobStatus)
The current status of the unsafe content analysis job.
|
GetCelebrityRecognitionResponse.Builder |
GetCelebrityRecognitionResponse.Builder.jobStatus(VideoJobStatus jobStatus)
The current status of the celebrity recognition job.
|
GetLabelDetectionResponse.Builder |
GetLabelDetectionResponse.Builder.jobStatus(VideoJobStatus jobStatus)
The current status of the label detection job.
|
GetPersonTrackingResponse.Builder |
GetPersonTrackingResponse.Builder.jobStatus(VideoJobStatus jobStatus)
The current status of the person tracking job.
|
GetFaceDetectionResponse.Builder |
GetFaceDetectionResponse.Builder.jobStatus(VideoJobStatus jobStatus)
The current status of the face detection job.
|
Copyright © 2019. All rights reserved.