API Reference
Class
OfficeDocumentOcrTextResult
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
- Method OfficeDocumentOcrEnrichmentExtensions.ApplyOcrResults
- Extension method OfficeDocumentReadResult.ApplyOcrResults
Constructors
public OfficeDocumentOcrTextResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.