Class GMAFObject

java.lang.Object
de.swa.fuh.microsoft.model.GMAF.GMAFObject

public class GMAFObject
extends java.lang.Object
GMAF object class, which represents gmaf object element in GMAF XML
  • Constructor Summary

    Constructors 
    Constructor Description
    GMAFObject​(java.lang.String _term, int _xPosition, int _yPosition, int _width, int _height, double _probability)  
  • Method Summary

    Modifier and Type Method Description
    BoundingBox getBoundingBox()  
    double getProbability()  
    java.lang.String getTerm()  
    void setBoundingBox​(BoundingBox boundingBox)  
    void setProbability​(double probability)  
    void setTerm​(java.lang.String term)  

    Methods inherited from class java.lang.Object

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

    • GMAFObject

      public GMAFObject​(java.lang.String _term, int _xPosition, int _yPosition, int _width, int _height, double _probability)
  • Method Details