public static interface GetFaceSearchResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<GetFaceSearchResponse.Builder,GetFaceSearchResponse>
Modifier and Type | Method and Description |
---|---|
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 |
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, , 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, , in the video whose face(s) match the face(s) in an Amazon Rekognition collection.
|
GetFaceSearchResponse.Builder |
persons(PersonMatch... persons)
An array of persons, , 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 |
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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetFaceSearchResponse.Builder jobStatus(String jobStatus)
The current status of the face search job.
jobStatus
- The current status of the face search job.VideoJobStatus
,
VideoJobStatus
GetFaceSearchResponse.Builder jobStatus(VideoJobStatus jobStatus)
The current status of the face search job.
jobStatus
- The current status of the face search job.VideoJobStatus
,
VideoJobStatus
GetFaceSearchResponse.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.Builder
videoMetadata(VideoMetadata)
GetFaceSearchResponse.Builder persons(Collection<PersonMatch> persons)
An array of persons, , 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, , 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, , 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, , 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, , 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.
List.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #persons(List)
.persons
- a consumer that will call methods on List.Builder
#persons(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.