Click or drag to resize
TesseractOcrWord Class
Represents a text word with several properties such as word characters, bounds, text, etc...
Inheritance Hierarchy
SystemObject
  DevScope.Ocr.Tesseract.WindowsPhoneTesseractOcrWord

Namespace: DevScope.Ocr.Tesseract.WindowsPhone
Assembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax
public sealed class TesseractOcrWord : ITesseractOcrDocumentElement, 
	__ITesseractOcrWordPublicNonVirtuals

The TesseractOcrWord type exposes the following members.

Constructors
  NameDescription
Public methodTesseractOcrWord
Initializes a new instance of the TesseractOcrWord class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyBlanks
Gets the total of blank chars present in the word
Public propertyBounds
Gets or sets the size and location of the document element, in pixels, relative to the document image page size
Public propertyCentroid
Gets the central point of the word element bounds relative to the page size.
Public propertyChars
Gets the collection of all the Chars of the word.
Public propertyConfidence
Gets the Confidence of the word.
Public propertyFontAttributes
Gets the Font attributes of the word.
Public propertyIndex
Gets the Index of the word in the parent container.
Public propertyIsFromDictionary
Gets a value indicating whether the word comes from the language dictionary.
Public propertyIsNumeric
Gets a value indicating whether the word is composed only of numeric chars.
Public propertyOrientation
Gets the properties of the word.
Public propertyText
Gets the Text string of the word.
Top
See Also