Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
이 메서드는 단어에 포함된 개별 문자의 매개변수에 접근할 수 있도록 합니다. 문자는 단어 내 위치를 기준으로 인덱싱됩니다. 이 인덱스는 0부터 단어 길이까지의 범위에 있어야 합니다.
HRESULT GetCharParams(
int Position,
ICharParams* Result
);
void GetCharParams(
int Position,
ICharParams Result
);
Sub GetCharParams( _
Position As Integer, _
Result As ICharParams _
)
Position
[in] 단어 내 문자 위치의 인덱스를 지정합니다.
Result
[in] CharParams 객체를 참조합니다. 이 객체의 속성은 해당 문자의 매개변수에 해당하는 값으로 초기화됩니다. 이 매개변수에는 유효한 객체를 전달해야 합니다.
이 함수에는 별도의 반환 값이 없습니다. ABBYY FineReader Engine 함수의 표준 반환 값이 반환됩니다.
WordRecognitionVariant
CharParams
Voting API 사용