Package org.robovm.apple.naturallanguage
Class NLTaggerOptions
- All Implemented Interfaces:
Comparable<NLTaggerOptions>,Iterable<NLTaggerOptions>
public final class NLTaggerOptions extends Bits<NLTaggerOptions>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
Fields Modifier and Type Field Description static NLTaggerOptionsJoinContractionsstatic NLTaggerOptionsJoinNamesstatic NLTaggerOptionsNonestatic NLTaggerOptionsOmitOtherstatic NLTaggerOptionsOmitPunctuationstatic NLTaggerOptionsOmitWhitespacestatic NLTaggerOptionsOmitWords -
Constructor Summary
Constructors Constructor Description NLTaggerOptions(long value) -
Method Summary
Modifier and Type Method Description protected NLTaggerOptions[]_values()static NLTaggerOptions[]values()protected NLTaggerOptionswrap(long value, long mask)
-
Field Details
-
None
-
OmitWords
-
OmitPunctuation
-
OmitWhitespace
-
OmitOther
-
JoinNames
-
JoinContractions
-
-
Constructor Details
-
NLTaggerOptions
public NLTaggerOptions(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<NLTaggerOptions>
-
_values
- Specified by:
_valuesin classBits<NLTaggerOptions>
-
values
-