IngestionDocumentReader Clase

Definición

Lee el contenido de origen y lo convierte en .IngestionDocument

public ref class IngestionDocumentReader abstract
public abstract class IngestionDocumentReader
type IngestionDocumentReader = class
Public MustInherit Class IngestionDocumentReader
Herencia
IngestionDocumentReader
Derivado

Constructores

Nombre Description
IngestionDocumentReader()

Lee el contenido de origen y lo convierte en .IngestionDocument

Métodos

Nombre Description
ReadAsync(FileInfo, CancellationToken)

Lee un archivo y lo convierte en .IngestionDocument

ReadAsync(FileInfo, String, String, CancellationToken)

Lee un archivo y lo convierte en .IngestionDocument

ReadAsync(Stream, String, String, CancellationToken)

Lee una secuencia y la convierte en .IngestionDocument

Se aplica a