docs/apidocs/com/google/zxing/client/result/class-use/ParsedResult.html
Packages that use ParsedResult
Package
Description
com.google.zxing.client.result
Subclasses of ParsedResult in com.google.zxing.client.result
Modifier and Type
Class
Description
final class
AddressBookParsedResult
Represents a parsed result that encodes contact information, like that in an address book entry.
final class
CalendarParsedResult
Represents a parsed result that encodes a calendar event at a certain time, optionally with attendees and a location.
final class
EmailAddressParsedResult
Represents a parsed result that encodes an email message including recipients, subject and body text.
final class
ExpandedProductParsedResult
Represents a parsed result that encodes extended product information as encoded by the RSS format, like weight, price, dates, etc.
final class
GeoParsedResult
Represents a parsed result that encodes a geographic coordinate, with latitude, longitude and altitude.
final class
ISBNParsedResult
Represents a parsed result that encodes a product ISBN number.
final class
ProductParsedResult
Represents a parsed result that encodes a product by an identifier of some kind.
final class
SMSParsedResult
Represents a parsed result that encodes an SMS message, including recipients, subject and body text.
final class
TelParsedResult
Represents a parsed result that encodes a telephone number.
final class
TextParsedResult
A simple result type encapsulating a string that has no further interpretation.
final class
URIParsedResult
A simple result type encapsulating a URI that has no further interpretation.
final class
VINParsedResult
Represents a parsed result that encodes a Vehicle Identification Number (VIN).
final class
WifiParsedResult
Represents a parsed result that encodes wifi network information, like SSID and password.
Methods in com.google.zxing.client.result that return ParsedResult
Modifier and Type
Method
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 a ParsedResult encapsulating the result of parsing.
static ParsedResult
ResultParser.parseResult(Result theResult)