com.qcloud.cos.model.ciModel.recognition.CodeLocation Maven / Gradle / Ivy
package com.qcloud.cos.model.ciModel.recognition;
import java.util.List;
public class CodeLocation {
List points;
public List getPoints() {
return points;
}
public void setPoints(List points) {
this.points = points;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy