Uses of Class
software.amazon.awssdk.services.rekognition.model.LabelDetection
-
Packages that use LabelDetection Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of LabelDetection in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type LabelDetection Modifier and Type Method Description List<LabelDetection>GetLabelDetectionResponse. labels()An array of labels detected in the video.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type LabelDetection Modifier and Type Method Description GetLabelDetectionResponse.BuilderGetLabelDetectionResponse.Builder. labels(LabelDetection... labels)An array of labels detected in the video.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type LabelDetection Modifier and Type Method Description GetLabelDetectionResponse.BuilderGetLabelDetectionResponse.Builder. labels(Collection<LabelDetection> labels)An array of labels detected in the video.
-