public static interface StartDocumentTextDetectionResponse.Builder extends TextractResponse.Builder, SdkPojo, CopyableBuilder<StartDocumentTextDetectionResponse.Builder,StartDocumentTextDetectionResponse>
| Modifier and Type | Method and Description |
|---|---|
StartDocumentTextDetectionResponse.Builder |
jobId(String jobId)
The identifier of the text detection job for the document.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartDocumentTextDetectionResponse.Builder jobId(String jobId)
The identifier of the text detection job for the document. Use JobId to identify the job in a
subsequent call to GetDocumentTextDetection. A JobId value is only valid for 7
days.
jobId - The identifier of the text detection job for the document. Use JobId to identify the job
in a subsequent call to GetDocumentTextDetection. A JobId value is only
valid for 7 days.Copyright © 2023. All rights reserved.