Gets or sets a value indicating whether the input image to the IdentificationProcessor will be contained in the
FormResult produced by the
ProcessImage(Image) or
ProcessImageParallel method.
Syntax
'Declaration
Public Property OutputIdentificationInputImage As Boolean
'Usage
Dim instance As Processor
Dim value As Boolean
instance.OutputIdentificationInputImage = value
value = instance.OutputIdentificationInputImage
public bool OutputIdentificationInputImage {get; set;}
public: __property bool get_OutputIdentificationInputImage();
public: __property void set_OutputIdentificationInputImage(
bool value
);
public:
property bool OutputIdentificationInputImage {
bool get();
void set ( bool value);
}
See Also