All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.greenback.kit.vision.VisionTermAnnotation Maven / Gradle / Ivy

There is a newer version: 1.0.39
Show newest version
package com.greenback.kit.vision;

public class VisionTermAnnotation extends VisionAnnotation {
    
    private String tag;
    
    @Override
    public String getType() {
        return "term";
    }

    public String getTag() {
        return tag;
    }

    public void setTag(String tag) {
        this.tag = tag;
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy