PenProfile 2.x

Uses of Class
com.livescribe.icr.Resource

Packages that use Resource
com.livescribe.icr Provides classes and interfaces for Intelligent Character Recognition (ICR). 
 

Uses of Resource in com.livescribe.icr
 

Subclasses of Resource in com.livescribe.icr
 class LKDynamicResource
          A Linguistic Knowledge resource is used to enable the recognition of a set of words.
 class SKDynamicResource
          This class is not currently supported, but may be supported in a future release.
 

Methods in com.livescribe.icr that return Resource
 Resource ICRContext.createAKSystemResource(String resourceName)
          Creates a new Resource from the specified Alphabet Knowledge system resource name.
abstract  Resource ICRContext.createAppResource(String resourceName)
          Creates a new Resource from the specified resource name.
 Resource ICRContext.createLKSystemResource(String resourceName)
          Creates a new Resource from the specified Linguistic Knowledge system resource name.
 Resource ICRContext.createSKSystemResource(String resourceName)
          Creates a new Resource from the specified Subset Knowledge system resource name.
 Resource ICRContext.getDefaultAlphabetKnowledgeResource()
          Gets the default Alphabet Knowledge resource to use for handwriting recognition in the specified language and writing style.
 Resource ICRContext.getDefaultLexiconKnowledgeResource()
          Gets the default lexicon resource to use for handwriting recognition in the specified language and writing style.
 Resource[] ICRContext.getMultiWordDefaultResourceSet()
          Gets a resource set that is appropriate for the recognition of multiple words in the specified language.
 Resource[] ICRContext.getSingleWordDefaultResourceSet()
          Gets a resource set that is appropriate for the recognition of single words in the specified language.
 

Methods in com.livescribe.icr with parameters of type Resource
 void ICRContext.addResource(Resource resource)
          Adds a Resource to the ICR context.
abstract  void ICRContext.addResourceSet(Resource[] resources)
          Adds a set of resources to the ICR context.
 


PenProfile 2.x

Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.