Input
The name of the track that contains the images to blur, with region data.
The track must supply records that contain both an image and at least one region. Any regions (including rectangles, polygons, and faces) present in an input record are blurred in the output.
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=FaceDetection.ResultWithSource
|
See Also: |