InputImageAnalysisResult
@microblink/blinkcard / InputImageAnalysisResult
Type Alias: InputImageAnalysisResult
InputImageAnalysisResult =
object
Represents the results of processing and analyzing an input image.
This structure contains the status of the processing, along with detailed results from detection, and information about the card analysis performed on the input image.
Properties
blurDetectionStatus
blurDetectionStatus:
ImageAnalysisDetectionStatus
cardLocation
cardLocation: {
lowerLeft: {x:number;y:number; };lowerRight: {x:number;y:number; };upperLeft: {x:number;y:number; };upperRight: {x:number;y:number; }; } |undefined
cardRotation
cardRotation:
CardRotation
detectionStatus
detectionStatus:
DetectionStatus
processingStatus
processingStatus:
ProcessingStatus
scanningSide
scanningSide:
ScanningSide