@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartFaceSearchRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartFaceSearchRequest() |
Modifier and Type | Method and Description |
---|---|
StartFaceSearchRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
Idempotent token used to identify the start request.
|
String |
getCollectionId()
ID of the collection that contains the faces you want to search for.
|
Float |
getFaceMatchThreshold()
The minimum confidence in the person match to return.
|
String |
getJobTag()
Unique identifier you specify to identify the job in the completion status published to the Amazon Simple
Notification Service topic.
|
NotificationChannel |
getNotificationChannel()
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of
the search.
|
Video |
getVideo()
The video you want to search.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
Idempotent token used to identify the start request.
|
void |
setCollectionId(String collectionId)
ID of the collection that contains the faces you want to search for.
|
void |
setFaceMatchThreshold(Float faceMatchThreshold)
The minimum confidence in the person match to return.
|
void |
setJobTag(String jobTag)
Unique identifier you specify to identify the job in the completion status published to the Amazon Simple
Notification Service topic.
|
void |
setNotificationChannel(NotificationChannel notificationChannel)
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of
the search.
|
void |
setVideo(Video video)
The video you want to search.
|
String |
toString()
Returns a string representation of this object.
|
StartFaceSearchRequest |
withClientRequestToken(String clientRequestToken)
Idempotent token used to identify the start request.
|
StartFaceSearchRequest |
withCollectionId(String collectionId)
ID of the collection that contains the faces you want to search for.
|
StartFaceSearchRequest |
withFaceMatchThreshold(Float faceMatchThreshold)
The minimum confidence in the person match to return.
|
StartFaceSearchRequest |
withJobTag(String jobTag)
Unique identifier you specify to identify the job in the completion status published to the Amazon Simple
Notification Service topic.
|
StartFaceSearchRequest |
withNotificationChannel(NotificationChannel notificationChannel)
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of
the search.
|
StartFaceSearchRequest |
withVideo(Video video)
The video you want to search.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setVideo(Video video)
The video you want to search. The video must be stored in an Amazon S3 bucket.
video
- The video you want to search. The video must be stored in an Amazon S3 bucket.public Video getVideo()
The video you want to search. The video must be stored in an Amazon S3 bucket.
public StartFaceSearchRequest withVideo(Video video)
The video you want to search. The video must be stored in an Amazon S3 bucket.
video
- The video you want to search. The video must be stored in an Amazon S3 bucket.public void setClientRequestToken(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.
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.public String getClientRequestToken()
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 StartFaceSearchRequest withClientRequestToken(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.
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.public void setFaceMatchThreshold(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%.
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 Float getFaceMatchThreshold()
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 StartFaceSearchRequest withFaceMatchThreshold(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%.
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 void setCollectionId(String collectionId)
ID of the collection that contains the faces you want to search for.
collectionId
- ID of the collection that contains the faces you want to search for.public String getCollectionId()
ID of the collection that contains the faces you want to search for.
public StartFaceSearchRequest withCollectionId(String collectionId)
ID of the collection that contains the faces you want to search for.
collectionId
- ID of the collection that contains the faces you want to search for.public void setNotificationChannel(NotificationChannel notificationChannel)
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of the search.
notificationChannel
- The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion
status of the search.public NotificationChannel getNotificationChannel()
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of the search.
public StartFaceSearchRequest withNotificationChannel(NotificationChannel notificationChannel)
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of the search.
notificationChannel
- The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion
status of the search.public void setJobTag(String jobTag)
Unique identifier you specify to identify the job in the completion status published to the Amazon Simple Notification Service topic.
jobTag
- Unique identifier you specify to identify the job in the completion status published to the Amazon Simple
Notification Service topic.public String getJobTag()
Unique identifier you specify to identify the job in the completion status published to the Amazon Simple Notification Service topic.
public StartFaceSearchRequest withJobTag(String jobTag)
Unique identifier you specify to identify the job in the completion status published to the Amazon Simple Notification Service topic.
jobTag
- Unique identifier you specify to identify the job in the completion status published to the Amazon Simple
Notification Service topic.public String toString()
toString
in class Object
Object.toString()
public StartFaceSearchRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.