Class CarPlateRecognitionSettings
Class CarPlateRecognitionSettings
이름 공간 : Aspose.OCR 모임: Aspose.OCR.dll (25.4.0)
차량 번호 인식에 대한 설정.인식 프로세스를 사용자 정의 할 수있는 요소가 포함되어 있습니다.
public class CarPlateRecognitionSettings
Inheritance
object ← CarPlateRecognitionSettings
상속 회원들
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
CarPlateRecognitionSettings(Language)
Aspose.OCR.CarPlateRecognitionSettings 클래스의 새로운 사례를 완전한 속성으로 시작합니다.
public CarPlateRecognitionSettings(Language language)
Parameters
language
Language
OCR에 사용되는 언어
CarPlateRecognitionSettings()
기본 속성 세트와 함께 Aspose.OCR.CarPlateRecognitionSettings 클래스의 새로운 예를 시작합니다.
public CarPlateRecognitionSettings()
Properties
AllowedCharacters
허용 된 캐릭터 설정. 인식 결과를 위해 허용 된 캐릭터의 유형을 결정합니다.
public CharactersAllowedType AllowedCharacters { get; set; }
부동산 가치
AllowedSymbols
허용된 캐릭터를 알파벳 속성으로 설정합니다.
public string AllowedSymbols { get; set; }
부동산 가치
AutomaticColorInversion
어두운/검은 배경에 흰색 텍스트가있는 이미지를 감지하고 자동으로 특별한 OCR 알고리즘을 선택합니다.
public bool AutomaticColorInversion { get; set; }
부동산 가치
IgnoredSymbols
인식 상징을 위한 블랙리스트를 설정합니다.
public string IgnoredSymbols { get; set; }
부동산 가치
Language
OCR에 사용되는 언어를 얻거나 설정합니다.
public Language Language { get; set; }