public abstract static class QuadDetector.Result extends Detector.Result
Detector.Result.DetectionCode
mOwner
Modifier | Constructor and Description |
---|---|
protected |
Result(long nativeResult) |
Modifier and Type | Method and Description |
---|---|
Quadrilateral |
getDetectionLocation()
Returns the location of detected quadrilateral in coordinate system of image in which detection was performed.
|
java.lang.String |
toString() |
getDetectionCode, getDetectionStatus, isEmpty, nativeGetDetectionCode
clone, describeContents, deserializeFromByteArray, finalize, getNativeContext, readFromParcel, serializeToByteArray, terminateNative, writeToParcel
@NonNull public Quadrilateral getDetectionLocation()
@NonNull public java.lang.String toString()
toString
in class java.lang.Object