Added missing NER_ENTITIES to FileType
This commit is contained in:
parent
5bca5716b6
commit
9ceb3a7b62
@ -3,12 +3,14 @@ package com.iqser.red.service.persistence.service.v1.api.model;
|
||||
import lombok.Getter;
|
||||
|
||||
public enum FileType {
|
||||
ORIGIN(".pdf"), REDACTION_LOG(".json"), SECTION_GRID(".json"), TEXT(".json");
|
||||
ORIGIN(".pdf"), REDACTION_LOG(".json"), SECTION_GRID(".json"), TEXT(".json"), NER_ENTITIES(".json");
|
||||
|
||||
@Getter
|
||||
private final String extension;
|
||||
|
||||
|
||||
FileType(String extension) {
|
||||
|
||||
this.extension = extension;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user