| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static SegmentType |
SegmentType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SegmentType |
SegmentDetection.type()
The type of the segment.
|
SegmentType |
SegmentTypeInfo.type()
The type of a segment (technical cue or shot detection).
|
static SegmentType |
SegmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SegmentType[] |
SegmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SegmentType> |
SegmentType.knownValues()
|
List<SegmentType> |
StartSegmentDetectionRequest.segmentTypes()
An array of segment types to detect in the video.
|
| Modifier and Type | Method and Description |
|---|---|
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.segmentTypes(SegmentType... segmentTypes)
An array of segment types to detect in the video.
|
SegmentDetection.Builder |
SegmentDetection.Builder.type(SegmentType type)
The type of the segment.
|
SegmentTypeInfo.Builder |
SegmentTypeInfo.Builder.type(SegmentType type)
The type of a segment (technical cue or shot detection).
|
| Modifier and Type | Method and Description |
|---|---|
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.segmentTypes(Collection<SegmentType> segmentTypes)
An array of segment types to detect in the video.
|
Copyright © 2021. All rights reserved.