Pull request #5: Added missing NER_ENTITIES to FileType
Merge in RED/persistence-service from FileTypeNER to master * commit '9ceb3a7b62019b6bc3ec65177e191a503a82a342': Added missing NER_ENTITIES to FileType
This commit is contained in:
commit
ad71666bfc
@ -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