DocumentSignature Class
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.
Signature detected in a document.
public class DocumentSignature : System.ClientModel.Primitives.IJsonModel<Azure.AI.ContentUnderstanding.DocumentSignature>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.ContentUnderstanding.DocumentSignature>
type DocumentSignature = class
interface IJsonModel<DocumentSignature>
interface IPersistableModel<DocumentSignature>
Public Class DocumentSignature
Implements IJsonModel(Of DocumentSignature), IPersistableModel(Of DocumentSignature)
- Inheritance
-
DocumentSignature
- Implements
Properties
| Name | Description |
|---|---|
| Elements |
Child elements of the signature, such as paragraphs containing text within the signature region. |
| Id |
Signature identifier. |
| Role |
Semantic role of the signature. |
| Source |
Encoded source that identifies the position of the signature in the content. |
| Span |
Span of the signature in the markdown content. |