ClearImage .NET API
RotationConfidence Property





Inlite.ClearImageNet Namespace > ImageEditor Class : RotationConfidence Property
Gets confidence level of the last Rotation measurement
Syntax
'Declaration
 
Public ReadOnly Property RotationConfidence As System.Double
'Usage
 
Dim instance As ImageEditor
Dim value As System.Double
 
value = instance.RotationConfidence
public System.double RotationConfidence {get;}
public read-only property RotationConfidence: System.Double; 
public function get RotationConfidence : System.double
public:
property System.double RotationConfidence {
   System.double get();
}
See Also

Reference

ImageEditor Class
ImageEditor Members