Package com.google.zxing.client.result


package com.google.zxing.client.result
  • Class
    Description
    Implements KDDI AU's address book format.
    Implements the "MECARD" address book entry format.
    Represents a parsed result that encodes contact information, like that in an address book entry.
    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.
     
    Represents a parsed result that encodes a calendar event at a certain time, optionally with attendees and a location.
    Represents a parsed result that encodes an email message including recipients, subject and body text.
    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".
    Implements the "MATMSG" email message entry format.
    Represents a parsed result that encodes extended product information as encoded by the RSS format, like weight, price, dates, etc.
    Parses strings of digits that represent a RSS Extended code.
    Represents a parsed result that encodes a geographic coordinate, with latitude, longitude and altitude.
    Parses a "geo:" URI result, which specifies a location on the surface of the Earth as well as an optional altitude above the surface.
    Represents a parsed result that encodes a product ISBN number.
    Parses strings of digits that represent a ISBN.
    Abstract class representing the result of decoding a barcode, as more than a String -- as some type of structured data.
    Represents the type of data encoded by a barcode -- from plain text, to a URI, to an e-mail address, etc.
    Represents a parsed result that encodes a product by an identifier of some kind.
    Parses strings of digits that represent a UPC code.
    Abstract class representing the result of decoding a barcode, as more than a String -- as some type of structured data.
    Parses an "sms:" URI result, which specifies a number to SMS.
    Represents a parsed result that encodes an SMS message, including recipients, subject and body text.
    Parses an "smsto:" URI result, whose format is not standardized but appears to be like: smsto:number(:body).
    Parses an "smtp:" URI result, whose format is not standardized but appears to be like: smtp[:subject[:body]].
    Represents a parsed result that encodes a telephone number.
    Parses a "tel:" URI result, which specifies a phone number.
    A simple result type encapsulating a string that has no further interpretation.
    A simple result type encapsulating a URI that has no further interpretation.
    Tries to parse results that are a URI of some kind.
    Parses the "URLTO" result format, which is of the form "URLTO:[title]:[url]".
    Parses contact information formatted according to the VCard (2.1) format.
    Partially implements the iCalendar format's "VEVENT" format for specifying a calendar event.
    Represents a parsed result that encodes a Vehicle Identification Number (VIN).
    Detects a result that is likely a vehicle identification number.
    Represents a parsed result that encodes wifi network information, like SSID and password.