1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Common
  6. /
  7. ExtractedData

ExtractedData

ExtractedData class

Represents data retrieved from a document and prepared for indexing.

public class ExtractedData

Properties

Name Description
IsExtractionSuccessful { get; } Gets a value indicating whether the data extraction process completed successfully.

Methods

Name Description
static Deserialize(byte[]) Deserializes an instance from a byte array.
Serialize() Serializes the current instance to a byte array.

See Also