Package de.swa.fuh.aws.awsrekognition
Class RekognitionResponseHandler_JavaV1
java.lang.Object
de.swa.fuh.aws.awsrekognition.RekognitionResponseHandler_JavaV1
public class RekognitionResponseHandler_JavaV1
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description RekognitionResponseHandler_JavaV1() -
Method Summary
Modifier and Type Method Description NodegetNode(com.amazonaws.services.rekognition.model.Label label, MMFG fv)voidsetImageSize(java.io.File file)Sets image size (width and height) of particular file
-
Constructor Details
-
RekognitionResponseHandler_JavaV1
public RekognitionResponseHandler_JavaV1()
-
-
Method Details
-
getNode
- Parameters:
label- Detected Rekognition Label.fv- MMFG- Returns:
- Node with set Name, Confidence, DetectedBy-Argument and (if available) boundingbox.
-
setImageSize
public void setImageSize(java.io.File file)Sets image size (width and height) of particular file- Parameters:
width-height-
-