IngestionDocumentParagraph(String) コンストラクター

定義

IngestionDocumentParagraph クラスの新しいインスタンスを初期化します。

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)

パラメーター

markdown
String

段落のマークダウン表現。

適用対象