| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static TechnicalCueSegment.Builder |
TechnicalCueSegment.builder() |
TechnicalCueSegment.Builder |
TechnicalCueSegment.Builder.confidence(Float confidence)
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
|
TechnicalCueSegment.Builder |
TechnicalCueSegment.toBuilder() |
TechnicalCueSegment.Builder |
TechnicalCueSegment.Builder.type(String type)
The type of the technical cue.
|
TechnicalCueSegment.Builder |
TechnicalCueSegment.Builder.type(TechnicalCueType type)
The type of the technical cue.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TechnicalCueSegment.Builder> |
TechnicalCueSegment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SegmentDetection.Builder |
SegmentDetection.Builder.technicalCueSegment(Consumer<TechnicalCueSegment.Builder> technicalCueSegment)
If the segment is a technical cue, contains information about the technical cue.
|
Copyright © 2022. All rights reserved.