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.aztec.AztecDetectorResult (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.aztec.AztecDetectorResult (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/aztec/AztecDetectorResult.html" title="class in com.google.zxing.aztec">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/aztec/class-use/AztecDetectorResult.html" target="_top">Frames</a></li> 51<li><a href="AztecDetectorResult.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.aztec.AztecDetectorResult" class="title">Uses of Class<br>com.google.zxing.aztec.AztecDetectorResult</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/aztec/AztecDetectorResult.html" title="class in com.google.zxing.aztec">AztecDetectorResult</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.decoder">com.google.zxing.aztec.decoder</a></td> 87<td class="colLast"> </td> 88</tr> 89<tr class="rowColor"> 90<td class="colFirst"><a href="#com.google.zxing.aztec.detector">com.google.zxing.aztec.detector</a></td> 91<td class="colLast"> </td> 92</tr> 93</tbody> 94</table> 95</li> 96<li class="blockList"> 97<ul class="blockList"> 98<li class="blockList"><a name="com.google.zxing.aztec.decoder"> 99<!-- --> 100</a> 101<h3>Uses of <a href="../../../../../com/google/zxing/aztec/AztecDetectorResult.html" title="class in com.google.zxing.aztec">AztecDetectorResult</a> in <a href="../../../../../com/google/zxing/aztec/decoder/package-summary.html">com.google.zxing.aztec.decoder</a></h3> 102<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> 103<caption><span>Methods in <a href="../../../../../com/google/zxing/aztec/decoder/package-summary.html">com.google.zxing.aztec.decoder</a> with parameters of type <a href="../../../../../com/google/zxing/aztec/AztecDetectorResult.html" title="class in com.google.zxing.aztec">AztecDetectorResult</a></span><span class="tabEnd"> </span></caption> 104<tr> 105<th class="colFirst" scope="col">Modifier and Type</th> 106<th class="colLast" scope="col">Method and Description</th> 107</tr> 108<tbody> 109<tr class="altColor"> 110<td class="colFirst"><code><a href="../../../../../com/google/zxing/common/DecoderResult.html" title="class in com.google.zxing.common">DecoderResult</a></code></td> 111<td class="colLast"><span class="typeNameLabel">Decoder.</span><code><span class="memberNameLink"><a href="../../../../../com/google/zxing/aztec/decoder/Decoder.html#decode-com.google.zxing.aztec.AztecDetectorResult-">decode</a></span>(<a href="../../../../../com/google/zxing/aztec/AztecDetectorResult.html" title="class in com.google.zxing.aztec">AztecDetectorResult</a> detectorResult)</code> </td> 112</tr> 113</tbody> 114</table> 115</li> 116<li class="blockList"><a name="com.google.zxing.aztec.detector"> 117<!-- --> 118</a> 119<h3>Uses of <a href="../../../../../com/google/zxing/aztec/AztecDetectorResult.html" title="class in com.google.zxing.aztec">AztecDetectorResult</a> in <a href="../../../../../com/google/zxing/aztec/detector/package-summary.html">com.google.zxing.aztec.detector</a></h3> 120<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> 121<caption><span>Methods in <a href="../../../../../com/google/zxing/aztec/detector/package-summary.html">com.google.zxing.aztec.detector</a> that return <a href="../../../../../com/google/zxing/aztec/AztecDetectorResult.html" title="class in com.google.zxing.aztec">AztecDetectorResult</a></span><span class="tabEnd"> </span></caption> 122<tr> 123<th class="colFirst" scope="col">Modifier and Type</th> 124<th class="colLast" scope="col">Method and Description</th> 125</tr> 126<tbody> 127<tr class="altColor"> 128<td class="colFirst"><code><a href="../../../../../com/google/zxing/aztec/AztecDetectorResult.html" title="class in com.google.zxing.aztec">AztecDetectorResult</a></code></td> 129<td class="colLast"><span class="typeNameLabel">Detector.</span><code><span class="memberNameLink"><a href="../../../../../com/google/zxing/aztec/detector/Detector.html#detect--">detect</a></span>()</code> </td> 130</tr> 131<tr class="rowColor"> 132<td class="colFirst"><code><a href="../../../../../com/google/zxing/aztec/AztecDetectorResult.html" title="class in com.google.zxing.aztec">AztecDetectorResult</a></code></td> 133<td class="colLast"><span class="typeNameLabel">Detector.</span><code><span class="memberNameLink"><a href="../../../../../com/google/zxing/aztec/detector/Detector.html#detect-boolean-">detect</a></span>(boolean isMirror)</code> 134<div class="block">Detects an Aztec Code in an image.</div> 135</td> 136</tr> 137</tbody> 138</table> 139</li> 140</ul> 141</li> 142</ul> 143</div> 144<!-- ======= START OF BOTTOM NAVBAR ====== --> 145<div class="bottomNav"><a name="navbar.bottom"> 146<!-- --> 147</a> 148<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> 149<a name="navbar.bottom.firstrow"> 150<!-- --> 151</a> 152<ul class="navList" title="Navigation"> 153<li><a href="../../../../../overview-summary.html">Overview</a></li> 154<li><a href="../package-summary.html">Package</a></li> 155<li><a href="../../../../../com/google/zxing/aztec/AztecDetectorResult.html" title="class in com.google.zxing.aztec">Class</a></li> 156<li class="navBarCell1Rev">Use</li> 157<li><a href="../package-tree.html">Tree</a></li> 158<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 159<li><a href="../../../../../index-all.html">Index</a></li> 160<li><a href="../../../../../help-doc.html">Help</a></li> 161</ul> 162</div> 163<div class="subNav"> 164<ul class="navList"> 165<li>Prev</li> 166<li>Next</li> 167</ul> 168<ul class="navList"> 169<li><a href="../../../../../index.html?com/google/zxing/aztec/class-use/AztecDetectorResult.html" target="_top">Frames</a></li> 170<li><a href="AztecDetectorResult.html" target="_top">No Frames</a></li> 171</ul> 172<ul class="navList" id="allclasses_navbar_bottom"> 173<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 174</ul> 175<div> 176<script type="text/javascript"><!-- 177 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 178 if(window==top) { 179 allClassesLink.style.display = "block"; 180 } 181 else { 182 allClassesLink.style.display = "none"; 183 } 184 //--> 185</script> 186</div> 187<a name="skip.navbar.bottom"> 188<!-- --> 189</a></div> 190<!-- ======== END OF BOTTOM NAVBAR ======= --> 191<p class="legalCopy"><small>Copyright © 2007–2022. All rights reserved.</small></p> 192</body> 193</html> 194