-
- All Implemented Interfaces:
-
java.io.Serializable
public final class ScannedPage implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private UrirawImagePathprivate StringprocessedImagePathprivate List<PointF>detectedCornersprivate List<PointF>correctedCornersprivate FloatconfidenceScoreprivate DoubleimageHeightprivate DoubleimageWidthprivate DoublerelativeImageHeightprivate DoublerelativeImageWidthprivate DoublescaleFactorHeightprivate DoublescaleFactorWidthprivate FloatimageRotate
-
Constructor Summary
Constructors Constructor Description ScannedPage(Uri rawImagePath, String processedImagePath, List<PointF> detectedCorners, List<PointF> correctedCorners, Float confidenceScore, Double imageHeight, Double imageWidth, Double relativeImageHeight, Double relativeImageWidth, Double scaleFactorHeight, Double scaleFactorWidth, Float imageRotate)
-
Method Summary
-
-
Constructor Detail
-
ScannedPage
ScannedPage(Uri rawImagePath, String processedImagePath, List<PointF> detectedCorners, List<PointF> correctedCorners, Float confidenceScore, Double imageHeight, Double imageWidth, Double relativeImageHeight, Double relativeImageWidth, Double scaleFactorHeight, Double scaleFactorWidth, Float imageRotate)
-
-
Method Detail
-
getRawImagePath
final Uri getRawImagePath()
-
setRawImagePath
final Unit setRawImagePath(Uri rawImagePath)
-
getProcessedImagePath
final String getProcessedImagePath()
-
setProcessedImagePath
final Unit setProcessedImagePath(String processedImagePath)
-
getDetectedCorners
final List<PointF> getDetectedCorners()
-
setDetectedCorners
final Unit setDetectedCorners(List<PointF> detectedCorners)
-
getCorrectedCorners
final List<PointF> getCorrectedCorners()
-
setCorrectedCorners
final Unit setCorrectedCorners(List<PointF> correctedCorners)
-
getConfidenceScore
final Float getConfidenceScore()
-
setConfidenceScore
final Unit setConfidenceScore(Float confidenceScore)
-
getImageHeight
final Double getImageHeight()
-
setImageHeight
final Unit setImageHeight(Double imageHeight)
-
getImageWidth
final Double getImageWidth()
-
setImageWidth
final Unit setImageWidth(Double imageWidth)
-
getRelativeImageHeight
final Double getRelativeImageHeight()
-
setRelativeImageHeight
final Unit setRelativeImageHeight(Double relativeImageHeight)
-
getRelativeImageWidth
final Double getRelativeImageWidth()
-
setRelativeImageWidth
final Unit setRelativeImageWidth(Double relativeImageWidth)
-
getScaleFactorHeight
final Double getScaleFactorHeight()
-
setScaleFactorHeight
final Unit setScaleFactorHeight(Double scaleFactorHeight)
-
getScaleFactorWidth
final Double getScaleFactorWidth()
-
setScaleFactorWidth
final Unit setScaleFactorWidth(Double scaleFactorWidth)
-
getImageRotate
final Float getImageRotate()
-
setImageRotate
final Unit setImageRotate(Float imageRotate)
-
-
-
-