다음을 통해 공유


ClassifyDocumentFromStreamQueryParamProperties interface

속성

pages

분석할 1부터 시작하는 페이지 번호입니다. 전. "1-3,5,7-9"

split

문서 분할 모드입니다.

가능한 값: "auto", "none", "perPage"

stringIndexType

문자열 오프셋 및 길이를 계산하는 데 사용되는 메서드입니다.

가능한 값: "textElements", "unicodeCodePoint", "utf16CodeUnit"

속성 세부 정보

pages

분석할 1부터 시작하는 페이지 번호입니다. 전. "1-3,5,7-9"

pages?: string

속성 값

string

split

문서 분할 모드입니다.

가능한 값: "auto", "none", "perPage"

split?: string

속성 값

string

stringIndexType

문자열 오프셋 및 길이를 계산하는 데 사용되는 메서드입니다.

가능한 값: "textElements", "unicodeCodePoint", "utf16CodeUnit"

stringIndexType?: string

속성 값

string