Class DocumentSpan
Inherited Members
Namespace: Glitch9.AIDevKit.Microsoft.Azure.DocumentIntelligence
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public sealed class DocumentSpan
Properties
| Edit this page View SourceLength
Declaration
[JsonProperty("length")]
public int Length { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Offset
Declaration
[JsonProperty("offset")]
public int Offset { get; set; }
Property Value
| Type | Description |
|---|---|
| int |