| Class | Description | 
|---|---|
| AddressBookAUResultParser | Implements KDDI AU's address book format. | 
| AddressBookDoCoMoResultParser | Implements the "MECARD" address book entry format. | 
| AddressBookParsedResult | Represents a parsed result that encodes contact information, like that in an address book
 entry. | 
| BizcardResultParser | Implements the "BIZCARD" address book entry format, though this has been
 largely reverse-engineered from examples observed in the wild -- still
 looking for a definitive reference. | 
| BookmarkDoCoMoResultParser | |
| CalendarParsedResult | Represents a parsed result that encodes a calendar event at a certain time, optionally
 with attendees and a location. | 
| EmailAddressParsedResult | Represents a parsed result that encodes an email message including recipients, subject
 and body text. | 
| EmailAddressResultParser | Represents a result that encodes an e-mail address, either as a plain address
 like "joe@example.org" or a mailto: URL like "mailto:joe@example.org". | 
| EmailDoCoMoResultParser | Implements the "MATMSG" email message entry format. | 
| ExpandedProductParsedResult | Represents a parsed result that encodes extended product information as encoded
 by the RSS format, like weight, price, dates, etc. | 
| ExpandedProductResultParser | Parses strings of digits that represent a RSS Extended code. | 
| GeoParsedResult | Represents a parsed result that encodes a geographic coordinate, with latitude,
 longitude and altitude. | 
| GeoResultParser | Parses a "geo:" URI result, which specifies a location on the surface of
 the Earth as well as an optional altitude above the surface. | 
| ISBNParsedResult | Represents a parsed result that encodes a product ISBN number. | 
| ISBNResultParser | Parses strings of digits that represent a ISBN. | 
| ParsedResult | Abstract class representing the result of decoding a barcode, as more than
 a String -- as some type of structured data. | 
| ProductParsedResult | Represents a parsed result that encodes a product by an identifier of some kind. | 
| ProductResultParser | Parses strings of digits that represent a UPC code. | 
| ResultParser | Abstract class representing the result of decoding a barcode, as more than
 a String -- as some type of structured data. | 
| SMSMMSResultParser | Parses an "sms:" URI result, which specifies a number to SMS. | 
| SMSParsedResult | Represents a parsed result that encodes an SMS message, including recipients, subject
 and body text. | 
| SMSTOMMSTOResultParser | Parses an "smsto:" URI result, whose format is not standardized but appears to be like:
  smsto:number(:body). | 
| SMTPResultParser | Parses an "smtp:" URI result, whose format is not standardized but appears to be like:
  smtp[:subject[:body]]. | 
| TelParsedResult | Represents a parsed result that encodes a telephone number. | 
| TelResultParser | Parses a "tel:" URI result, which specifies a phone number. | 
| TextParsedResult | A simple result type encapsulating a string that has no further
 interpretation. | 
| URIParsedResult | A simple result type encapsulating a URI that has no further interpretation. | 
| URIResultParser | Tries to parse results that are a URI of some kind. | 
| URLTOResultParser | Parses the "URLTO" result format, which is of the form "URLTO:[title]:[url]". | 
| VCardResultParser | Parses contact information formatted according to the VCard (2.1) format. | 
| VEventResultParser | Partially implements the iCalendar format's "VEVENT" format for specifying a
 calendar event. | 
| VINParsedResult | Represents a parsed result that encodes a Vehicle Identification Number (VIN). | 
| VINResultParser | Detects a result that is likely a vehicle identification number. | 
| WifiParsedResult | Represents a parsed result that encodes wifi network information, like SSID and password. | 
| WifiResultParser | Parses a WIFI configuration string. | 
| Enum | Description | 
|---|---|
| ParsedResultType | Represents the type of data encoded by a barcode -- from plain text, to a
 URI, to an e-mail address, etc. | 
Copyright © 2007–2019. All rights reserved.