@Generated(value="software.amazon.awssdk:codegen") public final class FaceDetection extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FaceDetection.Builder,FaceDetection>
Information about a face detected in a video analysis request and the time the face was detected in the video.
Modifier and Type | Class and Description |
---|---|
static interface |
FaceDetection.Builder |
Modifier and Type | Method and Description |
---|---|
static FaceDetection.Builder |
builder() |
boolean |
equals(Object obj) |
FaceDetail |
face()
The face properties for the detected face.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FaceDetection.Builder> |
serializableBuilderClass() |
Long |
timestamp()
Time, in milliseconds from the start of the video, that the face was detected.
|
FaceDetection.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 face was detected.
public FaceDetail face()
The face properties for the detected face.
public FaceDetection.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<FaceDetection.Builder,FaceDetection>
public static FaceDetection.Builder builder()
public static Class<? extends FaceDetection.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.