| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.Builder.audioMetadata(AudioMetadata... audioMetadata)
An array of objects.
|
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.
|
static GetSegmentDetectionResponse.Builder |
GetSegmentDetectionResponse.builder() |
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.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() |
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. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetSegmentDetectionResponse.Builder> |
GetSegmentDetectionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.