@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()
An identifier you specify that's returned in the completion notification that's published to your 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)
An identifier you specify that's returned in the completion notification that's published to your 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)
An identifier you specify that's returned in the completion notification that's published to your 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%. The default value is 80%.
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%. The default value is 80%.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%. The default value is 80%.
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%. The default value is 80%.
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%. The default value is 80%.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)
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple
Notification Service topic. For example, you can use JobTag
to group related jobs and identify them
in the completion notification.
jobTag
- An identifier you specify that's returned in the completion notification that's published to your Amazon
Simple Notification Service topic. For example, you can use JobTag
to group related jobs and
identify them in the completion notification.public String getJobTag()
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple
Notification Service topic. For example, you can use JobTag
to group related jobs and identify them
in the completion notification.
JobTag
to group related jobs and
identify them in the completion notification.public StartFaceSearchRequest withJobTag(String jobTag)
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple
Notification Service topic. For example, you can use JobTag
to group related jobs and identify them
in the completion notification.
jobTag
- An identifier you specify that's returned in the completion notification that's published to your Amazon
Simple Notification Service topic. For example, you can use JobTag
to group related jobs and
identify them in the completion notification.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.