@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPersonTrackingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetPersonTrackingRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetPersonTrackingRequest |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
The identifier for a job that tracks persons in a video.
|
Integer |
getMaxResults()
Maximum number of tracked persons to return.
|
String |
getNextToken()
If the previous response was incomplete (because there are more persons to retrieve), Rekognition Video returns a
pagination token in the response.
|
String |
getSortBy()
Sort to use for elements in the
Persons array. |
int |
hashCode() |
void |
setJobId(String jobId)
The identifier for a job that tracks persons in a video.
|
void |
setMaxResults(Integer maxResults)
Maximum number of tracked persons to return.
|
void |
setNextToken(String nextToken)
If the previous response was incomplete (because there are more persons to retrieve), Rekognition Video returns a
pagination token in the response.
|
void |
setSortBy(String sortBy)
Sort to use for elements in the
Persons array. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetPersonTrackingRequest |
withJobId(String jobId)
The identifier for a job that tracks persons in a video.
|
GetPersonTrackingRequest |
withMaxResults(Integer maxResults)
Maximum number of tracked persons to return.
|
GetPersonTrackingRequest |
withNextToken(String nextToken)
If the previous response was incomplete (because there are more persons to retrieve), Rekognition Video returns a
pagination token in the response.
|
GetPersonTrackingRequest |
withSortBy(PersonTrackingSortBy sortBy)
Sort to use for elements in the
Persons array. |
GetPersonTrackingRequest |
withSortBy(String sortBy)
Sort to use for elements in the
Persons array. |
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setJobId(String jobId)
The identifier for a job that tracks persons in a video. You get the JobId from a call to
StartPersonTracking.
jobId - The identifier for a job that tracks persons in a video. You get the JobId from a call to
StartPersonTracking.public String getJobId()
The identifier for a job that tracks persons in a video. You get the JobId from a call to
StartPersonTracking.
JobId from a call to
StartPersonTracking.public GetPersonTrackingRequest withJobId(String jobId)
The identifier for a job that tracks persons in a video. You get the JobId from a call to
StartPersonTracking.
jobId - The identifier for a job that tracks persons in a video. You get the JobId from a call to
StartPersonTracking.public void setMaxResults(Integer maxResults)
Maximum number of tracked persons to return. The default is 1000.
maxResults - Maximum number of tracked persons to return. The default is 1000.public Integer getMaxResults()
Maximum number of tracked persons to return. The default is 1000.
public GetPersonTrackingRequest withMaxResults(Integer maxResults)
Maximum number of tracked persons to return. The default is 1000.
maxResults - Maximum number of tracked persons to return. The default is 1000.public void setNextToken(String nextToken)
If the previous response was incomplete (because there are more persons to retrieve), Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of persons.
nextToken - If the previous response was incomplete (because there are more persons to retrieve), Rekognition Video
returns a pagination token in the response. You can use this pagination token to retrieve the next set of
persons.public String getNextToken()
If the previous response was incomplete (because there are more persons to retrieve), Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of persons.
public GetPersonTrackingRequest withNextToken(String nextToken)
If the previous response was incomplete (because there are more persons to retrieve), Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of persons.
nextToken - If the previous response was incomplete (because there are more persons to retrieve), Rekognition Video
returns a pagination token in the response. You can use this pagination token to retrieve the next set of
persons.public void setSortBy(String sortBy)
Sort to use for elements in the Persons array. Use TIMESTAMP to sort array elements by
the time persons are detected. Use INDEX to sort by the tracked persons. If you sort by
INDEX, the array elements for each person are sorted by detection confidence. The default sort is by
TIMESTAMP.
sortBy - Sort to use for elements in the Persons array. Use TIMESTAMP to sort array
elements by the time persons are detected. Use INDEX to sort by the tracked persons. If you
sort by INDEX, the array elements for each person are sorted by detection confidence. The
default sort is by TIMESTAMP.PersonTrackingSortBypublic String getSortBy()
Sort to use for elements in the Persons array. Use TIMESTAMP to sort array elements by
the time persons are detected. Use INDEX to sort by the tracked persons. If you sort by
INDEX, the array elements for each person are sorted by detection confidence. The default sort is by
TIMESTAMP.
Persons array. Use TIMESTAMP to sort array
elements by the time persons are detected. Use INDEX to sort by the tracked persons. If you
sort by INDEX, the array elements for each person are sorted by detection confidence. The
default sort is by TIMESTAMP.PersonTrackingSortBypublic GetPersonTrackingRequest withSortBy(String sortBy)
Sort to use for elements in the Persons array. Use TIMESTAMP to sort array elements by
the time persons are detected. Use INDEX to sort by the tracked persons. If you sort by
INDEX, the array elements for each person are sorted by detection confidence. The default sort is by
TIMESTAMP.
sortBy - Sort to use for elements in the Persons array. Use TIMESTAMP to sort array
elements by the time persons are detected. Use INDEX to sort by the tracked persons. If you
sort by INDEX, the array elements for each person are sorted by detection confidence. The
default sort is by TIMESTAMP.PersonTrackingSortBypublic GetPersonTrackingRequest withSortBy(PersonTrackingSortBy sortBy)
Sort to use for elements in the Persons array. Use TIMESTAMP to sort array elements by
the time persons are detected. Use INDEX to sort by the tracked persons. If you sort by
INDEX, the array elements for each person are sorted by detection confidence. The default sort is by
TIMESTAMP.
sortBy - Sort to use for elements in the Persons array. Use TIMESTAMP to sort array
elements by the time persons are detected. Use INDEX to sort by the tracked persons. If you
sort by INDEX, the array elements for each person are sorted by detection confidence. The
default sort is by TIMESTAMP.PersonTrackingSortBypublic String toString()
toString in class ObjectObject.toString()public GetPersonTrackingRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.