IngestionDocumentParagraph(String) Constructor
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.
Initializes a new instance of the IngestionDocumentParagraph class.
public:
IngestionDocumentParagraph(System::String ^ markdown);
public IngestionDocumentParagraph(string markdown);
new Microsoft.Extensions.DataIngestion.IngestionDocumentParagraph : string -> Microsoft.Extensions.DataIngestion.IngestionDocumentParagraph
Public Sub New (markdown As String)
Parameters
- markdown
- String
The markdown representation of the paragraph.