API Reference

Class

PdfUnderstandingSemanticElement

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Semantic classification of one ordered region.

Inheritance

  • Object
  • PdfUnderstandingSemanticElement

Usage

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

Constructors

public PdfUnderstandingSemanticElement(PdfUnderstandingRegion region, PdfUnderstandingSemanticKind kind, Double confidence = 0.5, IEnumerable<PdfInferenceEvidence> evidence = null) #

Creates a semantic classification for a region.

Parameters

region OfficeIMO.Pdf.PdfUnderstandingRegion requiredposition: 0
kind OfficeIMO.Pdf.PdfUnderstandingSemanticKind requiredposition: 1
confidence System.Double = 0.5 optionalposition: 2
evidence System.Collections.Generic.IEnumerable{OfficeIMO.Pdf.PdfInferenceEvidence} = null optionalposition: 3

Properties

public PdfUnderstandingRegion Region { get; } #

Classified region.

public PdfUnderstandingSemanticKind Kind { get; } #

Semantic kind selected by the active stage.

public Double Confidence { get; } #

Normalized classification confidence from 0 to 1.

public IReadOnlyList<PdfInferenceEvidence> Evidence { get; } #

Evidence supporting the semantic classification.