'Declaration Public Function Identify( _ ByVal unknownImage As FormImage _ ) As IdentificationResult
'Usage Dim instance As IdentificationProcessor Dim unknownImage As FormImage Dim value As IdentificationResult value = instance.Identify(unknownImage)
public IdentificationResult Identify( FormImage unknownImage )
public: IdentificationResult* Identify( FormImage* unknownImage )
public: IdentificationResult^ Identify( FormImage^ unknownImage )
Parameters
- unknownImage
- The image that you want this method to identify.