Uses of Class
software.amazon.awssdk.services.rekognition.model.RegionOfInterest
-
Packages that use RegionOfInterest Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of RegionOfInterest in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type RegionOfInterest Modifier and Type Method Description List<RegionOfInterest>CreateStreamProcessorRequest. regionsOfInterest()Specifies locations in the frames where Amazon Rekognition checks for objects or people.List<RegionOfInterest>DescribeStreamProcessorResponse. regionsOfInterest()Specifies locations in the frames where Amazon Rekognition checks for objects or people.List<RegionOfInterest>DetectTextFilters. regionsOfInterest()A Filter focusing on a certain area of the image.List<RegionOfInterest>StartTextDetectionFilters. regionsOfInterest()Filter focusing on a certain area of the frame.List<RegionOfInterest>UpdateStreamProcessorRequest. regionsOfInterestForUpdate()Specifies locations in the frames where Amazon Rekognition checks for objects or people.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type RegionOfInterest Modifier and Type Method Description CreateStreamProcessorRequest.BuilderCreateStreamProcessorRequest.Builder. regionsOfInterest(RegionOfInterest... regionsOfInterest)Specifies locations in the frames where Amazon Rekognition checks for objects or people.DescribeStreamProcessorResponse.BuilderDescribeStreamProcessorResponse.Builder. regionsOfInterest(RegionOfInterest... regionsOfInterest)Specifies locations in the frames where Amazon Rekognition checks for objects or people.DetectTextFilters.BuilderDetectTextFilters.Builder. regionsOfInterest(RegionOfInterest... regionsOfInterest)A Filter focusing on a certain area of the image.StartTextDetectionFilters.BuilderStartTextDetectionFilters.Builder. regionsOfInterest(RegionOfInterest... regionsOfInterest)Filter focusing on a certain area of the frame.UpdateStreamProcessorRequest.BuilderUpdateStreamProcessorRequest.Builder. regionsOfInterestForUpdate(RegionOfInterest... regionsOfInterestForUpdate)Specifies locations in the frames where Amazon Rekognition checks for objects or people.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type RegionOfInterest Modifier and Type Method Description CreateStreamProcessorRequest.BuilderCreateStreamProcessorRequest.Builder. regionsOfInterest(Collection<RegionOfInterest> regionsOfInterest)Specifies locations in the frames where Amazon Rekognition checks for objects or people.DescribeStreamProcessorResponse.BuilderDescribeStreamProcessorResponse.Builder. regionsOfInterest(Collection<RegionOfInterest> regionsOfInterest)Specifies locations in the frames where Amazon Rekognition checks for objects or people.DetectTextFilters.BuilderDetectTextFilters.Builder. regionsOfInterest(Collection<RegionOfInterest> regionsOfInterest)A Filter focusing on a certain area of the image.StartTextDetectionFilters.BuilderStartTextDetectionFilters.Builder. regionsOfInterest(Collection<RegionOfInterest> regionsOfInterest)Filter focusing on a certain area of the frame.UpdateStreamProcessorRequest.BuilderUpdateStreamProcessorRequest.Builder. regionsOfInterestForUpdate(Collection<RegionOfInterest> regionsOfInterestForUpdate)Specifies locations in the frames where Amazon Rekognition checks for objects or people.
-