你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DocumentWord interface

A word object consisting of a contiguous sequence of characters. For non-space delimited languages, such as Chinese, Japanese, and Korean, each character is represented as its own word.

Extends

Properties

confidence

Confidence of correctly extracting the word.

content

Text content of the word.

span

Location of the word in the reading order concatenated content.

Inherited Properties

polygon

Bounding polygon of the entity.

Property Details

confidence

Confidence of correctly extracting the word.

confidence: number

Property Value

number

content

Text content of the word.

content: string

Property Value

string

span

Location of the word in the reading order concatenated content.

span: DocumentSpan

Property Value

Inherited Property Details

polygon

Bounding polygon of the entity.

polygon?: Point2D[]

Property Value

Inherited From HasBoundingPolygon.polygon