Struct DocumentSpan
Contiguous region of the concatenated content property, specified as an offset and length.
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.AI.FormRecognizer.dll
Syntax
public struct DocumentSpan
Properties
Length
Number of characters in the content represented by the span.
Declaration
public int Length { get; }
Property Value
System.Int32
|
Offset
Zero-based index of the content represented by the span.
Declaration
public int Offset { get; }
Property Value
System.Int32
|