다음을 통해 공유


DocumentWord 클래스

연속된 문자 시퀀스로 구성된 단어 개체입니다. 중국어, 일본어 및 한국어와 같이 공백으로 구분되지 않은 언어의 경우 각 문자는 고유한 단어로 표시됩니다.

상속
builtins.object
DocumentWord

생성자

DocumentWord(**kwargs: Any)

메서드

from_dict

DocumentWord 셰이프의 받아쓰기를 모델 자체로 변환합니다.

to_dict

DocumentWord의 받아쓰기 표현을 반환합니다.

from_dict

DocumentWord 셰이프의 받아쓰기를 모델 자체로 변환합니다.

from_dict(data: Dict) -> DocumentWord

매개 변수

Name Description
data
필수

DocumentWord 셰이프의 사전입니다.

반환

형식 Description

DocumentWord

to_dict

DocumentWord의 받아쓰기 표현을 반환합니다.

to_dict() -> Dict

반환

형식 Description

dict

특성

confidence

단어를 올바르게 추출할 수 있습니다.

confidence: float

content

단어의 텍스트 콘텐츠입니다.

content: str

polygon

단어의 경계 다각형입니다.

polygon: Sequence[Point]

span

읽기 순서로 연결된 콘텐츠의 단어 위치입니다.

span: DocumentSpan