public static interface GetFaceSearchResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<GetFaceSearchResponse.Builder,GetFaceSearchResponse>
| Modifier and Type | Method and Description |
|---|---|
GetFaceSearchResponse.Builder |
jobId(String jobId)
Job identifier for the face search operation for which you want to obtain results.
|
GetFaceSearchResponse.Builder |
jobStatus(String jobStatus)
The current status of the face search job.
|
GetFaceSearchResponse.Builder |
jobStatus(VideoJobStatus jobStatus)
The current status of the face search job.
|
GetFaceSearchResponse.Builder |
jobTag(String jobTag)
A job identifier specified in the call to StartFaceSearch and returned in the job completion notification
sent to your Amazon Simple Notification Service topic.
|
GetFaceSearchResponse.Builder |
nextToken(String nextToken)
If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent
request to retrieve the next set of search results.
|
GetFaceSearchResponse.Builder |
persons(Collection<PersonMatch> persons)
An array of persons, PersonMatch, in the video whose face(s) match the face(s) in an Amazon
Rekognition collection.
|
GetFaceSearchResponse.Builder |
persons(Consumer<PersonMatch.Builder>... persons)
An array of persons, PersonMatch, in the video whose face(s) match the face(s) in an Amazon
Rekognition collection.
|
GetFaceSearchResponse.Builder |
persons(PersonMatch... persons)
An array of persons, PersonMatch, in the video whose face(s) match the face(s) in an Amazon
Rekognition collection.
|
GetFaceSearchResponse.Builder |
statusMessage(String statusMessage)
If the job fails,
StatusMessage provides a descriptive error message. |
default GetFaceSearchResponse.Builder |
video(Consumer<Video.Builder> video)
Sets the value of the Video property for this object.
|
GetFaceSearchResponse.Builder |
video(Video video)
Sets the value of the Video property for this object.
|
default GetFaceSearchResponse.Builder |
videoMetadata(Consumer<VideoMetadata.Builder> videoMetadata)
Information about a video that Amazon Rekognition analyzed.
|
GetFaceSearchResponse.Builder |
videoMetadata(VideoMetadata videoMetadata)
Information about a video that Amazon Rekognition analyzed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFaceSearchResponse.Builder jobStatus(String jobStatus)
The current status of the face search job.
jobStatus - The current status of the face search job.VideoJobStatus,
VideoJobStatusGetFaceSearchResponse.Builder jobStatus(VideoJobStatus jobStatus)
The current status of the face search job.
jobStatus - The current status of the face search job.VideoJobStatus,
VideoJobStatusGetFaceSearchResponse.Builder statusMessage(String statusMessage)
If the job fails, StatusMessage provides a descriptive error message.
statusMessage - If the job fails, StatusMessage provides a descriptive error message.GetFaceSearchResponse.Builder nextToken(String nextToken)
If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of search results.
nextToken - If the response is truncated, Amazon Rekognition Video returns this token that you can use in the
subsequent request to retrieve the next set of search results.GetFaceSearchResponse.Builder videoMetadata(VideoMetadata videoMetadata)
Information about a video that Amazon Rekognition analyzed. Videometadata is returned in every
page of paginated responses from a Amazon Rekognition Video operation.
videoMetadata - Information about a video that Amazon Rekognition analyzed. Videometadata is returned in
every page of paginated responses from a Amazon Rekognition Video operation.default GetFaceSearchResponse.Builder videoMetadata(Consumer<VideoMetadata.Builder> videoMetadata)
Information about a video that Amazon Rekognition analyzed. Videometadata is returned in every
page of paginated responses from a Amazon Rekognition Video operation.
VideoMetadata.Builder avoiding the need
to create one manually via VideoMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to videoMetadata(VideoMetadata).
videoMetadata - a consumer that will call methods on VideoMetadata.BuildervideoMetadata(VideoMetadata)GetFaceSearchResponse.Builder persons(Collection<PersonMatch> persons)
An array of persons, PersonMatch, in the video whose face(s) match the face(s) in an Amazon
Rekognition collection. It also includes time information for when persons are matched in the video. You
specify the input collection in an initial call to StartFaceSearch. Each Persons
element includes a time the person was matched, face match details (FaceMatches) for matching
faces in the collection, and person information (Person) for the matched person.
persons - An array of persons, PersonMatch, in the video whose face(s) match the face(s) in an Amazon
Rekognition collection. It also includes time information for when persons are matched in the video.
You specify the input collection in an initial call to StartFaceSearch. Each
Persons element includes a time the person was matched, face match details (
FaceMatches) for matching faces in the collection, and person information (
Person) for the matched person.GetFaceSearchResponse.Builder persons(PersonMatch... persons)
An array of persons, PersonMatch, in the video whose face(s) match the face(s) in an Amazon
Rekognition collection. It also includes time information for when persons are matched in the video. You
specify the input collection in an initial call to StartFaceSearch. Each Persons
element includes a time the person was matched, face match details (FaceMatches) for matching
faces in the collection, and person information (Person) for the matched person.
persons - An array of persons, PersonMatch, in the video whose face(s) match the face(s) in an Amazon
Rekognition collection. It also includes time information for when persons are matched in the video.
You specify the input collection in an initial call to StartFaceSearch. Each
Persons element includes a time the person was matched, face match details (
FaceMatches) for matching faces in the collection, and person information (
Person) for the matched person.GetFaceSearchResponse.Builder persons(Consumer<PersonMatch.Builder>... persons)
An array of persons, PersonMatch, in the video whose face(s) match the face(s) in an Amazon
Rekognition collection. It also includes time information for when persons are matched in the video. You
specify the input collection in an initial call to StartFaceSearch. Each Persons
element includes a time the person was matched, face match details (FaceMatches) for matching
faces in the collection, and person information (Person) for the matched person.
PersonMatch.Builder avoiding the need to create one
manually via PersonMatch.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #persons(List.
persons - a consumer that will call methods on
PersonMatch.Builder#persons(java.util.Collection) GetFaceSearchResponse.Builder jobId(String jobId)
Job identifier for the face search operation for which you want to obtain results. The job identifer is returned by an initial call to StartFaceSearch.
jobId - Job identifier for the face search operation for which you want to obtain results. The job identifer
is returned by an initial call to StartFaceSearch.GetFaceSearchResponse.Builder video(Video video)
video - The new value for the Video property for this object.default GetFaceSearchResponse.Builder video(Consumer<Video.Builder> video)
Video.Builder avoiding the need to
create one manually via Video.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to video(Video).
video - a consumer that will call methods on Video.Buildervideo(Video)GetFaceSearchResponse.Builder jobTag(String jobTag)
A job identifier specified in the call to StartFaceSearch and returned in the job completion notification sent to your Amazon Simple Notification Service topic.
jobTag - A job identifier specified in the call to StartFaceSearch and returned in the job completion
notification sent to your Amazon Simple Notification Service topic.Copyright © 2023. All rights reserved.