UiPath Documentation
activities
latest
false

Classic Integrations activities

Last updated May 20, 2026

The Page Detail object

Overview

Several Amazon Textract activities have a PageDetail object type as their return value, or otherwise return an array of PageDetail objects.

The list of activities, their output parameter names, and the data type returned are listed below.

ActivityOutput Parameter NameData Type
Analyze Single Page DocumentPagePageDetail
Analyze Multipage DocumentPagesPageDetailCollection
Get Document AnalysisPagesPageDetail[]

Object model

The PageDetail object model is a clean encapsulation of all the information returned from Amazon Textract in a robust and comprehensive object to make data extraction easier than working with raw JSON, however should you need to use the raw response you can do that via the object model.

The object model at a high level contains the following properties:

Properties

The properties and their data types are listed below.

Page Detail object

Property NameData TypeComments
ConfidenceScoresDataTable[]
FormFieldsFormFieldCollection
HasFormDataBoolean
HasLinesBoolean
HasTableDataBoolean
LinesLineCollection
RawJsonString
TablesDataTable[]

FormFields object

Property NameData TypeComments
AvgConfidenceDouble
HighConfidenceDouble
RawJSONString
ItemsFormField[]
LowConfidenceDouble

FormField object

Property NameData TypeComments
ConfidenceDouble
NameString
ValueString

Lines

Property NameData TypeComments
AvgConfidenceDouble
HighConfidenceDouble
ItemsLine[]
LowConfidenceDouble

Line

Property NameData TypeComments
ConfidenceDouble
TextString
  • Overview
  • Object model
  • Properties
  • Page Detail object
  • FormFields object
  • FormField object
  • Lines
  • Line

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated