@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectTextRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DetectTextRequest() |
Modifier and Type | Method and Description |
---|---|
DetectTextRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
DetectTextFilters |
getFilters()
Optional parameters that let you set the criteria that the text must meet to be included in your response.
|
Image |
getImage()
The input image as base64-encoded bytes or an Amazon S3 object.
|
int |
hashCode() |
void |
setFilters(DetectTextFilters filters)
Optional parameters that let you set the criteria that the text must meet to be included in your response.
|
void |
setImage(Image image)
The input image as base64-encoded bytes or an Amazon S3 object.
|
String |
toString()
Returns a string representation of this object.
|
DetectTextRequest |
withFilters(DetectTextFilters filters)
Optional parameters that let you set the criteria that the text must meet to be included in your response.
|
DetectTextRequest |
withImage(Image image)
The input image as base64-encoded bytes or an Amazon S3 object.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setImage(Image image)
The input image as base64-encoded bytes or an Amazon S3 object. If you use the AWS CLI to call Amazon Rekognition operations, you can't pass image bytes.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed
using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
image
- The input image as base64-encoded bytes or an Amazon S3 object. If you use the AWS CLI to call Amazon
Rekognition operations, you can't pass image bytes.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes
passed using the Bytes
field. For more information, see Images in the Amazon Rekognition
developer guide.
public Image getImage()
The input image as base64-encoded bytes or an Amazon S3 object. If you use the AWS CLI to call Amazon Rekognition operations, you can't pass image bytes.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed
using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes
passed using the Bytes
field. For more information, see Images in the Amazon Rekognition
developer guide.
public DetectTextRequest withImage(Image image)
The input image as base64-encoded bytes or an Amazon S3 object. If you use the AWS CLI to call Amazon Rekognition operations, you can't pass image bytes.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed
using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
image
- The input image as base64-encoded bytes or an Amazon S3 object. If you use the AWS CLI to call Amazon
Rekognition operations, you can't pass image bytes.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes
passed using the Bytes
field. For more information, see Images in the Amazon Rekognition
developer guide.
public void setFilters(DetectTextFilters filters)
Optional parameters that let you set the criteria that the text must meet to be included in your response.
filters
- Optional parameters that let you set the criteria that the text must meet to be included in your response.public DetectTextFilters getFilters()
Optional parameters that let you set the criteria that the text must meet to be included in your response.
public DetectTextRequest withFilters(DetectTextFilters filters)
Optional parameters that let you set the criteria that the text must meet to be included in your response.
filters
- Optional parameters that let you set the criteria that the text must meet to be included in your response.public String toString()
toString
in class Object
Object.toString()
public DetectTextRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()