public static interface GetPersonTrackingResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<GetPersonTrackingResponse.Builder,GetPersonTrackingResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPersonTrackingResponse.Builder |
jobId(String jobId)
Job identifier for the person tracking operation for which you want to obtain results.
|
GetPersonTrackingResponse.Builder |
jobStatus(String jobStatus)
The current status of the person tracking job.
|
GetPersonTrackingResponse.Builder |
jobStatus(VideoJobStatus jobStatus)
The current status of the person tracking job.
|
GetPersonTrackingResponse.Builder |
jobTag(String jobTag)
A job identifier specified in the call to StartCelebrityRecognition and returned in the job completion
notification sent to your Amazon Simple Notification Service topic.
|
GetPersonTrackingResponse.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 persons.
|
GetPersonTrackingResponse.Builder |
persons(Collection<PersonDetection> persons)
An array of the persons detected in the video and the time(s) their path was tracked throughout the video.
|
GetPersonTrackingResponse.Builder |
persons(Consumer<PersonDetection.Builder>... persons)
An array of the persons detected in the video and the time(s) their path was tracked throughout the video.
|
GetPersonTrackingResponse.Builder |
persons(PersonDetection... persons)
An array of the persons detected in the video and the time(s) their path was tracked throughout the video.
|
GetPersonTrackingResponse.Builder |
statusMessage(String statusMessage)
If the job fails,
StatusMessage provides a descriptive error message. |
default GetPersonTrackingResponse.Builder |
video(Consumer<Video.Builder> video)
Sets the value of the Video property for this object.
|
GetPersonTrackingResponse.Builder |
video(Video video)
Sets the value of the Video property for this object.
|
default GetPersonTrackingResponse.Builder |
videoMetadata(Consumer<VideoMetadata.Builder> videoMetadata)
Information about a video that Amazon Rekognition Video analyzed.
|
GetPersonTrackingResponse.Builder |
videoMetadata(VideoMetadata videoMetadata)
Information about a video that Amazon Rekognition Video analyzed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPersonTrackingResponse.Builder jobStatus(String jobStatus)
The current status of the person tracking job.
jobStatus - The current status of the person tracking job.VideoJobStatus,
VideoJobStatusGetPersonTrackingResponse.Builder jobStatus(VideoJobStatus jobStatus)
The current status of the person tracking job.
jobStatus - The current status of the person tracking job.VideoJobStatus,
VideoJobStatusGetPersonTrackingResponse.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.GetPersonTrackingResponse.Builder videoMetadata(VideoMetadata videoMetadata)
Information about a video that Amazon Rekognition Video analyzed. Videometadata is returned in
every page of paginated responses from a Amazon Rekognition Video operation.
videoMetadata - Information about a video that Amazon Rekognition Video analyzed. Videometadata is
returned in every page of paginated responses from a Amazon Rekognition Video operation.default GetPersonTrackingResponse.Builder videoMetadata(Consumer<VideoMetadata.Builder> videoMetadata)
Information about a video that Amazon Rekognition Video 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)GetPersonTrackingResponse.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 persons.
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 persons.GetPersonTrackingResponse.Builder persons(Collection<PersonDetection> persons)
An array of the persons detected in the video and the time(s) their path was tracked throughout the video. An array element will exist for each time a person's path is tracked.
persons - An array of the persons detected in the video and the time(s) their path was tracked throughout the
video. An array element will exist for each time a person's path is tracked.GetPersonTrackingResponse.Builder persons(PersonDetection... persons)
An array of the persons detected in the video and the time(s) their path was tracked throughout the video. An array element will exist for each time a person's path is tracked.
persons - An array of the persons detected in the video and the time(s) their path was tracked throughout the
video. An array element will exist for each time a person's path is tracked.GetPersonTrackingResponse.Builder persons(Consumer<PersonDetection.Builder>... persons)
An array of the persons detected in the video and the time(s) their path was tracked throughout the video. An array element will exist for each time a person's path is tracked.
This is a convenience method that creates an instance of thePersonDetection.Builder avoiding the need to create
one manually via PersonDetection.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
PersonDetection.Builder#persons(java.util.Collection) GetPersonTrackingResponse.Builder jobId(String jobId)
Job identifier for the person tracking operation for which you want to obtain results. The job identifer is returned by an initial call to StartPersonTracking.
jobId - Job identifier for the person tracking operation for which you want to obtain results. The job
identifer is returned by an initial call to StartPersonTracking.GetPersonTrackingResponse.Builder video(Video video)
video - The new value for the Video property for this object.default GetPersonTrackingResponse.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)GetPersonTrackingResponse.Builder jobTag(String jobTag)
A job identifier specified in the call to StartCelebrityRecognition and returned in the job completion notification sent to your Amazon Simple Notification Service topic.
jobTag - A job identifier specified in the call to StartCelebrityRecognition and returned in the job completion
notification sent to your Amazon Simple Notification Service topic.Copyright © 2023. All rights reserved.