Class NLTaggerAssetsResult


  • public final class NLTaggerAssetsResult
    extends java.lang.Object
    If 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait