| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotatorInfo.Status |
static class |
AnnotatorInfo.Type |
| Constructor and Description |
|---|
AnnotatorInfo() |
| Modifier and Type | Method and Description |
|---|---|
static AnnotatorInfo |
create(AnnotatorInfo.Status status,
AnnotatorInfo.Type type,
String code,
String description,
List<Attribute> outputAttributes) |
abstract String |
getCode() |
abstract String |
getDescription() |
abstract List<Attribute> |
getOutputAttributes() |
abstract AnnotatorInfo.Status |
getStatus() |
abstract AnnotatorInfo.Type |
getType() |
public abstract AnnotatorInfo.Status getStatus()
public abstract AnnotatorInfo.Type getType()
public abstract String getCode()
public abstract String getDescription()
public static AnnotatorInfo create(AnnotatorInfo.Status status, AnnotatorInfo.Type type, String code, String description, List<Attribute> outputAttributes)
Copyright © 2017. All rights reserved.