1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<!-- NewPage --> 3<html lang="en"> 4<head> 5<!-- Generated by javadoc --> 6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<title>com.google.zxing.client.result (ZXing 3.5.1 API)</title> 8<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> 9<script type="text/javascript" src="../../../../../script.js"></script> 10</head> 11<body> 12<script type="text/javascript"><!-- 13 try { 14 if (location.href.indexOf('is-external=true') == -1) { 15 parent.document.title="com.google.zxing.client.result (ZXing 3.5.1 API)"; 16 } 17 } 18 catch(err) { 19 } 20//--> 21</script> 22<noscript> 23<div>JavaScript is disabled on your browser.</div> 24</noscript> 25<!-- ========= START OF TOP NAVBAR ======= --> 26<div class="topNav"><a name="navbar.top"> 27<!-- --> 28</a> 29<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> 30<a name="navbar.top.firstrow"> 31<!-- --> 32</a> 33<ul class="navList" title="Navigation"> 34<li><a href="../../../../../overview-summary.html">Overview</a></li> 35<li class="navBarCell1Rev">Package</li> 36<li>Class</li> 37<li><a href="package-use.html">Use</a></li> 38<li><a href="package-tree.html">Tree</a></li> 39<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 40<li><a href="../../../../../index-all.html">Index</a></li> 41<li><a href="../../../../../help-doc.html">Help</a></li> 42</ul> 43</div> 44<div class="subNav"> 45<ul class="navList"> 46<li><a href="../../../../../com/google/zxing/client/j2se/package-summary.html">Prev Package</a></li> 47<li><a href="../../../../../com/google/zxing/common/package-summary.html">Next Package</a></li> 48</ul> 49<ul class="navList"> 50<li><a href="../../../../../index.html?com/google/zxing/client/result/package-summary.html" target="_top">Frames</a></li> 51<li><a href="package-summary.html" target="_top">No Frames</a></li> 52</ul> 53<ul class="navList" id="allclasses_navbar_top"> 54<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 55</ul> 56<div> 57<script type="text/javascript"><!-- 58 allClassesLink = document.getElementById("allclasses_navbar_top"); 59 if(window==top) { 60 allClassesLink.style.display = "block"; 61 } 62 else { 63 allClassesLink.style.display = "none"; 64 } 65 //--> 66</script> 67</div> 68<a name="skip.navbar.top"> 69<!-- --> 70</a></div> 71<!-- ========= END OF TOP NAVBAR ========= --> 72<div class="header"> 73<h1 title="Package" class="title">Package com.google.zxing.client.result</h1> 74</div> 75<div class="contentContainer"> 76<ul class="blockList"> 77<li class="blockList"> 78<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> 79<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> 80<tr> 81<th class="colFirst" scope="col">Class</th> 82<th class="colLast" scope="col">Description</th> 83</tr> 84<tbody> 85<tr class="altColor"> 86<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/AddressBookAUResultParser.html" title="class in com.google.zxing.client.result">AddressBookAUResultParser</a></td> 87<td class="colLast"> 88<div class="block">Implements KDDI AU's address book format.</div> 89</td> 90</tr> 91<tr class="rowColor"> 92<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/AddressBookDoCoMoResultParser.html" title="class in com.google.zxing.client.result">AddressBookDoCoMoResultParser</a></td> 93<td class="colLast"> 94<div class="block">Implements the "MECARD" address book entry format.</div> 95</td> 96</tr> 97<tr class="altColor"> 98<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/AddressBookParsedResult.html" title="class in com.google.zxing.client.result">AddressBookParsedResult</a></td> 99<td class="colLast"> 100<div class="block">Represents a parsed result that encodes contact information, like that in an address book 101 entry.</div> 102</td> 103</tr> 104<tr class="rowColor"> 105<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/BizcardResultParser.html" title="class in com.google.zxing.client.result">BizcardResultParser</a></td> 106<td class="colLast"> 107<div class="block">Implements the "BIZCARD" address book entry format, though this has been 108 largely reverse-engineered from examples observed in the wild -- still 109 looking for a definitive reference.</div> 110</td> 111</tr> 112<tr class="altColor"> 113<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/BookmarkDoCoMoResultParser.html" title="class in com.google.zxing.client.result">BookmarkDoCoMoResultParser</a></td> 114<td class="colLast"> </td> 115</tr> 116<tr class="rowColor"> 117<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/CalendarParsedResult.html" title="class in com.google.zxing.client.result">CalendarParsedResult</a></td> 118<td class="colLast"> 119<div class="block">Represents a parsed result that encodes a calendar event at a certain time, optionally 120 with attendees and a location.</div> 121</td> 122</tr> 123<tr class="altColor"> 124<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/EmailAddressParsedResult.html" title="class in com.google.zxing.client.result">EmailAddressParsedResult</a></td> 125<td class="colLast"> 126<div class="block">Represents a parsed result that encodes an email message including recipients, subject 127 and body text.</div> 128</td> 129</tr> 130<tr class="rowColor"> 131<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/EmailAddressResultParser.html" title="class in com.google.zxing.client.result">EmailAddressResultParser</a></td> 132<td class="colLast"> 133<div class="block">Represents a result that encodes an e-mail address, either as a plain address 134 like "[email protected]" or a mailto: URL like "mailto:[email protected]".</div> 135</td> 136</tr> 137<tr class="altColor"> 138<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/EmailDoCoMoResultParser.html" title="class in com.google.zxing.client.result">EmailDoCoMoResultParser</a></td> 139<td class="colLast"> 140<div class="block">Implements the "MATMSG" email message entry format.</div> 141</td> 142</tr> 143<tr class="rowColor"> 144<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/ExpandedProductParsedResult.html" title="class in com.google.zxing.client.result">ExpandedProductParsedResult</a></td> 145<td class="colLast"> 146<div class="block">Represents a parsed result that encodes extended product information as encoded 147 by the RSS format, like weight, price, dates, etc.</div> 148</td> 149</tr> 150<tr class="altColor"> 151<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/ExpandedProductResultParser.html" title="class in com.google.zxing.client.result">ExpandedProductResultParser</a></td> 152<td class="colLast"> 153<div class="block">Parses strings of digits that represent a RSS Extended code.</div> 154</td> 155</tr> 156<tr class="rowColor"> 157<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/GeoParsedResult.html" title="class in com.google.zxing.client.result">GeoParsedResult</a></td> 158<td class="colLast"> 159<div class="block">Represents a parsed result that encodes a geographic coordinate, with latitude, 160 longitude and altitude.</div> 161</td> 162</tr> 163<tr class="altColor"> 164<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/GeoResultParser.html" title="class in com.google.zxing.client.result">GeoResultParser</a></td> 165<td class="colLast"> 166<div class="block">Parses a "geo:" URI result, which specifies a location on the surface of 167 the Earth as well as an optional altitude above the surface.</div> 168</td> 169</tr> 170<tr class="rowColor"> 171<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/ISBNParsedResult.html" title="class in com.google.zxing.client.result">ISBNParsedResult</a></td> 172<td class="colLast"> 173<div class="block">Represents a parsed result that encodes a product ISBN number.</div> 174</td> 175</tr> 176<tr class="altColor"> 177<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/ISBNResultParser.html" title="class in com.google.zxing.client.result">ISBNResultParser</a></td> 178<td class="colLast"> 179<div class="block">Parses strings of digits that represent a ISBN.</div> 180</td> 181</tr> 182<tr class="rowColor"> 183<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/ParsedResult.html" title="class in com.google.zxing.client.result">ParsedResult</a></td> 184<td class="colLast"> 185<div class="block">Abstract class representing the result of decoding a barcode, as more than 186 a String -- as some type of structured data.</div> 187</td> 188</tr> 189<tr class="altColor"> 190<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/ProductParsedResult.html" title="class in com.google.zxing.client.result">ProductParsedResult</a></td> 191<td class="colLast"> 192<div class="block">Represents a parsed result that encodes a product by an identifier of some kind.</div> 193</td> 194</tr> 195<tr class="rowColor"> 196<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/ProductResultParser.html" title="class in com.google.zxing.client.result">ProductResultParser</a></td> 197<td class="colLast"> 198<div class="block">Parses strings of digits that represent a UPC code.</div> 199</td> 200</tr> 201<tr class="altColor"> 202<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/ResultParser.html" title="class in com.google.zxing.client.result">ResultParser</a></td> 203<td class="colLast"> 204<div class="block">Abstract class representing the result of decoding a barcode, as more than 205 a String -- as some type of structured data.</div> 206</td> 207</tr> 208<tr class="rowColor"> 209<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/SMSMMSResultParser.html" title="class in com.google.zxing.client.result">SMSMMSResultParser</a></td> 210<td class="colLast"> 211<div class="block">Parses an "sms:" URI result, which specifies a number to SMS.</div> 212</td> 213</tr> 214<tr class="altColor"> 215<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/SMSParsedResult.html" title="class in com.google.zxing.client.result">SMSParsedResult</a></td> 216<td class="colLast"> 217<div class="block">Represents a parsed result that encodes an SMS message, including recipients, subject 218 and body text.</div> 219</td> 220</tr> 221<tr class="rowColor"> 222<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/SMSTOMMSTOResultParser.html" title="class in com.google.zxing.client.result">SMSTOMMSTOResultParser</a></td> 223<td class="colLast"> 224<div class="block">Parses an "smsto:" URI result, whose format is not standardized but appears to be like: 225 <code>smsto:number(:body)</code>.</div> 226</td> 227</tr> 228<tr class="altColor"> 229<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/SMTPResultParser.html" title="class in com.google.zxing.client.result">SMTPResultParser</a></td> 230<td class="colLast"> 231<div class="block">Parses an "smtp:" URI result, whose format is not standardized but appears to be like: 232 <code>smtp[:subject[:body]]</code>.</div> 233</td> 234</tr> 235<tr class="rowColor"> 236<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/TelParsedResult.html" title="class in com.google.zxing.client.result">TelParsedResult</a></td> 237<td class="colLast"> 238<div class="block">Represents a parsed result that encodes a telephone number.</div> 239</td> 240</tr> 241<tr class="altColor"> 242<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/TelResultParser.html" title="class in com.google.zxing.client.result">TelResultParser</a></td> 243<td class="colLast"> 244<div class="block">Parses a "tel:" URI result, which specifies a phone number.</div> 245</td> 246</tr> 247<tr class="rowColor"> 248<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/TextParsedResult.html" title="class in com.google.zxing.client.result">TextParsedResult</a></td> 249<td class="colLast"> 250<div class="block">A simple result type encapsulating a string that has no further 251 interpretation.</div> 252</td> 253</tr> 254<tr class="altColor"> 255<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/URIParsedResult.html" title="class in com.google.zxing.client.result">URIParsedResult</a></td> 256<td class="colLast"> 257<div class="block">A simple result type encapsulating a URI that has no further interpretation.</div> 258</td> 259</tr> 260<tr class="rowColor"> 261<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/URIResultParser.html" title="class in com.google.zxing.client.result">URIResultParser</a></td> 262<td class="colLast"> 263<div class="block">Tries to parse results that are a URI of some kind.</div> 264</td> 265</tr> 266<tr class="altColor"> 267<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/URLTOResultParser.html" title="class in com.google.zxing.client.result">URLTOResultParser</a></td> 268<td class="colLast"> 269<div class="block">Parses the "URLTO" result format, which is of the form "URLTO:[title]:[url]".</div> 270</td> 271</tr> 272<tr class="rowColor"> 273<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/VCardResultParser.html" title="class in com.google.zxing.client.result">VCardResultParser</a></td> 274<td class="colLast"> 275<div class="block">Parses contact information formatted according to the VCard (2.1) format.</div> 276</td> 277</tr> 278<tr class="altColor"> 279<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/VEventResultParser.html" title="class in com.google.zxing.client.result">VEventResultParser</a></td> 280<td class="colLast"> 281<div class="block">Partially implements the iCalendar format's "VEVENT" format for specifying a 282 calendar event.</div> 283</td> 284</tr> 285<tr class="rowColor"> 286<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/VINParsedResult.html" title="class in com.google.zxing.client.result">VINParsedResult</a></td> 287<td class="colLast"> 288<div class="block">Represents a parsed result that encodes a Vehicle Identification Number (VIN).</div> 289</td> 290</tr> 291<tr class="altColor"> 292<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/VINResultParser.html" title="class in com.google.zxing.client.result">VINResultParser</a></td> 293<td class="colLast"> 294<div class="block">Detects a result that is likely a vehicle identification number.</div> 295</td> 296</tr> 297<tr class="rowColor"> 298<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/WifiParsedResult.html" title="class in com.google.zxing.client.result">WifiParsedResult</a></td> 299<td class="colLast"> 300<div class="block">Represents a parsed result that encodes wifi network information, like SSID and password.</div> 301</td> 302</tr> 303<tr class="altColor"> 304<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/WifiResultParser.html" title="class in com.google.zxing.client.result">WifiResultParser</a></td> 305<td class="colLast"> </td> 306</tr> 307</tbody> 308</table> 309</li> 310<li class="blockList"> 311<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation"> 312<caption><span>Enum Summary</span><span class="tabEnd"> </span></caption> 313<tr> 314<th class="colFirst" scope="col">Enum</th> 315<th class="colLast" scope="col">Description</th> 316</tr> 317<tbody> 318<tr class="altColor"> 319<td class="colFirst"><a href="../../../../../com/google/zxing/client/result/ParsedResultType.html" title="enum in com.google.zxing.client.result">ParsedResultType</a></td> 320<td class="colLast"> 321<div class="block">Represents the type of data encoded by a barcode -- from plain text, to a 322 URI, to an e-mail address, etc.</div> 323</td> 324</tr> 325</tbody> 326</table> 327</li> 328</ul> 329</div> 330<!-- ======= START OF BOTTOM NAVBAR ====== --> 331<div class="bottomNav"><a name="navbar.bottom"> 332<!-- --> 333</a> 334<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> 335<a name="navbar.bottom.firstrow"> 336<!-- --> 337</a> 338<ul class="navList" title="Navigation"> 339<li><a href="../../../../../overview-summary.html">Overview</a></li> 340<li class="navBarCell1Rev">Package</li> 341<li>Class</li> 342<li><a href="package-use.html">Use</a></li> 343<li><a href="package-tree.html">Tree</a></li> 344<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 345<li><a href="../../../../../index-all.html">Index</a></li> 346<li><a href="../../../../../help-doc.html">Help</a></li> 347</ul> 348</div> 349<div class="subNav"> 350<ul class="navList"> 351<li><a href="../../../../../com/google/zxing/client/j2se/package-summary.html">Prev Package</a></li> 352<li><a href="../../../../../com/google/zxing/common/package-summary.html">Next Package</a></li> 353</ul> 354<ul class="navList"> 355<li><a href="../../../../../index.html?com/google/zxing/client/result/package-summary.html" target="_top">Frames</a></li> 356<li><a href="package-summary.html" target="_top">No Frames</a></li> 357</ul> 358<ul class="navList" id="allclasses_navbar_bottom"> 359<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 360</ul> 361<div> 362<script type="text/javascript"><!-- 363 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 364 if(window==top) { 365 allClassesLink.style.display = "block"; 366 } 367 else { 368 allClassesLink.style.display = "none"; 369 } 370 //--> 371</script> 372</div> 373<a name="skip.navbar.bottom"> 374<!-- --> 375</a></div> 376<!-- ======== END OF BOTTOM NAVBAR ======= --> 377<p class="legalCopy"><small>Copyright © 2007–2022. All rights reserved.</small></p> 378</body> 379</html> 380