@Generated(value="software.amazon.awssdk:codegen") public final class ShotSegment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ShotSegment.Builder,ShotSegment>
Information about a shot detection segment detected in a video. For more information, see SegmentDetection.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ShotSegment.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ShotSegment.Builder |
builder() |
Float |
confidence()
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
index()
An Identifier for a shot detection segment detected in a video.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ShotSegment.Builder> |
serializableBuilderClass() |
ShotSegment.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Long index()
An Identifier for a shot detection segment detected in a video.
public Float confidence()
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
public ShotSegment.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ShotSegment.Builder,ShotSegment>public static ShotSegment.Builder builder()
public static Class<? extends ShotSegment.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.