public static interface TechnicalCueSegment.Builder extends SdkPojo, CopyableBuilder<TechnicalCueSegment.Builder,TechnicalCueSegment>
| Modifier and Type | Method and Description |
|---|---|
TechnicalCueSegment.Builder |
confidence(Float confidence)
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
|
TechnicalCueSegment.Builder |
type(String type)
The type of the technical cue.
|
TechnicalCueSegment.Builder |
type(TechnicalCueType type)
The type of the technical cue.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTechnicalCueSegment.Builder type(String type)
The type of the technical cue.
type - The type of the technical cue.TechnicalCueType,
TechnicalCueTypeTechnicalCueSegment.Builder type(TechnicalCueType type)
The type of the technical cue.
type - The type of the technical cue.TechnicalCueType,
TechnicalCueTypeTechnicalCueSegment.Builder confidence(Float confidence)
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
confidence - The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.Copyright © 2020. All rights reserved.