แชร์ผ่าน


IngestionDocumentHeader(String) Constructor

Definition

Initializes a new instance of the IngestionDocumentHeader class.

public:
 IngestionDocumentHeader(System::String ^ markdown);
public IngestionDocumentHeader(string markdown);
new Microsoft.Extensions.DataIngestion.IngestionDocumentHeader : string -> Microsoft.Extensions.DataIngestion.IngestionDocumentHeader
Public Sub New (markdown As String)

Parameters

markdown
String

The markdown representation of the header.

Applies to