| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Video |
Video.clone() |
Video |
StartTextDetectionRequest.getVideo() |
Video |
StartSegmentDetectionRequest.getVideo() |
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 |
StartFaceSearchRequest.getVideo()
The video you want to search.
|
Video |
StartFaceDetectionRequest.getVideo()
The video in which you want to detect faces.
|
Video |
StartContentModerationRequest.getVideo()
The video in which you want to detect inappropriate, unwanted, or offensive content.
|
Video |
StartCelebrityRecognitionRequest.getVideo()
The video in which you want to recognize celebrities.
|
Video |
GetTextDetectionResult.getVideo() |
Video |
GetSegmentDetectionResult.getVideo() |
Video |
GetPersonTrackingResult.getVideo() |
Video |
GetLabelDetectionResult.getVideo() |
Video |
GetFaceSearchResult.getVideo() |
Video |
GetFaceDetectionResult.getVideo() |
Video |
GetContentModerationResult.getVideo() |
Video |
GetCelebrityRecognitionResult.getVideo() |
Video |
Video.withS3Object(S3Object s3Object)
The Amazon S3 bucket name and file name for the video.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartTextDetectionRequest.setVideo(Video video) |
void |
StartSegmentDetectionRequest.setVideo(Video video) |
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 |
StartFaceSearchRequest.setVideo(Video video)
The video you want to search.
|
void |
StartFaceDetectionRequest.setVideo(Video video)
The video in which you want to detect faces.
|
void |
StartContentModerationRequest.setVideo(Video video)
The video in which you want to detect inappropriate, unwanted, or offensive content.
|
void |
StartCelebrityRecognitionRequest.setVideo(Video video)
The video in which you want to recognize celebrities.
|
void |
GetTextDetectionResult.setVideo(Video video) |
void |
GetSegmentDetectionResult.setVideo(Video video) |
void |
GetPersonTrackingResult.setVideo(Video video) |
void |
GetLabelDetectionResult.setVideo(Video video) |
void |
GetFaceSearchResult.setVideo(Video video) |
void |
GetFaceDetectionResult.setVideo(Video video) |
void |
GetContentModerationResult.setVideo(Video video) |
void |
GetCelebrityRecognitionResult.setVideo(Video video) |
StartTextDetectionRequest |
StartTextDetectionRequest.withVideo(Video video) |
StartSegmentDetectionRequest |
StartSegmentDetectionRequest.withVideo(Video video) |
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.
|
StartFaceSearchRequest |
StartFaceSearchRequest.withVideo(Video video)
The video you want to search.
|
StartFaceDetectionRequest |
StartFaceDetectionRequest.withVideo(Video video)
The video in which you want to detect faces.
|
StartContentModerationRequest |
StartContentModerationRequest.withVideo(Video video)
The video in which you want to detect inappropriate, unwanted, or offensive content.
|
StartCelebrityRecognitionRequest |
StartCelebrityRecognitionRequest.withVideo(Video video)
The video in which you want to recognize celebrities.
|
GetTextDetectionResult |
GetTextDetectionResult.withVideo(Video video) |
GetSegmentDetectionResult |
GetSegmentDetectionResult.withVideo(Video video) |
GetPersonTrackingResult |
GetPersonTrackingResult.withVideo(Video video) |
GetLabelDetectionResult |
GetLabelDetectionResult.withVideo(Video video) |
GetFaceSearchResult |
GetFaceSearchResult.withVideo(Video video) |
GetFaceDetectionResult |
GetFaceDetectionResult.withVideo(Video video) |
GetContentModerationResult |
GetContentModerationResult.withVideo(Video video) |
GetCelebrityRecognitionResult |
GetCelebrityRecognitionResult.withVideo(Video video) |
Copyright © 2024. All rights reserved.