@Generated(value="software.amazon.awssdk:codegen") public final class LabelDetection extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LabelDetection.Builder,LabelDetection>
Information about a label detected in a video analysis request and the time the label was detected in the video.
Modifier and Type | Class and Description |
---|---|
static interface |
LabelDetection.Builder |
Modifier and Type | Method and Description |
---|---|
static LabelDetection.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Label |
label()
Details about the detected label.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LabelDetection.Builder> |
serializableBuilderClass() |
Long |
timestamp()
Time, in milliseconds from the start of the video, that the label was detected.
|
LabelDetection.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Long timestamp()
Time, in milliseconds from the start of the video, that the label was detected.
public Label label()
Details about the detected label.
public LabelDetection.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LabelDetection.Builder,LabelDetection>
public static LabelDetection.Builder builder()
public static Class<? extends LabelDetection.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.