API Reference

Class

HtmlFeaturePreflightResult

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Preflight prediction for one semantic feature.

Inheritance

  • Object
  • HtmlFeaturePreflightResult

Usage

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

Properties

public HtmlSemanticFeature Feature { get; } #

Semantic feature.

public Boolean IsPresent { get; } #

Whether the source contains evidence of the feature.

public Int32 OccurrenceCount { get; } #

Best-effort semantic occurrence count.

public HtmlConversionPreflightOutcome Outcome { get; } #

Predicted target outcome.

public HtmlSemanticSourceLocation FirstSourceLocation { get; } #

First source location associated with the feature.