你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Line interface
表示已识别文本行的 对象。
属性
bounding |
已识别行的边界框。 |
text | 行的文本内容。 |
words | 文本行中的单词列表。 |
属性详细信息
boundingBox
已识别行的边界框。
boundingBox?: number[]
属性值
number[]
text
行的文本内容。
text?: string
属性值
string