public class GenericTextAnnotation
extends TextAnnotation
| Constructor and Description |
|---|
GenericTextAnnotation() |
GenericTextAnnotation(long id) |
GenericTextAnnotation(long id,
int textLength) |
| Modifier and Type | Method and Description |
|---|---|
long |
getId() |
int |
getLanguage()
Getting the Language of input text.
|
java.util.Locale |
getLocale()
Getting the local language of input text.
|
void |
setId(long id) |
void |
setLanguage(int language)
Setting the language of input text.
|
public GenericTextAnnotation()
public GenericTextAnnotation(long id)
public GenericTextAnnotation(long id,
int textLength)
public long getId()
public void setId(long id)
public int getLanguage()
public void setLanguage(int language)
public java.util.Locale getLocale()