API Reference
Class
HtmlConversionPreflight
Executable, source-aware target capability analysis performed before artifact creation.
Inheritance
- Object
- HtmlConversionPreflight
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
Methods
public HtmlFeaturePreflightResult Get(HtmlSemanticFeature feature) #Returns:
HtmlFeaturePreflightResultGets one feature prediction.
Parameters
- feature OfficeIMO.Html.HtmlSemanticFeature
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public HtmlConversionTarget Target { get; } #Analyzed target.
public HtmlTargetCapabilityContract Contract { get; } #Capability contract used for prediction.
public IReadOnlyList<HtmlFeaturePreflightResult> Features { get; } #Complete feature predictions in enum order.
public IReadOnlyList<HtmlDiagnostic> Diagnostics { get; } #Approximation and omission diagnostics with source-to-target provenance.
public Boolean HasPotentialLoss { get; } #Whether any present feature is predicted to be approximated or omitted.