GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.Builder.audioMetadata(Collection<AudioMetadata> audioMetadata) |
An array of objects.
|
GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.Builder.audioMetadata(Consumer<AudioMetadata.Builder>... audioMetadata) |
An array of objects.
|
GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.Builder.audioMetadata(AudioMetadata... audioMetadata) |
An array of objects.
|
static GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.builder() |
|
GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.Builder.jobId(String jobId) |
Job identifier for the segment detection operation for which you want to obtain results.
|
GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.Builder.jobStatus(String jobStatus) |
Current status of the segment detection job.
|
GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.Builder.jobStatus(VideoJobStatus jobStatus) |
Current status of the segment detection job.
|
GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.Builder.jobTag(String jobTag) |
A job identifier specified in the call to StartSegmentDetection and returned in the job completion
notification sent to your Amazon Simple Notification Service topic.
|
GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.Builder.nextToken(String nextToken) |
If the previous response was incomplete (because there are more labels to retrieve), Amazon Rekognition Video
returns a pagination token in the response.
|
GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.Builder.segments(Collection<SegmentDetection> segments) |
An array of segments detected in a video.
|
GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.Builder.segments(Consumer<SegmentDetection.Builder>... segments) |
An array of segments detected in a video.
|
GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.Builder.segments(SegmentDetection... segments) |
An array of segments detected in a video.
|
GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.Builder.selectedSegmentTypes(Collection<SegmentTypeInfo> selectedSegmentTypes) |
An array containing the segment types requested in the call to StartSegmentDetection.
|
GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.Builder.selectedSegmentTypes(Consumer<SegmentTypeInfo.Builder>... selectedSegmentTypes) |
An array containing the segment types requested in the call to StartSegmentDetection.
|
GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.Builder.selectedSegmentTypes(SegmentTypeInfo... selectedSegmentTypes) |
An array containing the segment types requested in the call to StartSegmentDetection.
|
GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.Builder.statusMessage(String statusMessage) |
If the job fails, StatusMessage provides a descriptive error message.
|
GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.toBuilder() |
|
default GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.Builder.video(Consumer<Video.Builder> video) |
Sets the value of the Video property for this object.
|
GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.Builder.video(Video video) |
Sets the value of the Video property for this object.
|
GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.Builder.videoMetadata(Collection<VideoMetadata> videoMetadata) |
Currently, Amazon Rekognition Video returns a single object in the VideoMetadata array.
|
GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.Builder.videoMetadata(Consumer<VideoMetadata.Builder>... videoMetadata) |
Currently, Amazon Rekognition Video returns a single object in the VideoMetadata array.
|
GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.Builder.videoMetadata(VideoMetadata... videoMetadata) |
Currently, Amazon Rekognition Video returns a single object in the VideoMetadata array.
|