@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartTechnicalCueDetectionFilter extends Object implements Serializable, Cloneable, StructuredPojo
Filters for the technical segments returned by GetSegmentDetection. For more information, see StartSegmentDetectionFilters.
| Constructor and Description |
|---|
StartTechnicalCueDetectionFilter() |
| Modifier and Type | Method and Description |
|---|---|
StartTechnicalCueDetectionFilter |
clone() |
boolean |
equals(Object obj) |
Float |
getMinSegmentConfidence()
Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected segment.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMinSegmentConfidence(Float minSegmentConfidence)
Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected segment.
|
String |
toString()
Returns a string representation of this object.
|
StartTechnicalCueDetectionFilter |
withMinSegmentConfidence(Float minSegmentConfidence)
Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected segment.
|
public void setMinSegmentConfidence(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.
public Float getMinSegmentConfidence()
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.
If you don't specify MinSegmentConfidence, GetSegmentDetection returns segments
with confidence values greater than or equal to 50 percent.
public StartTechnicalCueDetectionFilter withMinSegmentConfidence(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.
public String toString()
toString in class ObjectObject.toString()public StartTechnicalCueDetectionFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.