Input
The name of the track that contains the images to crop, with region data.
The track must supply both the images and a region. For example, you could use the DataWithSource
or ResultWithSource
track produced by some analysis tasks.
Specify the name of the track in the format taskName.trackName
. For example, to specify the ResultWithSource
track produced by the MyFaceRecognition
task, set this parameter to MyFaceRecognition.ResultWithSource
.
Type: | String |
Default: | |
Required: | Yes |
Configuration Section: | TaskName |
Example: | Input=ObjectRecognition.ResultWithSource
|
See Also: |