Class OcrResult.Paragraph
Represents a paragraph of text with an OcrResult object.
Inheritance
System.Object
OcrResult.Paragraph
Implements
IronSoftware.IDocumentTextObject
IronSoftware.IDocumentObject
IronSoftware.IBounded
IronSoftware.IColored
IronSoftware.ITransformable
Inherited Members
Namespace: IronOcr
Assembly: IronOcr.dll
Syntax
public class Paragraph : OcrResult.OcrResultTextElement, IDocumentTextObject, IDocumentObject, IBounded, IColored, ITransformable
Fields
Block
Represents the Block of text that contains this paragraph.
Declaration
public OcrResult.Block Block
Field Value
Type | Description |
---|---|
OcrResult.Block |
Properties
Characters
Represents every character in this paragraph, in order of appearance.
Declaration
public OcrResult.Character[] Characters { get; }
Property Value
Type | Description |
---|---|
OcrResult.Character[] |
Lines
Represents every line of text in this paragraph.
Declaration
public OcrResult.Line[] Lines { get; }
Property Value
Type | Description |
---|---|
OcrResult.Line[] |
ParagraphNumber
1 based unique numerical identifier for this paragraph within the OcrResult document.
Declaration
public int ParagraphNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Words
Represents every word in this paragraph, in order of appearance.
Declaration
public OcrResult.Word[] Words { get; }
Property Value
Type | Description |
---|---|
OcrResult.Word[] |
Implements
IronSoftware.IDocumentTextObject
IronSoftware.IDocumentObject
IronSoftware.IBounded
IronSoftware.IColored
IronSoftware.ITransformable