docs/apidocs/com/google/zxing/client/result/BizcardResultParser.html
Package com.google.zxing.client.result
java.lang.Object com.google.zxing.client.result.ResultParser com.google.zxing.client.result.BizcardResultParser
public final class BizcardResultParserextends ResultParser
Constructors
Constructor
Description
BizcardResultParser()
All MethodsInstance MethodsConcrete Methods
Modifier and Type
Method
Description
AddressBookParsedResult
parse(Result 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.
getMassagedText, isStringOfDigits, isSubstringOfDigits, maybeAppend, maybeAppend, maybeWrap, parseHexDigit, parseResult, unescapeBackslash
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BizcardResultParser()
public AddressBookParsedResult parse(Result result)
Description copied from class: ResultParser
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.
Specified by:parse in class ResultParserParameters:result - the raw Result to parseReturns:ParsedResult encapsulating the parsing result