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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
StartDocumentTextDetectionResponse.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 © 2020. All rights reserved.