| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
SegmentTypeInfo |
SegmentTypeInfo.clone() |
SegmentTypeInfo |
SegmentTypeInfo.withModelVersion(String modelVersion)
The version of the model used to detect segments.
|
SegmentTypeInfo |
SegmentTypeInfo.withType(SegmentType type)
The type of a segment (technical cue or shot detection).
|
SegmentTypeInfo |
SegmentTypeInfo.withType(String type)
The type of a segment (technical cue or shot detection).
|
| Modifier and Type | Method and Description |
|---|---|
List<SegmentTypeInfo> |
GetSegmentDetectionResult.getSelectedSegmentTypes()
An array containing the segment types requested in the call to
StartSegmentDetection. |
| Modifier and Type | Method and Description |
|---|---|
GetSegmentDetectionResult |
GetSegmentDetectionResult.withSelectedSegmentTypes(SegmentTypeInfo... selectedSegmentTypes)
An array containing the segment types requested in the call to
StartSegmentDetection. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetSegmentDetectionResult.setSelectedSegmentTypes(Collection<SegmentTypeInfo> selectedSegmentTypes)
An array containing the segment types requested in the call to
StartSegmentDetection. |
GetSegmentDetectionResult |
GetSegmentDetectionResult.withSelectedSegmentTypes(Collection<SegmentTypeInfo> selectedSegmentTypes)
An array containing the segment types requested in the call to
StartSegmentDetection. |
Copyright © 2023. All rights reserved.