BlinkID C SDK version 5.16.0
|
#include "Export.h"
Go to the source code of this file.
Typedefs | |
typedef MB_EXPORTED_TYPE enum MBRecognizerErrorStatus | MBRecognizerErrorStatus |
Typedef for RecognizerErrorStatus enum. | |
Functions | |
MB_API char const *MB_CALL | recognizerErrorToString (MBRecognizerErrorStatus errorStatus) |
Copyright (c)2015 MicroBlink Ltd. All rights reserved.
ANY UNAUTHORIZED USE OR SALE, DUPLICATION, OR DISTRIBUTION OF THIS PROGRAM OR ANY OF ITS PARTS, IN SOURCE OR BINARY FORMS, WITH OR WITHOUT MODIFICATION, WITH THE PURPOSE OF ACQUIRING UNLAWFUL MATERIAL OR ANY OTHER BENEFIT IS PROHIBITED! THIS PROGRAM IS PROTECTED BY COPYRIGHT LAWS AND YOU MAY NOT REVERSE ENGINEER, DECOMPILE, OR DISASSEMBLE IT.
Enumeration of all possible error statuses.
MB_API char const *MB_CALL recognizerErrorToString | ( | MBRecognizerErrorStatus | errorStatus | ) |
Helper method for fetching string representation of the error status. Usually used in debugging.
errorStatus | status for which the string representation is required |