Nabrio Help
Nabrio Help

Getting Started

Nara Overview

Understanding Nara

Using Nara

Components

Common Process InputsCombine ArraysFilter Array OutputGet Array ItemGet Array Object ItemGet Last Run ArrayGet Object ItemJSON String to ObjectBasic MathsGet Last Run Upstream OutputsMoving Number CalculationNumber RoundingNumber to StringBased64 string to ImageString to NumberTemplate StringISO Time DeltaXML String to ObjectAuto Label Object DetectionBrightnessCircle Detection1D/2D Code ReaderColor DetectionColor ThresholdContrastMultiple CropsCropDetected Zones CountersFacial Expression DetectionGender and Age DetectionDetected Objects to OCRDetected Objects TransformPeople DetectionDraw Detected ObjectsFace DetectionFace RecognitionFeature MatchingFire & Smoke DetectionFlipGeneral Object DetectionImage ClassificationImage SimilarityKey Points DetectionNumber Plate ReaderObject DetectionOCRPose EstimationResizeRotateSaturationInstance SegmentationWatershed SegmentPolygon DetectionTracker Line CountTracker Zones CountTracker HeatmapTrackerWhite Balance
Widgets

Miscellaneous

Nomenclature
Troubleshooting
Notice and DisclaimerEULA
NodesProcess

Get Array Object Item

Slot Usage: 0

Overview

Get Array Object Item selects an object at a given index from an upstream array, then exposes that object’s fields as individual outputs.

Use this when you need the properties of one object in an array of objects, rather than the whole object as a single value.

Input

Tool

string required

Select the tool that contains the array.

Output array from tool

string required

Select the array to extract an object item from. Shown after a tool is selected.

Index

integer

0-based index of the object in the array.

Default: 0

Output

Outputs are generated dynamically from the selected object’s properties (one field per key). Types follow each property’s schema.

Get Array Item

Previous Page

Get Last Run Array

Next Page

On this page

OverviewInputToolOutput array from toolIndexOutput