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
    Node getNode​(com.amazonaws.services.rekognition.model.Label label, MMFG fv)  
    void setImageSize​(java.io.File file)
    Sets image size (width and height) of particular file

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getNode

      public Node getNode​(com.amazonaws.services.rekognition.model.Label label, MMFG fv)
      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 -