public static interface StartTechnicalCueDetectionFilter.Builder extends SdkPojo, CopyableBuilder<StartTechnicalCueDetectionFilter.Builder,StartTechnicalCueDetectionFilter>
| Modifier and Type | Method and Description |
|---|---|
StartTechnicalCueDetectionFilter.Builder |
minSegmentConfidence(Float minSegmentConfidence)
Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected
segment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStartTechnicalCueDetectionFilter.Builder minSegmentConfidence(Float minSegmentConfidence)
Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected segment. Confidence represents how certain Amazon Rekognition is that a segment is correctly identified. 0 is the lowest confidence. 100 is the highest confidence. Amazon Rekognition Video doesn't return any segments with a confidence level lower than this specified value.
If you don't specify MinSegmentConfidence, GetSegmentDetection returns segments
with confidence values greater than or equal to 50 percent.
minSegmentConfidence - Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected
segment. Confidence represents how certain Amazon Rekognition is that a segment is correctly
identified. 0 is the lowest confidence. 100 is the highest confidence. Amazon Rekognition Video
doesn't return any segments with a confidence level lower than this specified value.
If you don't specify MinSegmentConfidence, GetSegmentDetection returns
segments with confidence values greater than or equal to 50 percent.
Copyright © 2021. All rights reserved.