@Generated(value="software.amazon.awssdk:codegen") public final class DetectDocumentTextRequest extends TextractRequest implements ToCopyableBuilder<DetectDocumentTextRequest.Builder,DetectDocumentTextRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DetectDocumentTextRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DetectDocumentTextRequest.Builder |
builder() |
Document |
document()
The input document as base64-encoded bytes or an Amazon S3 object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DetectDocumentTextRequest.Builder> |
serializableBuilderClass() |
DetectDocumentTextRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Document document()
The input document as base64-encoded bytes or an Amazon S3 object. If you use the AWS CLI to call Amazon Textract operations, you can't pass image bytes. The document must be an image in JPEG or PNG format.
If you're using an AWS SDK to call Amazon Textract, you might not need to base64-encode image bytes that are
passed using the Bytes field.
If you're using an AWS SDK to call Amazon Textract, you might not need to base64-encode image bytes that
are passed using the Bytes field.
public DetectDocumentTextRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DetectDocumentTextRequest.Builder,DetectDocumentTextRequest>toBuilder in class TextractRequestpublic static DetectDocumentTextRequest.Builder builder()
public static Class<? extends DetectDocumentTextRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.