Uses of Interface
software.amazon.awssdk.services.rekognition.model.GetSegmentDetectionRequest.Builder
-
Packages that use GetSegmentDetectionRequest.Builder Package Description software.amazon.awssdk.services.rekognition This is the API Reference for Amazon Rekognition Image, Amazon Rekognition Custom Labels, Amazon Rekognition Stored Video, Amazon Rekognition Streaming Video.software.amazon.awssdk.services.rekognition.model -
-
Uses of GetSegmentDetectionRequest.Builder in software.amazon.awssdk.services.rekognition
Method parameters in software.amazon.awssdk.services.rekognition with type arguments of type GetSegmentDetectionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetSegmentDetectionResponse>RekognitionAsyncClient. getSegmentDetection(Consumer<GetSegmentDetectionRequest.Builder> getSegmentDetectionRequest)Gets the segment detection results of a Amazon Rekognition Video analysis started by StartSegmentDetection.default GetSegmentDetectionResponseRekognitionClient. getSegmentDetection(Consumer<GetSegmentDetectionRequest.Builder> getSegmentDetectionRequest)Gets the segment detection results of a Amazon Rekognition Video analysis started by StartSegmentDetection.default GetSegmentDetectionPublisherRekognitionAsyncClient. getSegmentDetectionPaginator(Consumer<GetSegmentDetectionRequest.Builder> getSegmentDetectionRequest)Gets the segment detection results of a Amazon Rekognition Video analysis started by StartSegmentDetection.default GetSegmentDetectionIterableRekognitionClient. getSegmentDetectionPaginator(Consumer<GetSegmentDetectionRequest.Builder> getSegmentDetectionRequest)Gets the segment detection results of a Amazon Rekognition Video analysis started by StartSegmentDetection. -
Uses of GetSegmentDetectionRequest.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return GetSegmentDetectionRequest.Builder Modifier and Type Method Description static GetSegmentDetectionRequest.BuilderGetSegmentDetectionRequest. builder()GetSegmentDetectionRequest.BuilderGetSegmentDetectionRequest.Builder. jobId(String jobId)Job identifier for the text detection operation for which you want results returned.GetSegmentDetectionRequest.BuilderGetSegmentDetectionRequest.Builder. maxResults(Integer maxResults)Maximum number of results to return per paginated call.GetSegmentDetectionRequest.BuilderGetSegmentDetectionRequest.Builder. nextToken(String nextToken)If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of text.GetSegmentDetectionRequest.BuilderGetSegmentDetectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSegmentDetectionRequest.BuilderGetSegmentDetectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSegmentDetectionRequest.BuilderGetSegmentDetectionRequest. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type GetSegmentDetectionRequest.Builder Modifier and Type Method Description static Class<? extends GetSegmentDetectionRequest.Builder>GetSegmentDetectionRequest. serializableBuilderClass()
-