Class StartTechnicalCueDetectionFilter
- java.lang.Object
-
- software.amazon.awssdk.services.rekognition.model.StartTechnicalCueDetectionFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StartTechnicalCueDetectionFilter.Builder,StartTechnicalCueDetectionFilter>
@Generated("software.amazon.awssdk:codegen") public final class StartTechnicalCueDetectionFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StartTechnicalCueDetectionFilter.Builder,StartTechnicalCueDetectionFilter>
Filters for the technical segments returned by GetSegmentDetection. For more information, see StartSegmentDetectionFilters.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartTechnicalCueDetectionFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BlackFrameblackFrame()A filter that allows you to control the black frame detection by specifying the black levels and pixel coverage of black pixels in a frame.static StartTechnicalCueDetectionFilter.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()FloatminSegmentConfidence()Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected segment.List<SdkField<?>>sdkFields()static Class<? extends StartTechnicalCueDetectionFilter.Builder>serializableBuilderClass()StartTechnicalCueDetectionFilter.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
minSegmentConfidence
public final 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,GetSegmentDetectionreturns segments with confidence values greater than or equal to 50 percent.- Returns:
- 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,GetSegmentDetectionreturns segments with confidence values greater than or equal to 50 percent.
-
blackFrame
public final BlackFrame blackFrame()
A filter that allows you to control the black frame detection by specifying the black levels and pixel coverage of black pixels in a frame. Videos can come from multiple sources, formats, and time periods, with different standards and varying noise levels for black frames that need to be accounted for.
- Returns:
- A filter that allows you to control the black frame detection by specifying the black levels and pixel coverage of black pixels in a frame. Videos can come from multiple sources, formats, and time periods, with different standards and varying noise levels for black frames that need to be accounted for.
-
toBuilder
public StartTechnicalCueDetectionFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartTechnicalCueDetectionFilter.Builder,StartTechnicalCueDetectionFilter>
-
builder
public static StartTechnicalCueDetectionFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartTechnicalCueDetectionFilter.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-