value property

int value

Gets the enumeration value as int. return The value.

Implementation

int get value {
    	switch (this) {
      	case DocumentModel.documentDetector2A:
        	return 1001;
      	case DocumentModel.documentDetector2B:
        	return 1002;
      	case DocumentModel.mrzReader2A:
        	return 1102;
      	case DocumentModel.ocrLatin2A:
        	return 1202;
	}
  	}