IExtractor Interface
- Namespace:
- Weavy.Core.Models
- Assembly:
- Weavy.Core.dll
Interface for objects that can extract text from files for fulltext indexing.
public interface IExtractor : IExtension
Methods
Can |
Gets a value indicating whether the specified file is supported by this extractor. |
Extract(File) | Returns extracted text for the specified file. |
Extension Methods
Is |
Gets a value indicating if the specified value has the default value of the generic type. |
Serialize(Object) | Serializes an object, or graph of connected objects, to a byte array. |
Serialize |
Serializes an object, or graph of connected objects, to a json string. |
Is |
Determines whether the specified object is valid by evaluating each ValidationAttribute instance that is attached to the object type. |