แชร์ผ่าน


IngestionDocumentParagraph(String) Constructor

Definition

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.

Applies to