변화탐지 API 커밋, 에러로그 진행중
This commit is contained in:
@@ -41,4 +41,14 @@ public enum DetectionClassification {
|
||||
return ETC;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Desc 한글명 get 하기
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public static String fromStrDesc(String text) {
|
||||
DetectionClassification dtf = fromString(text);
|
||||
return dtf.getDesc();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user