rekognition_describe_stream_processor {paws.machine.learning} | R Documentation |
Provides information about a stream processor created by CreateStreamProcessor
Description
Provides information about a stream processor created by create_stream_processor
. You can get information about the input and output streams, the input parameters for the face recognition being performed, and the current status of the stream processor.
See https://www.paws-r-sdk.com/docs/rekognition_describe_stream_processor/ for full documentation.
Usage
rekognition_describe_stream_processor(Name)
Arguments
Name |
[required] Name of the stream processor for which you want information. |
[Package paws.machine.learning version 0.7.0 Index]