속성
Returns the Engine object. | ||
Stores the internal name of the text language. As the internal name may be used to identify the language, it is better be unique. TextLanguage 유형의 새 객체가 생성되면 이 속성에는 빈 문자열이 저장됩니다. 다른 텍스트 언어와 구별할 수 있도록 고유한 값을 지정할 수 있습니다. By default, this property contains an empty string. | ||
Sets additional letter sets for the text language. | ||
, read-only | Returns the full letter set used for recognition with this TextLanguage, combining all letter sets of its base languages and additional letter sets. | |
Returns a reference to the collection of base languages of the current text language. This collection always exists though contains no elements by default. | ||
Returns a reference to the collection of prohibiting dictionaries. | ||
Specifies the category of text for which the current text language is designed. By default, this property contains the TC_Unknown value, which means that the text language can be used for recognition of all types of text. | ||
Allows you to associate any user-defined information with an object of the TextLanguage type. | ||
메서드
| 이름 | 설명 |
|---|---|
| CopyFrom | 다른 객체의 동일한 속성 값으로 현재 객체의 속성을 초기화합니다. |
| LoadFromFile | 디스크 파일에서 객체 콘텐츠를 복원합니다. |
| LoadFromMemory <Note> : Windows 전용. </Note> | 전역 메모리에서 객체 콘텐츠를 복원합니다. |
| SaveToFile | 객체 콘텐츠를 디스크 파일에 저장합니다. |
| SaveToMemory <Note> : Windows 전용. </Note> | 객체 콘텐츠를 전역 메모리에 저장합니다. |
객체 다이어그램
출력 매개변수
예제
C# 코드
C# 코드
- Linux: CustomLanguage
- Windows: CommandLineInterface, 및 데모 도구: BatchProcessingRecognition, MultiProcessingRecognition, PDFExportProfiles
