Provides information about a stream processor created by CreateStreamProcessor
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.
rekognition_describe_stream_processor(Name)
Name |
[required] Name of the stream processor for which you want information. |
A list with the following syntax:
list( Name = "string", StreamProcessorArn = "string", Status = "STOPPED"|"STARTING"|"RUNNING"|"FAILED"|"STOPPING", StatusMessage = "string", CreationTimestamp = as.POSIXct( "2015-01-01" ), LastUpdateTimestamp = as.POSIXct( "2015-01-01" ), Input = list( KinesisVideoStream = list( Arn = "string" ) ), Output = list( KinesisDataStream = list( Arn = "string" ) ), RoleArn = "string", Settings = list( FaceSearch = list( CollectionId = "string", FaceMatchThreshold = 123.0 ) ) )
svc$describe_stream_processor( Name = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.