Rekognition / Client / stop_stream_processor
stop_stream_processor¶
- Rekognition.Client.stop_stream_processor(**kwargs)¶
 Stops a running stream processor that was created by CreateStreamProcessor.
See also: AWS API Documentation
Request Syntax
response = client.stop_stream_processor( Name='string' )
- Parameters:
 Name (string) –
[REQUIRED]
The name of a stream processor created by CreateStreamProcessor.
- Return type:
 dict
- Returns:
 Response Syntax
{}Response Structure
(dict) –
Exceptions