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