다음을 통해 공유


DocumentObjectField interface

고유한 DocumentField 값을 가진 여러 명명된 속성으로 구성된 DocumentField입니다.

Extends

속성

kind

필드 종류: "object".

properties

추출된 개체 속성입니다. 이 개체의 각 속성은 그 자체로 중첩된 DocumentField입니다.

상속된 속성

boundingRegions

필드를 포함하는 경계 영역입니다.

confidence

필드를 올바르게 추출할 때의 신뢰도입니다.

content

필드의 축자에서 추출한 텍스트 내용입니다.

spans

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

속성 세부 정보

kind

필드 종류: "object".

kind: "object"

속성 값

"object"

properties

추출된 개체 속성입니다. 이 개체의 각 속성은 그 자체로 중첩된 DocumentField입니다.

properties: Properties

속성 값

Properties

상속된 속성 세부 정보

boundingRegions

필드를 포함하는 경계 영역입니다.

boundingRegions?: BoundingRegion[]

속성 값

DocumentFieldCommon.boundingRegions 상속된

confidence

필드를 올바르게 추출할 때의 신뢰도입니다.

confidence?: number

속성 값

number

DocumentFieldCommon.confidence 상속된

content

필드의 축자에서 추출한 텍스트 내용입니다.

content?: string

속성 값

string

DocumentFieldCommon.content 상속된

spans

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

spans?: DocumentSpan[]

속성 값

DocumentFieldCommon.spans 상속된