API Reference
Class
HtmlFeaturePreflightResult
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.
Returned or exposed by
- Method HtmlConversionPreflight.Get
- Property HtmlConversionPreflight.Features
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.