API Reference

Enum

ReaderDetectionConfidence

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Confidence assigned to a detection result.

Inheritance

  • Enum
  • ReaderDetectionConfidence

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const ReaderDetectionConfidence None #

No usable evidence was found.

Value: 0
public const ReaderDetectionConfidence Low #

Weak or ambiguous evidence, such as mostly textual bytes.

Value: 1
public const ReaderDetectionConfidence Medium #

Useful structural evidence, such as an extension or leading text token.

Value: 2
public const ReaderDetectionConfidence High #

Strong signature or container evidence.

Value: 3