Errors

TextFragmentAbsorber.Errors property

Lista överTextExtractionError objekt. Den innehåller information om fel som hittades under textextraktion. Sökning efter fel utförs endast om TextSearchOptions.LogTextExtractionErrors = true; Och det kan minska prestandan.

public List<TextExtractionError> Errors { get; }

Se även