라벨링 툴 detail 에 상태 추가
This commit is contained in:
@@ -326,6 +326,9 @@ public class TrainingDataLabelDto {
|
||||
|
||||
@Schema(description = "라벨링 툴에서 그린 폴리곤들 (여러 개 가능)")
|
||||
private List<LearnDataGeometry> learnGeometries;
|
||||
|
||||
@Schema(description = "라벨 상태")
|
||||
private String labelState;
|
||||
}
|
||||
|
||||
@Schema(name = "ChangeDetectionInfo", description = "변화탐지정보")
|
||||
|
||||
@@ -319,6 +319,9 @@ public class TrainingDataReviewDto {
|
||||
|
||||
@Schema(description = "검수 시 추가/수정한 폴리곤들 (여러 개 가능)")
|
||||
private List<LearnDataGeometry> learnGeometries;
|
||||
|
||||
@Schema(description = "검수 상태")
|
||||
private String inspectState;
|
||||
}
|
||||
|
||||
@Schema(name = "ChangeDetectionInfo", description = "변화탐지정보")
|
||||
|
||||
Reference in New Issue
Block a user