Documentation
Table of contents

TextLineResultItem

The TextLineResultItem class represents a text line result item recognized by the library. It is derived from CapturedResultItem.

Definition

Namespace: Dynamsoft.DLR

Assembly: Dynamsoft.LabelRecognizer.dll

Inheritance: CapturedResultItem -> TextLineResultItem

public class TextLineResultItem : CapturedResultItem

Methods

Method Description
GetText Gets the text content of the text line.
GetLocation Gets the location of the text line in the form of a quadrilateral.
GetConfidence Gets the confidence of the text line recognition result.
GetCharacterResults Gets all the character results.
GetCapturedResultItemType Gets the type of the captured result item.
GetReferenceItem Gets the referenced item in the captured result item.

GetText

Gets the text content of the text line.

string GetText()

Return Value

Returns the text content of the text line.

GetLocation

Gets the location of the text line in the form of a quadrilateral.

Quadrilateral GetLocation()

Return Value

Returns the location of the text line in the form of a quadrilateral.

See Also

Quadrilateral

GetConfidence

Gets the confidence of the text line recognition result.

int GetConfidence()

Return Value

Returns the confidence of the text line recognition result.

GetCharacterResults

Gets all the character results.

CharacterResult[] GetCharacterResults()

Return Value

Returns all the character results as a CharacterResult array.

See Also

CharacterResult

GetCapturedResultItemType

Gets the type of the captured result item.

EnumCapturedResultItemType GetCapturedResultItemType()

Return Value

Returns the type of the captured result item.

See Also

EnumCapturedResultItemType

GetReferenceItem

Gets the referenced item in the captured result item.

CapturedResultItem GetReferenceItem()

Return Value

Returns the referenced item in the captured result item.

See Also

CapturedResultItem

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: