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

Link copied to clipboard

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.

Link copied to clipboard

The first attempt (treating the image as pre-cropped) yielded a Valid result without running the document detector. Conclusion: the input image was likely already cropped and perspective-corrected.

Link copied to clipboard

Default value. The two-attempt analysis was not performed because cropType was Cropped or NotCropped, or the input source was Video.

Link copied to clipboard

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

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.