| Package | Description | 
|---|---|
| com.google.zxing.client.result | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AddressBookParsedResultRepresents a parsed result that encodes contact information, like that in an address book
 entry. | 
| class  | CalendarParsedResultRepresents a parsed result that encodes a calendar event at a certain time, optionally
 with attendees and a location. | 
| class  | EmailAddressParsedResultRepresents a parsed result that encodes an email message including recipients, subject
 and body text. | 
| class  | ExpandedProductParsedResultRepresents a parsed result that encodes extended product information as encoded
 by the RSS format, like weight, price, dates, etc. | 
| class  | GeoParsedResultRepresents a parsed result that encodes a geographic coordinate, with latitude,
 longitude and altitude. | 
| class  | ISBNParsedResultRepresents a parsed result that encodes a product ISBN number. | 
| class  | ProductParsedResultRepresents a parsed result that encodes a product by an identifier of some kind. | 
| class  | SMSParsedResultRepresents a parsed result that encodes an SMS message, including recipients, subject
 and body text. | 
| class  | TelParsedResultRepresents a parsed result that encodes a telephone number. | 
| class  | TextParsedResultA simple result type encapsulating a string that has no further
 interpretation. | 
| class  | URIParsedResultA simple result type encapsulating a URI that has no further interpretation. | 
| class  | VINParsedResultRepresents a parsed result that encodes a Vehicle Identification Number (VIN). | 
| class  | WifiParsedResultRepresents a parsed result that encodes wifi network information, like SSID and password. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ParsedResult | ResultParser. parse(Result theResult)Attempts to parse the raw  Result's contents as a particular type
 of information (email, URL, etc.) and return aParsedResultencapsulating
 the result of parsing. | 
| static ParsedResult | ResultParser. parseResult(Result theResult) | 
Copyright © 2007–2019. All rights reserved.