  | TesseractOcrBlockParagraphs Property  | 
Gets the collection of Paragraphs that form the block.
 
Namespace: DevScope.Ocr.Tesseract.WindowsPhoneAssembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntaxpublic IVector<TesseractOcrParagraph> Paragraphs { get; }Public ReadOnly Property Paragraphs As IVector(Of TesseractOcrParagraph)
	Get
public:
virtual property IVector<TesseractOcrParagraph^>^ Paragraphs {
	IVector<TesseractOcrParagraph^>^ get () sealed;
}Property Value
Type: 
IVectorTesseractOcrParagraph
The Paragraphs as a List of 
TesseractOcrParagraph.
See Also