Interface IContentExtractor
Namespace: Glitch9.VectorStore.ContentExtraction
Assembly: Glitch9.VectorStore.dll
Syntax
public interface IContentExtractor
Properties
| Edit this page View SourceFileTypes
Declaration
ExtractionFileTypes FileTypes { get; }
Property Value
| Type | Description |
|---|---|
| ExtractionFileTypes |
Methods
| Edit this page View SourceCanExtract(string, string)
Declaration
bool CanExtract(string mimeType, string fileName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | mimeType | |
| string | fileName |
Returns
| Type | Description |
|---|---|
| bool |
ExtractTextAsync(byte[], string, string)
Declaration
UniTask<string> ExtractTextAsync(byte[] data, string mimeType, string fileName)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | data | |
| string | mimeType | |
| string | fileName |
Returns
| Type | Description |
|---|---|
| UniTask<string> |