| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Video |
Video.clone() |
Video |
StartFaceSearchRequest.getVideo()
The video you want to search.
|
Video |
StartCelebrityRecognitionRequest.getVideo()
The video in which you want to recognize celebrities.
|
Video |
StartContentModerationRequest.getVideo()
The video in which you want to detect inappropriate, unwanted, or offensive content.
|
Video |
StartTextDetectionRequest.getVideo() |
Video |
StartFaceDetectionRequest.getVideo()
The video in which you want to detect faces.
|
Video |
StartPersonTrackingRequest.getVideo()
The video in which you want to detect people.
|
Video |
StartLabelDetectionRequest.getVideo()
The video in which you want to detect labels.
|
Video |
StartSegmentDetectionRequest.getVideo() |
Video |
Video.withS3Object(S3Object s3Object)
The Amazon S3 bucket name and file name for the video.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartFaceSearchRequest.setVideo(Video video)
The video you want to search.
|
void |
StartCelebrityRecognitionRequest.setVideo(Video video)
The video in which you want to recognize celebrities.
|
void |
StartContentModerationRequest.setVideo(Video video)
The video in which you want to detect inappropriate, unwanted, or offensive content.
|
void |
StartTextDetectionRequest.setVideo(Video video) |
void |
StartFaceDetectionRequest.setVideo(Video video)
The video in which you want to detect faces.
|
void |
StartPersonTrackingRequest.setVideo(Video video)
The video in which you want to detect people.
|
void |
StartLabelDetectionRequest.setVideo(Video video)
The video in which you want to detect labels.
|
void |
StartSegmentDetectionRequest.setVideo(Video video) |
StartFaceSearchRequest |
StartFaceSearchRequest.withVideo(Video video)
The video you want to search.
|
StartCelebrityRecognitionRequest |
StartCelebrityRecognitionRequest.withVideo(Video video)
The video in which you want to recognize celebrities.
|
StartContentModerationRequest |
StartContentModerationRequest.withVideo(Video video)
The video in which you want to detect inappropriate, unwanted, or offensive content.
|
StartTextDetectionRequest |
StartTextDetectionRequest.withVideo(Video video) |
StartFaceDetectionRequest |
StartFaceDetectionRequest.withVideo(Video video)
The video in which you want to detect faces.
|
StartPersonTrackingRequest |
StartPersonTrackingRequest.withVideo(Video video)
The video in which you want to detect people.
|
StartLabelDetectionRequest |
StartLabelDetectionRequest.withVideo(Video video)
The video in which you want to detect labels.
|
StartSegmentDetectionRequest |
StartSegmentDetectionRequest.withVideo(Video video) |
Copyright © 2022. All rights reserved.