public class BingoObject extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
dispose() |
int |
estimateRemainingResultsCount()
Estimate remaining hits count
|
int |
estimateRemainingResultsCountError()
Estimate remaining hits count error
|
float |
estimateRemainingTime()
Estimate remaining search time
|
protected void |
finalize() |
int |
getCurrentId()
Return current record id.
|
float |
getCurrentSimilarityValue()
Return current similarity value.
|
IndigoObject |
getIndigoObject()
Return a shared IndigoObject for the matched target
|
boolean |
next()
Move to the next record
|
public void dispose()
public void close()
public boolean next()
return True if there are any more records
public int getCurrentId()
public float getCurrentSimilarityValue()
public IndigoObject getIndigoObject()
public int estimateRemainingResultsCount()
public int estimateRemainingResultsCountError()
public float estimateRemainingTime()
Copyright © 2024. All rights reserved.