Uses of Interface
software.amazon.awssdk.services.textract.model.StartDocumentTextDetectionResponse.Builder
-
Packages that use StartDocumentTextDetectionResponse.Builder Package Description software.amazon.awssdk.services.textract.model -
-
Uses of StartDocumentTextDetectionResponse.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return StartDocumentTextDetectionResponse.Builder Modifier and Type Method Description static StartDocumentTextDetectionResponse.BuilderStartDocumentTextDetectionResponse. builder()StartDocumentTextDetectionResponse.BuilderStartDocumentTextDetectionResponse.Builder. jobId(String jobId)The identifier of the text detection job for the document.StartDocumentTextDetectionResponse.BuilderStartDocumentTextDetectionResponse. toBuilder()Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type StartDocumentTextDetectionResponse.Builder Modifier and Type Method Description static Class<? extends StartDocumentTextDetectionResponse.Builder>StartDocumentTextDetectionResponse. serializableBuilderClass()
-