RecognitionSettings.RecognitionSettings

RecognitionSettings constructor

의 새 인스턴스를 초기화합니다.RecognitionSettings전체 속성 세트가 있는 클래스.

public RecognitionSettings(Language language = Language.None, 
    List<Rectangle> recognitionAreas = null, bool detectAreas = true, bool autoSkew = true, 
    float skewAngle = 0, bool recognizeSingleLine = false, int threshold = 0)
모수유형설명
languageLanguageOCR에 사용되는 언어입니다.
recognitionAreasList`1인식할 영역을 수동으로 설정합니다. 기본적으로 Null - 전체 이미지가 처리됨을 의미합니다.
detectAreasBoolean자동 텍스트 영역 감지를 활성화합니다.
autoSkewBoolean자동 이미지 왜곡 보정을 활성화합니다.
skewAngleSingle이미지 회전 각도를 설정합니다.
recognizeSingleLineBoolean단선 이미지의 경우
thresholdInt32사용자 지정 이미지 이진화 임계값

또한보십시오