Amazon Rekognition · Arazzo Workflow
Amazon Rekognition Video Label Detection Job
Version 1.0.0
Start an asynchronous video label detection job, poll until it succeeds, then read the results.
View Spec
View on GitHub
Celebrity RecognitionComputer VisionContent ModerationCustom LabelsDeep LearningFace LivenessFacial RecognitionImage AnalysisMachine LearningObject DetectionText DetectionVideo AnalysisArazzoWorkflows
Provider
Workflows
video-label-detection-job
Start a video label detection job, poll until done, and read results.
Kicks off asynchronous label detection for a stored video, polls the job until it reaches a terminal state, and retrieves the labels on success.
1
startJob
startLabelDetection
Start the asynchronous label detection job for the stored video.
2
pollJob
getLabelDetection
Poll the label detection job until it leaves the IN_PROGRESS state, then branch on the terminal status.
3
readResults
getLabelDetection
Read the full label detection results for the succeeded job.