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