Uses of Class
software.amazon.awssdk.services.rekognition.model.VideoJobStatus
-
Packages that use VideoJobStatus Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of VideoJobStatus in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return VideoJobStatus Modifier and Type Method Description static VideoJobStatusVideoJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VideoJobStatusGetCelebrityRecognitionResponse. jobStatus()The current status of the celebrity recognition job.VideoJobStatusGetContentModerationResponse. jobStatus()The current status of the content moderation analysis job.VideoJobStatusGetFaceDetectionResponse. jobStatus()The current status of the face detection job.VideoJobStatusGetFaceSearchResponse. jobStatus()The current status of the face search job.VideoJobStatusGetLabelDetectionResponse. jobStatus()The current status of the label detection job.VideoJobStatusGetPersonTrackingResponse. jobStatus()The current status of the person tracking job.VideoJobStatusGetSegmentDetectionResponse. jobStatus()Current status of the segment detection job.VideoJobStatusGetTextDetectionResponse. jobStatus()Current status of the text detection job.static VideoJobStatusVideoJobStatus. 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.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type VideoJobStatus Modifier and Type Method Description static Set<VideoJobStatus>VideoJobStatus. knownValues()Methods in software.amazon.awssdk.services.rekognition.model with parameters of type VideoJobStatus Modifier and Type Method Description GetCelebrityRecognitionResponse.BuilderGetCelebrityRecognitionResponse.Builder. jobStatus(VideoJobStatus jobStatus)The current status of the celebrity recognition job.GetContentModerationResponse.BuilderGetContentModerationResponse.Builder. jobStatus(VideoJobStatus jobStatus)The current status of the content moderation analysis job.GetFaceDetectionResponse.BuilderGetFaceDetectionResponse.Builder. jobStatus(VideoJobStatus jobStatus)The current status of the face detection job.GetFaceSearchResponse.BuilderGetFaceSearchResponse.Builder. jobStatus(VideoJobStatus jobStatus)The current status of the face search job.GetLabelDetectionResponse.BuilderGetLabelDetectionResponse.Builder. jobStatus(VideoJobStatus jobStatus)The current status of the label detection job.GetPersonTrackingResponse.BuilderGetPersonTrackingResponse.Builder. jobStatus(VideoJobStatus jobStatus)The current status of the person tracking job.GetSegmentDetectionResponse.BuilderGetSegmentDetectionResponse.Builder. jobStatus(VideoJobStatus jobStatus)Current status of the segment detection job.GetTextDetectionResponse.BuilderGetTextDetectionResponse.Builder. jobStatus(VideoJobStatus jobStatus)Current status of the text detection job.
-