| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static Video.Builder |
Video.builder() |
default Video.Builder |
Video.Builder.s3Object(Consumer<S3Object.Builder> s3Object)
The Amazon S3 bucket name and file name for the video.
|
Video.Builder |
Video.Builder.s3Object(S3Object s3Object)
The Amazon S3 bucket name and file name for the video.
|
Video.Builder |
Video.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Video.Builder> |
Video.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartContentModerationRequest.Builder |
StartContentModerationRequest.Builder.video(Consumer<Video.Builder> video)
The video in which you want to detect inappropriate, unwanted, or offensive content.
|
default GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.Builder.video(Consumer<Video.Builder> video)
Sets the value of the Video property for this object.
|
default StartPersonTrackingRequest.Builder |
StartPersonTrackingRequest.Builder.video(Consumer<Video.Builder> video)
The video in which you want to detect people.
|
default GetLabelDetectionResponse.Builder |
GetLabelDetectionResponse.Builder.video(Consumer<Video.Builder> video)
Sets the value of the Video property for this object.
|
default GetPersonTrackingResponse.Builder |
GetPersonTrackingResponse.Builder.video(Consumer<Video.Builder> video)
Sets the value of the Video property for this object.
|
default StartFaceSearchRequest.Builder |
StartFaceSearchRequest.Builder.video(Consumer<Video.Builder> video)
The video you want to search.
|
default GetTextDetectionResponse.Builder |
GetTextDetectionResponse.Builder.video(Consumer<Video.Builder> video)
Sets the value of the Video property for this object.
|
default StartCelebrityRecognitionRequest.Builder |
StartCelebrityRecognitionRequest.Builder.video(Consumer<Video.Builder> video)
The video in which you want to recognize celebrities.
|
default StartTextDetectionRequest.Builder |
StartTextDetectionRequest.Builder.video(Consumer<Video.Builder> video)
Sets the value of the Video property for this object.
|
default StartLabelDetectionRequest.Builder |
StartLabelDetectionRequest.Builder.video(Consumer<Video.Builder> video)
The video in which you want to detect labels.
|
default GetFaceSearchResponse.Builder |
GetFaceSearchResponse.Builder.video(Consumer<Video.Builder> video)
Sets the value of the Video property for this object.
|
default GetCelebrityRecognitionResponse.Builder |
GetCelebrityRecognitionResponse.Builder.video(Consumer<Video.Builder> video)
Sets the value of the Video property for this object.
|
default StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.video(Consumer<Video.Builder> video)
Sets the value of the Video property for this object.
|
default GetFaceDetectionResponse.Builder |
GetFaceDetectionResponse.Builder.video(Consumer<Video.Builder> video)
Sets the value of the Video property for this object.
|
default GetContentModerationResponse.Builder |
GetContentModerationResponse.Builder.video(Consumer<Video.Builder> video)
Sets the value of the Video property for this object.
|
default StartFaceDetectionRequest.Builder |
StartFaceDetectionRequest.Builder.video(Consumer<Video.Builder> video)
The video in which you want to detect faces.
|
Copyright © 2023. All rights reserved.