@Generated(value="software.amazon.awssdk:codegen") public final class StartFaceSearchRequest extends RekognitionRequest implements ToCopyableBuilder<StartFaceSearchRequest.Builder,StartFaceSearchRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartFaceSearchRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartFaceSearchRequest.Builder |
builder() |
String |
clientRequestToken()
Idempotent token used to identify the start request.
|
String |
collectionId()
ID of the collection that contains the faces you want to search for.
|
boolean |
equals(Object obj) |
Float |
faceMatchThreshold()
The minimum confidence in the person match to return.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest. |
int |
hashCode() |
String |
jobTag()
Unique identifier you specify to identify the job in the completion status published to the Amazon Simple
Notification Service topic.
|
NotificationChannel |
notificationChannel()
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of
the search.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartFaceSearchRequest.Builder> |
serializableBuilderClass() |
StartFaceSearchRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Video |
video()
The video you want to search.
|
overrideConfigurationcopypublic Video video()
The video you want to search. The video must be stored in an Amazon S3 bucket.
public String clientRequestToken()
Idempotent token used to identify the start request. If you use the same token with multiple
StartFaceSearch requests, the same JobId is returned. Use
ClientRequestToken to prevent the same job from being accidently started more than once.
StartFaceSearch requests, the same JobId is returned. Use
ClientRequestToken to prevent the same job from being accidently started more than once.public Float faceMatchThreshold()
The minimum confidence in the person match to return. For example, don't return any matches where confidence in matches is less than 70%.
public String collectionId()
ID of the collection that contains the faces you want to search for.
public NotificationChannel notificationChannel()
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of the search.
public String jobTag()
Unique identifier you specify to identify the job in the completion status published to the Amazon Simple Notification Service topic.
public StartFaceSearchRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<StartFaceSearchRequest.Builder,StartFaceSearchRequest>toBuilder in class RekognitionRequestpublic static StartFaceSearchRequest.Builder builder()
public static Class<? extends StartFaceSearchRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequestSdkRequest. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class) method will
again be available.getValueForField in class SdkRequestfieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.