IngestionDocumentParagraph Klass

Definition

Representerar ett stycke i ett dokument.

public ref class IngestionDocumentParagraph sealed : Microsoft::Extensions::DataIngestion::IngestionDocumentElement
public sealed class IngestionDocumentParagraph : Microsoft.Extensions.DataIngestion.IngestionDocumentElement
type IngestionDocumentParagraph = class
    inherit IngestionDocumentElement
Public NotInheritable Class IngestionDocumentParagraph
Inherits IngestionDocumentElement
Arv
IngestionDocumentParagraph

Konstruktorer

Name Description
IngestionDocumentParagraph(String)

Initierar en ny instans av IngestionDocumentParagraph klassen.

Egenskaper

Name Description
HasMetadata

Hämtar ett värde som anger om det här elementet har metadata.

(Ärvd från IngestionDocumentElement)
Metadata

Hämtar metadata som är associerade med det här elementet.

(Ärvd från IngestionDocumentElement)
PageNumber

Hämtar eller anger sidnumret där det här elementet visas.

(Ärvd från IngestionDocumentElement)
Text

Hämtar eller anger textinnehållet i elementet.

(Ärvd från IngestionDocumentElement)

Metoder

Name Description
GetMarkdown()

Hämtar markdown-representationen av elementet.

(Ärvd från IngestionDocumentElement)

Gäller för