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

DocumentSpan 结构

定义

串联内容属性的连续区域,指定为偏移量和长度。

public readonly struct DocumentSpan : IEquatable<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSpan>
type DocumentSpan = struct
Public Structure DocumentSpan
Implements IEquatable(Of DocumentSpan)
继承
DocumentSpan
实现

属性

Index

范围表示的内容的从零开始的索引。

Length

范围表示的内容中的字符数。

方法

Equals(DocumentSpan)

指示当前 DocumentSpan 是否等于同一类型的另一个对象。 如果它们具有相同 Index 和 ,则它们被视为相等 Length

ToString()

返回 stringDocumentSpan的表示形式。

适用于