Package apple.naturallanguage.enums
Class NLTaggerAssetsResult
- java.lang.Object
-
- apple.naturallanguage.enums.NLTaggerAssetsResult
-
public final class NLTaggerAssetsResult extends java.lang.ObjectIf a given tag scheme is not available for a particular language on the current device, it may be because necessary assets have not been loaded onto this device. In those cases, clients may put in a request for those assets. If they are available for loading, then they will be requested and at some point will be loaded and made available on the device, and the completion handler will be called on an arbitrary queue. The completion handler may be called immediately if the state of the assets is already known or if an error occurs.
-
-
Field Summary
Fields Modifier and Type Field Description static longAvailablestatic longErrorstatic longNotAvailable
-
-
-
Field Detail
-
Available
public static final long Available
- See Also:
- Constant Field Values
-
NotAvailable
public static final long NotAvailable
- See Also:
- Constant Field Values
-
Error
public static final long Error
- See Also:
- Constant Field Values
-
-