DocumentMermaidFigure 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.
Figure containing a diagram, such as a flowchart or network diagram.
public class DocumentMermaidFigure : Azure.AI.ContentUnderstanding.DocumentFigure, System.ClientModel.Primitives.IJsonModel<Azure.AI.ContentUnderstanding.DocumentMermaidFigure>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.ContentUnderstanding.DocumentMermaidFigure>
type DocumentMermaidFigure = class
inherit DocumentFigure
interface IJsonModel<DocumentMermaidFigure>
interface IPersistableModel<DocumentMermaidFigure>
Public Class DocumentMermaidFigure
Inherits DocumentFigure
Implements IJsonModel(Of DocumentMermaidFigure), IPersistableModel(Of DocumentMermaidFigure)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| Caption |
Figure caption. (Inherited from DocumentFigure) |
| Content |
Diagram content represented using Mermaid syntax. |
| Description |
Description of the figure. (Inherited from DocumentFigure) |
| Elements |
Child elements of the figure, excluding any caption or footnotes. (Inherited from DocumentFigure) |
| Footnotes |
List of figure footnotes. (Inherited from DocumentFigure) |
| Id |
Figure identifier. (Inherited from DocumentFigure) |
| Role |
Semantic role of the figure. (Inherited from DocumentFigure) |
| Source |
Encoded source that identifies the position of the figure in the content. (Inherited from DocumentFigure) |
| Span |
Span of the figure in the markdown content. (Inherited from DocumentFigure) |