public class GenericAnnotationType extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ALLOWEDCHARS
Annotation identifier for the
ITS Allowed Characters data category.
|
static String |
ALLOWEDCHARS_VALUE
Allowed characters: a string that is a regular expression
(restricted to a small sub-set common to several engines.).
|
static String |
ANNOT
Annotation identifier for the ITS annotators references.
|
static String |
ANNOT_VALUE
Annotators references: a string in the format of a space delimited pairs of
data category identifier and IRI (separated by a character '|').
|
static String |
ANNOTATORREF
A single annotator reference: a string IRI.
|
static String |
CUSTOM_TYPE |
static String |
DOMAIN
Annotation identifier for the
ITS Domain data category.
|
static String |
DOMAIN_VALUE
Domain value(s): a string in the format of a comma-separated list of values.
|
static String |
EXTERNALRES
Annotation identifier for the
ITS External resource data category.
|
static String |
EXTERNALRES_VALUE
Reference: a string IRI.
|
static String |
GENERIC
Label to use for a generic annotation set (e.g.
|
static String |
LANG
Annotation identifier for the
Language Information data category.
|
static String |
LANG_VALUE
Language information: a string which is the language code.
|
static String |
LOCFILTER
Annotation identifier for the
ITS Locale Filter data category.
|
static String |
LOCFILTER_VALUE
Locale filter list: a string in the format of an optional '!' followed by
a comma separated list of locale BCP47 codes.
|
static String |
LOCNOTE
Annotation identifier for the
ITS Localization Note data category.
|
static String |
LOCNOTE_TYPE
Localization note type: a string "alert" or "description".
|
static String |
LOCNOTE_VALUE
Localization note value: a string.
|
static String |
LQI
Annotation identifier for the
ITS Localization Quality Issue data category.
|
static String |
LQI_COMMENT
Issue comment: a string.
|
static String |
LQI_ENABLED
Enabled flag: a boolean.
|
static String |
LQI_ISSUESREF
Issues reference: a string IRI.
|
static String |
LQI_PROFILEREF
Profile reference: a string IRI.
|
static String |
LQI_SEVERITY
Severity: a double between 0.0 and 100.0
|
static String |
LQI_TYPE
Issue type: a string (values limited to the set define in the table at
http://www.w3.org/TR/its20/#lqissue-typevalues).
|
static String |
LQI_XCODES |
static String |
LQI_XEND |
static String |
LQI_XSEGID |
static String |
LQI_XSTART |
static String |
LQI_XTRGEND |
static String |
LQI_XTRGSTART |
static String |
LQI_XTYPE |
static String |
LQR
Annotation identifier for the
ITS Localization Quality Rating data category.
|
static String |
LQR_PROFILEREF
Profile reference: a string IRI.
|
static String |
LQR_SCORE
Score: a double between 0.0 and 100.0
|
static String |
LQR_SCORETHRESHOLD
Score threshold: a double between 0.0 and 100.0
|
static String |
LQR_VOTE
Vote: a signed integer.
|
static String |
LQR_VOTETHRESHOLD
Vote threshold: a signed integer.
|
static String |
MISC_METADATA
TextUnit Metadata generated by a filter but doesn't map to existing categories.
|
static String |
MTCONFIDENCE
Annotation identifier for the
ITS MT Confidence data category.
|
static String |
MTCONFIDENCE_VALUE
MT confidence: a double between 0 and 1.
|
static String |
PRESERVEWS
Annotation identifier for the
Preserve Space data category.
|
static String |
PRESERVEWS_INFO
Preserve space: a string 'preserve' or 'default'.
|
static String |
PROV
Annotation identifier for the
ITS Provenance data category.
|
static String |
PROV_ORG
Organizational translation provenance: A reference IRI if there is a
REF_PREFIX prefix), a text otherwise. |
static String |
PROV_PERSON
Human translation provenance: A reference IRI if there is a
REF_PREFIX prefix), a text otherwise. |
static String |
PROV_PROVREF
Provenance reference: A IRI string pointing to an external provenance information set.
|
static String |
PROV_RECSREF
Records reference: a IRI string.
|
static String |
PROV_REVORG
Organizational revision provenance: A reference IRI if there is a
REF_PREFIX prefix), a text otherwise. |
static String |
PROV_REVPERSON
Human revision provenance: A reference IRI if there is a
REF_PREFIX prefix), a text otherwise. |
static String |
PROV_REVTOOL
Tool revision provenance: A reference IRI if there is a
REF_PREFIX prefix), a text otherwise. |
static String |
PROV_TOOL
Tool translation provenance: A reference IRI if there is a
REF_PREFIX prefix), a text otherwise. |
static String |
REF_PREFIX
Prefix used to indicate a reference value.
|
static String |
STORAGESIZE
Annotation identifier for the
ITS Storage Size data category.
|
static String |
STORAGESIZE_ENCODING
Storage encoding: a string representing a IANA character set name.
|
static String |
STORAGESIZE_LINEBREAK
Linebreak type: a string "cr", "lf" or "crlf".
|
static String |
STORAGESIZE_SIZE
Storage size: an unsigned integer.
|
static String |
TA
Annotation identifier for the
ITS Text Analysis data category.
|
static String |
TA_CLASS |
static String |
TA_CONFIDENCE
Confidence: a double between 0 and 1.
|
static String |
TA_IDENT |
static String |
TA_SOURCE |
static String |
TERM
Annotation identifier for the
ITS Terminology data category.
|
static String |
TERM_CONFIDENCE
Term confidence: a double between 0.0 and 1.0.
|
static String |
TERM_INFO
Term information: a string.
|
static String |
TRANSLATE
Annotation identifier for the
ITS Translate data category.
|
static String |
TRANSLATE_VALUE
Translate flag: a boolean.
|
| Constructor and Description |
|---|
GenericAnnotationType() |
public static final String MISC_METADATA
XLIFFContextGrouppublic static final String GENERIC
public static final String REF_PREFIX
public static final String ANNOT
See http://www.w3.org/TR/its20/#its-tool-annotation for more information.
public static final String ANNOT_VALUE
public static final String ANNOTATORREF
Use the ANNOT annotation and its ANNOT_VALUE value for the list of annotators references.
public static final String TRANSLATE
Related field: TRANSLATE_VALUE.
public static final String TRANSLATE_VALUE
public static final String LOCNOTE
Related fields: LOCNOTE_TYPE and LOCNOTE_VALUE.
public static final String LOCNOTE_VALUE
REF_PREFIX prefix), a text otherwise.public static final String LOCNOTE_TYPE
public static final String TERM
Related fields: TERM_CONFIDENCE, TERM_INFO.
public static final String TERM_INFO
REF_PREFIX prefix), a text otherwise.public static final String TERM_CONFIDENCE
public static final String LANG
Related field: LANG_VALUE.
public static final String LANG_VALUE
public static final String DOMAIN
Related field: DOMAIN_VALUE.
public static final String DOMAIN_VALUE
public static final String TA
Related fields: TA_CLASS, TA_CONFIDENCE, TA_IDENT and TA_SOURCE.
public static final String TA_CLASS
public static final String TA_SOURCE
public static final String TA_IDENT
public static final String TA_CONFIDENCE
public static final String PROV
Related fields: PROV_ORG, PROV_PERSON, PROV_TOOL,
PROV_REVORG, PROV_REVPERSON, PROV_REVTOOL,
PROV_PROVREF and PROV_RECSREF.
public static final String PROV_RECSREF
public static final String PROV_PERSON
REF_PREFIX prefix), a text otherwise.public static final String PROV_ORG
REF_PREFIX prefix), a text otherwise.public static final String PROV_TOOL
REF_PREFIX prefix), a text otherwise.public static final String PROV_REVPERSON
REF_PREFIX prefix), a text otherwise.public static final String PROV_REVORG
REF_PREFIX prefix), a text otherwise.public static final String PROV_REVTOOL
REF_PREFIX prefix), a text otherwise.public static final String PROV_PROVREF
public static final String EXTERNALRES
Related field: EXTERNALRES_VALUE.
public static final String EXTERNALRES_VALUE
public static final String PRESERVEWS
Related field: PRESERVEWS_INFO.
public static final String PRESERVEWS_INFO
public static final String LQI
Related fields: LQI_COMMENT, LQI_ENABLED, LQI_ISSUESREF,
LQI_PROFILEREF, LQI_SEVERITY and LQI_TYPE.
And also: LQI_XCODES, LQI_XEND, LQI_XSEGID, LQI_XSTART,
LQI_XTRGEND, LQI_XTRGSTART and LQI_XTYPE.
public static final String LQI_ISSUESREF
public static final String LQI_TYPE
public static final String LQI_COMMENT
public static final String LQI_SEVERITY
public static final String LQI_PROFILEREF
public static final String LQI_ENABLED
public static final String LQI_XTYPE
public static final String LQI_XSEGID
public static final String LQI_XSTART
public static final String LQI_XEND
public static final String LQI_XTRGSTART
public static final String LQI_XTRGEND
public static final String LQI_XCODES
public static final String LQR
Related fields: LQR_PROFILEREF, LQR_SCORETHRESHOLD, LQR_SCORE,
LQR_VOTETHRESHOLD and "lqrVoteThreshold".
public static final String LQR_SCORE
public static final String LQR_VOTE
public static final String LQR_SCORETHRESHOLD
public static final String LQR_VOTETHRESHOLD
public static final String LQR_PROFILEREF
public static final String MTCONFIDENCE
Related field: MTCONFIDENCE_VALUE.
public static final String MTCONFIDENCE_VALUE
public static final String ALLOWEDCHARS
Related field: ALLOWEDCHARS_VALUE.
public static final String ALLOWEDCHARS_VALUE
public static final String STORAGESIZE
Related fields: STORAGESIZE_ENCODING, STORAGESIZE_LINEBREAK and STORAGESIZE_SIZE.
public static final String STORAGESIZE_SIZE
public static final String STORAGESIZE_ENCODING
public static final String STORAGESIZE_LINEBREAK
public static final String LOCFILTER
This is represented by a unique value, if the first character is '!' the type is 'exclude' otherwise it is 'include', the list comes after.
Related field: LOCFILTER_VALUE.
public static final String LOCFILTER_VALUE
If the first character of this string is '!' the type is 'exclude' otherwise it is 'include'. The syntax of the list is the same as the one defined for "extended language ranges" in http://www.rfc-editor.org/rfc/bcp/bcp47.txt.
public static final String CUSTOM_TYPE
Copyright © 2022. All rights reserved.