DocumentSpan Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contiguous region of the concatenated content property, specified as an offset and length.
public readonly struct DocumentSpan : System.ClientModel.Primitives.IJsonModel<Azure.AI.DocumentIntelligence.DocumentSpan>, System.ClientModel.Primitives.IJsonModel<object>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.DocumentIntelligence.DocumentSpan>, System.ClientModel.Primitives.IPersistableModel<object>
public class DocumentSpan : System.ClientModel.Primitives.IJsonModel<Azure.AI.DocumentIntelligence.DocumentSpan>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.DocumentIntelligence.DocumentSpan>
type DocumentSpan = struct
interface IJsonModel<DocumentSpan>
interface IPersistableModel<DocumentSpan>
interface IJsonModel<obj>
interface IPersistableModel<obj>
type DocumentSpan = class
interface IJsonModel<DocumentSpan>
interface IPersistableModel<DocumentSpan>
Public Structure DocumentSpan
Implements IJsonModel(Of DocumentSpan), IJsonModel(Of Object), IPersistableModel(Of DocumentSpan), IPersistableModel(Of Object)
Public Class DocumentSpan
Implements IJsonModel(Of DocumentSpan), IPersistableModel(Of DocumentSpan)
- Inheritance
-
DocumentSpan
- Inheritance
-
DocumentSpan
- Implements
Constructors
DocumentSpan() |
Initializes a new instance of DocumentSpan for deserialization. |
Properties
Length |
Number of characters in the content represented by the span. |
Offset |
Zero-based index of the content represented by the span. |
Explicit Interface Implementations
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET