InputImageCropAnalysis
Describes the conclusion drawn about whether the input image was already cropped and perspective-corrected prior to being submitted for recognition.
This analysis is only performed when InputImageCropType is set to InputImageCropType.Unknown and the input source is Photo. In all other cases the value is NotAvailable.
Entries
The first attempt (treating the image as pre-cropped) did not yield a Valid or StageValid result, so the standard detection-and-perspective- correction pipeline was executed as a fallback and succeeded. Conclusion: the input image was likely not pre-cropped.
Default value. The two-attempt analysis was not performed because cropType was Cropped or NotCropped, or the input source was Video.
The analysis does not allow for a conclusion to be drawn because a valid stage could not be reached neither considering the image as cropped as well as considering the image as not cropped.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.