Apple Newton Utilities Betriebsanweisung Seite 422

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 942
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 421
CHAPTER 10
Recognition: Advanced Topics
10-46 Summary of Advanced Topics in Recognition
System-Supplied RecCong Frames 10
// recognize ink or text
ROM_rcInkOrText :=
{
// allow user to enable text recog from recToggle
allowTextRecognition: true, // default
// return ink text when text recognizer disabled
doInkWordRecognition: true, // default
…}
// recognize according to user prefs
ROM_rcPrefsConfig :=
{
// allow user to enable text recog from recToggle
allowTextRecognition: true, // default
// allow user to enable shape recog from recToggle
allowShapeRecognition: true, // default
…}
// generic recConfig frame - you supply useful values
ROM_rcDefaultConfig :=
{
// true enables recognition of punctuation marks
punctuationCursiveOption: nil, // default
// list of dictionaries used for recognition
dictionaries: nil, // default
// true enables letter-by-letter option
rcSingleLetters: nil, // default
// Holds an rcBaseInfo frame
rcBaseInfo: nil, // default
// bitfield specifying recognition configuration
inputMask: 0x0000, // default
…}
// use as-is to configure single-character input views
ROM_rcSingleCharacterConfig :=
{
// do not change value of this slot
_proto: ROM_rcDefaultConfig, // default
//interpret all input strokes as a single word
letterSpaceCursiveOption: nil, // default
// enable letter-by-letter option
rcSingleLetters: true, // default
Seitenansicht 421
1 2 ... 417 418 419 420 421 422 423 424 425 426 427 ... 941 942

Kommentare zu diesen Handbüchern

Keine Kommentare