@Generated(value="software.amazon.awssdk:codegen") public final class StartShotDetectionFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StartShotDetectionFilter.Builder,StartShotDetectionFilter>
Filters for the shot detection segments returned by GetSegmentDetection. For more information, see
StartSegmentDetectionFilters.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartShotDetectionFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartShotDetectionFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Float |
minSegmentConfidence()
Specifies the minimum confidence that Amazon Rekognition Video must have in order to return a detected segment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartShotDetectionFilter.Builder> |
serializableBuilderClass() |
StartShotDetectionFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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, the GetSegmentDetection returns segments
with confidence values greater than or equal to 50 percent.
If you don't specify MinSegmentConfidence, the GetSegmentDetection returns
segments with confidence values greater than or equal to 50 percent.
public StartShotDetectionFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartShotDetectionFilter.Builder,StartShotDetectionFilter>public static StartShotDetectionFilter.Builder builder()
public static Class<? extends StartShotDetectionFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.