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>Uses of Class com.google.zxing.common.DetectorResult (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="Uses of Class com.google.zxing.common.DetectorResult (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><a href="../package-summary.html">Package</a></li> 36<li><a href="../../../../../com/google/zxing/common/DetectorResult.html" title="class in com.google.zxing.common">Class</a></li> 37<li class="navBarCell1Rev">Use</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>Prev</li> 47<li>Next</li> 48</ul> 49<ul class="navList"> 50<li><a href="../../../../../index.html?com/google/zxing/common/class-use/DetectorResult.html" target="_top">Frames</a></li> 51<li><a href="DetectorResult.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<h2 title="Uses of Class com.google.zxing.common.DetectorResult" class="title">Uses of Class<br>com.google.zxing.common.DetectorResult</h2> 74</div> 75<div class="classUseContainer"> 76<ul class="blockList"> 77<li class="blockList"> 78<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> 79<caption><span>Packages that use <a href="../../../../../com/google/zxing/common/DetectorResult.html" title="class in com.google.zxing.common">DetectorResult</a></span><span class="tabEnd"> </span></caption> 80<tr> 81<th class="colFirst" scope="col">Package</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.aztec">com.google.zxing.aztec</a></td> 87<td class="colLast"> </td> 88</tr> 89<tr class="rowColor"> 90<td class="colFirst"><a href="#com.google.zxing.datamatrix.detector">com.google.zxing.datamatrix.detector</a></td> 91<td class="colLast"> </td> 92</tr> 93<tr class="altColor"> 94<td class="colFirst"><a href="#com.google.zxing.multi.qrcode.detector">com.google.zxing.multi.qrcode.detector</a></td> 95<td class="colLast"> </td> 96</tr> 97<tr class="rowColor"> 98<td class="colFirst"><a href="#com.google.zxing.qrcode.detector">com.google.zxing.qrcode.detector</a></td> 99<td class="colLast"> </td> 100</tr> 101</tbody> 102</table> 103</li> 104<li class="blockList"> 105<ul class="blockList"> 106<li class="blockList"><a name="com.google.zxing.aztec"> 107<!-- --> 108</a> 109<h3>Uses of <a href="../../../../../com/google/zxing/common/DetectorResult.html" title="class in com.google.zxing.common">DetectorResult</a> in <a href="../../../../../com/google/zxing/aztec/package-summary.html">com.google.zxing.aztec</a></h3> 110<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> 111<caption><span>Subclasses of <a href="../../../../../com/google/zxing/common/DetectorResult.html" title="class in com.google.zxing.common">DetectorResult</a> in <a href="../../../../../com/google/zxing/aztec/package-summary.html">com.google.zxing.aztec</a></span><span class="tabEnd"> </span></caption> 112<tr> 113<th class="colFirst" scope="col">Modifier and Type</th> 114<th class="colLast" scope="col">Class and Description</th> 115</tr> 116<tbody> 117<tr class="altColor"> 118<td class="colFirst"><code>class </code></td> 119<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/google/zxing/aztec/AztecDetectorResult.html" title="class in com.google.zxing.aztec">AztecDetectorResult</a></span></code> 120<div class="block">Extends <a href="../../../../../com/google/zxing/common/DetectorResult.html" title="class in com.google.zxing.common"><code>DetectorResult</code></a> with more information specific to the Aztec format, 121 like the number of layers and whether it's compact.</div> 122</td> 123</tr> 124</tbody> 125</table> 126</li> 127<li class="blockList"><a name="com.google.zxing.datamatrix.detector"> 128<!-- --> 129</a> 130<h3>Uses of <a href="../../../../../com/google/zxing/common/DetectorResult.html" title="class in com.google.zxing.common">DetectorResult</a> in <a href="../../../../../com/google/zxing/datamatrix/detector/package-summary.html">com.google.zxing.datamatrix.detector</a></h3> 131<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> 132<caption><span>Methods in <a href="../../../../../com/google/zxing/datamatrix/detector/package-summary.html">com.google.zxing.datamatrix.detector</a> that return <a href="../../../../../com/google/zxing/common/DetectorResult.html" title="class in com.google.zxing.common">DetectorResult</a></span><span class="tabEnd"> </span></caption> 133<tr> 134<th class="colFirst" scope="col">Modifier and Type</th> 135<th class="colLast" scope="col">Method and Description</th> 136</tr> 137<tbody> 138<tr class="altColor"> 139<td class="colFirst"><code><a href="../../../../../com/google/zxing/common/DetectorResult.html" title="class in com.google.zxing.common">DetectorResult</a></code></td> 140<td class="colLast"><span class="typeNameLabel">Detector.</span><code><span class="memberNameLink"><a href="../../../../../com/google/zxing/datamatrix/detector/Detector.html#detect--">detect</a></span>()</code> 141<div class="block">Detects a Data Matrix Code in an image.</div> 142</td> 143</tr> 144</tbody> 145</table> 146</li> 147<li class="blockList"><a name="com.google.zxing.multi.qrcode.detector"> 148<!-- --> 149</a> 150<h3>Uses of <a href="../../../../../com/google/zxing/common/DetectorResult.html" title="class in com.google.zxing.common">DetectorResult</a> in <a href="../../../../../com/google/zxing/multi/qrcode/detector/package-summary.html">com.google.zxing.multi.qrcode.detector</a></h3> 151<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> 152<caption><span>Methods in <a href="../../../../../com/google/zxing/multi/qrcode/detector/package-summary.html">com.google.zxing.multi.qrcode.detector</a> that return <a href="../../../../../com/google/zxing/common/DetectorResult.html" title="class in com.google.zxing.common">DetectorResult</a></span><span class="tabEnd"> </span></caption> 153<tr> 154<th class="colFirst" scope="col">Modifier and Type</th> 155<th class="colLast" scope="col">Method and Description</th> 156</tr> 157<tbody> 158<tr class="altColor"> 159<td class="colFirst"><code><a href="../../../../../com/google/zxing/common/DetectorResult.html" title="class in com.google.zxing.common">DetectorResult</a>[]</code></td> 160<td class="colLast"><span class="typeNameLabel">MultiDetector.</span><code><span class="memberNameLink"><a href="../../../../../com/google/zxing/multi/qrcode/detector/MultiDetector.html#detectMulti-java.util.Map-">detectMulti</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="../../../../../com/google/zxing/DecodeHintType.html" title="enum in com.google.zxing">DecodeHintType</a>,?> hints)</code> </td> 161</tr> 162</tbody> 163</table> 164</li> 165<li class="blockList"><a name="com.google.zxing.qrcode.detector"> 166<!-- --> 167</a> 168<h3>Uses of <a href="../../../../../com/google/zxing/common/DetectorResult.html" title="class in com.google.zxing.common">DetectorResult</a> in <a href="../../../../../com/google/zxing/qrcode/detector/package-summary.html">com.google.zxing.qrcode.detector</a></h3> 169<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> 170<caption><span>Methods in <a href="../../../../../com/google/zxing/qrcode/detector/package-summary.html">com.google.zxing.qrcode.detector</a> that return <a href="../../../../../com/google/zxing/common/DetectorResult.html" title="class in com.google.zxing.common">DetectorResult</a></span><span class="tabEnd"> </span></caption> 171<tr> 172<th class="colFirst" scope="col">Modifier and Type</th> 173<th class="colLast" scope="col">Method and Description</th> 174</tr> 175<tbody> 176<tr class="altColor"> 177<td class="colFirst"><code><a href="../../../../../com/google/zxing/common/DetectorResult.html" title="class in com.google.zxing.common">DetectorResult</a></code></td> 178<td class="colLast"><span class="typeNameLabel">Detector.</span><code><span class="memberNameLink"><a href="../../../../../com/google/zxing/qrcode/detector/Detector.html#detect--">detect</a></span>()</code> 179<div class="block">Detects a QR Code in an image.</div> 180</td> 181</tr> 182<tr class="rowColor"> 183<td class="colFirst"><code><a href="../../../../../com/google/zxing/common/DetectorResult.html" title="class in com.google.zxing.common">DetectorResult</a></code></td> 184<td class="colLast"><span class="typeNameLabel">Detector.</span><code><span class="memberNameLink"><a href="../../../../../com/google/zxing/qrcode/detector/Detector.html#detect-java.util.Map-">detect</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="../../../../../com/google/zxing/DecodeHintType.html" title="enum in com.google.zxing">DecodeHintType</a>,?> hints)</code> 185<div class="block">Detects a QR Code in an image.</div> 186</td> 187</tr> 188<tr class="altColor"> 189<td class="colFirst"><code>protected <a href="../../../../../com/google/zxing/common/DetectorResult.html" title="class in com.google.zxing.common">DetectorResult</a></code></td> 190<td class="colLast"><span class="typeNameLabel">Detector.</span><code><span class="memberNameLink"><a href="../../../../../com/google/zxing/qrcode/detector/Detector.html#processFinderPatternInfo-com.google.zxing.qrcode.detector.FinderPatternInfo-">processFinderPatternInfo</a></span>(<a href="../../../../../com/google/zxing/qrcode/detector/FinderPatternInfo.html" title="class in com.google.zxing.qrcode.detector">FinderPatternInfo</a> info)</code> </td> 191</tr> 192</tbody> 193</table> 194</li> 195</ul> 196</li> 197</ul> 198</div> 199<!-- ======= START OF BOTTOM NAVBAR ====== --> 200<div class="bottomNav"><a name="navbar.bottom"> 201<!-- --> 202</a> 203<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> 204<a name="navbar.bottom.firstrow"> 205<!-- --> 206</a> 207<ul class="navList" title="Navigation"> 208<li><a href="../../../../../overview-summary.html">Overview</a></li> 209<li><a href="../package-summary.html">Package</a></li> 210<li><a href="../../../../../com/google/zxing/common/DetectorResult.html" title="class in com.google.zxing.common">Class</a></li> 211<li class="navBarCell1Rev">Use</li> 212<li><a href="../package-tree.html">Tree</a></li> 213<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 214<li><a href="../../../../../index-all.html">Index</a></li> 215<li><a href="../../../../../help-doc.html">Help</a></li> 216</ul> 217</div> 218<div class="subNav"> 219<ul class="navList"> 220<li>Prev</li> 221<li>Next</li> 222</ul> 223<ul class="navList"> 224<li><a href="../../../../../index.html?com/google/zxing/common/class-use/DetectorResult.html" target="_top">Frames</a></li> 225<li><a href="DetectorResult.html" target="_top">No Frames</a></li> 226</ul> 227<ul class="navList" id="allclasses_navbar_bottom"> 228<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 229</ul> 230<div> 231<script type="text/javascript"><!-- 232 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 233 if(window==top) { 234 allClassesLink.style.display = "block"; 235 } 236 else { 237 allClassesLink.style.display = "none"; 238 } 239 //--> 240</script> 241</div> 242<a name="skip.navbar.bottom"> 243<!-- --> 244</a></div> 245<!-- ======== END OF BOTTOM NAVBAR ======= --> 246<p class="legalCopy"><small>Copyright © 2007–2022. All rights reserved.</small></p> 247</body> 248</html> 249