@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectModerationLabelsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DetectModerationLabelsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DetectModerationLabelsRequest |
clone() |
boolean |
equals(Object obj) |
Image |
getImage() |
Float |
getMinConfidence()
Specifies the minimum confidence level for the labels to return.
|
int |
hashCode() |
void |
setImage(Image image) |
void |
setMinConfidence(Float minConfidence)
Specifies the minimum confidence level for the labels to return.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DetectModerationLabelsRequest |
withImage(Image image) |
DetectModerationLabelsRequest |
withMinConfidence(Float minConfidence)
Specifies the minimum confidence level for the labels to return.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setImage(Image image)
image - public Image getImage()
public DetectModerationLabelsRequest withImage(Image image)
image - public void setMinConfidence(Float minConfidence)
Specifies the minimum confidence level for the labels to return. Amazon Rekognition doesn't return any labels with a confidence level lower than this specified value.
If you don't specify MinConfidence, the operation returns labels with confidence values greater than
or equal to 50 percent.
minConfidence - Specifies the minimum confidence level for the labels to return. Amazon Rekognition doesn't return any
labels with a confidence level lower than this specified value.
If you don't specify MinConfidence, the operation returns labels with confidence values
greater than or equal to 50 percent.
public Float getMinConfidence()
Specifies the minimum confidence level for the labels to return. Amazon Rekognition doesn't return any labels with a confidence level lower than this specified value.
If you don't specify MinConfidence, the operation returns labels with confidence values greater than
or equal to 50 percent.
If you don't specify MinConfidence, the operation returns labels with confidence values
greater than or equal to 50 percent.
public DetectModerationLabelsRequest withMinConfidence(Float minConfidence)
Specifies the minimum confidence level for the labels to return. Amazon Rekognition doesn't return any labels with a confidence level lower than this specified value.
If you don't specify MinConfidence, the operation returns labels with confidence values greater than
or equal to 50 percent.
minConfidence - Specifies the minimum confidence level for the labels to return. Amazon Rekognition doesn't return any
labels with a confidence level lower than this specified value.
If you don't specify MinConfidence, the operation returns labels with confidence values
greater than or equal to 50 percent.
public String toString()
toString in class ObjectObject.toString()public DetectModerationLabelsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.