| Package | Description |
|---|---|
| com.google.zxing.client.result |
| Modifier and Type | Class and Description |
|---|---|
class |
AddressBookParsedResult
|
class |
CalendarParsedResult
|
class |
EmailAddressParsedResult
|
class |
ExpandedProductParsedResult
|
class |
GeoParsedResult
|
class |
ISBNParsedResult
|
class |
ProductParsedResult
|
class |
SMSParsedResult
|
class |
TelParsedResult
|
class |
TextParsedResult
A simple result type encapsulating a string that has no further interpretation.
|
class |
URIParsedResult
|
class |
VINParsedResult
|
class |
WifiParsedResult
|
| Modifier and Type | Method and Description |
|---|---|
abstract ParsedResult |
ResultParser.parse(Result
Attempts to parse the raw
Result's contents as a particular type of information (email, URL, etc.) and return a
ParsedResult encapsulating the result of parsing.
|
static ParsedResult |
ResultParser.parseResult(Result
|