| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
TechnicalCueSegment |
TechnicalCueSegment.clone() |
TechnicalCueSegment |
SegmentDetection.getTechnicalCueSegment()
If the segment is a technical cue, contains information about the technical cue.
|
TechnicalCueSegment |
TechnicalCueSegment.withConfidence(Float confidence)
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
|
TechnicalCueSegment |
TechnicalCueSegment.withType(String type)
The type of the technical cue.
|
TechnicalCueSegment |
TechnicalCueSegment.withType(TechnicalCueType type)
The type of the technical cue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SegmentDetection.setTechnicalCueSegment(TechnicalCueSegment technicalCueSegment)
If the segment is a technical cue, contains information about the technical cue.
|
SegmentDetection |
SegmentDetection.withTechnicalCueSegment(TechnicalCueSegment technicalCueSegment)
If the segment is a technical cue, contains information about the technical cue.
|
Copyright © 2023. All rights reserved.