API Reference

Class

OfficeDocumentOcrTextResult

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Recognized text returned by an external OCR provider for a candidate emitted by an OfficeIMO read result.

Inheritance

  • Object
  • OfficeDocumentOcrTextResult

Usage

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

Accepted by parameters

Constructors

public OfficeDocumentOcrTextResult() #

Properties

public String CandidateId { get; set; } #

Identifier of the OfficeDocumentOcrCandidate this OCR result enriches.

public String Text { get; set; } #

Plain recognized text for the candidate.

public Nullable<Double> Confidence { get; set; } #

Optional confidence reported by the external OCR provider.

public String Language { get; set; } #

Optional BCP-47 language tag for the recognized text.

public String Provider { get; set; } #

Optional provider or service name that produced the recognized text.

public String Model { get; set; } #

Optional provider model or engine version.