rekognition_start_stream_processor: Starts processing a stream processor

View source: R/rekognition_operations.R

rekognition_start_stream_processorR Documentation

Starts processing a stream processor

Description

Starts processing a stream processor. You create a stream processor by calling create_stream_processor. To tell start_stream_processor which stream processor to start, use the value of the Name field specified in the call to create_stream_processor.

See https://www.paws-r-sdk.com/docs/rekognition_start_stream_processor/ for full documentation.

Usage

rekognition_start_stream_processor(
  Name,
  StartSelector = NULL,
  StopSelector = NULL
)

Arguments

Name

[required] The name of the stream processor to start processing.

StartSelector

Specifies the starting point in the Kinesis stream to start processing. You can use the producer timestamp or the fragment number. If you use the producer timestamp, you must put the time in milliseconds. For more information about fragment numbers, see Fragment.

This is a required parameter for label detection stream processors and should not be used to start a face search stream processor.

StopSelector

Specifies when to stop processing the stream. You can specify a maximum amount of time to process the video.

This is a required parameter for label detection stream processors and should not be used to start a face search stream processor.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.