/AWS1/CL_REKSTREAMPROCOROUTPUT¶
Information about the Amazon Kinesis Data Streams stream to which a Amazon Rekognition Video stream processor streams the results of a video analysis. For more information, see CreateStreamProcessor in the Amazon Rekognition Developer Guide.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_kinesisdatastream TYPE REF TO /AWS1/CL_REKKINESISDATASTREAM /AWS1/CL_REKKINESISDATASTREAM¶
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.
io_s3destination TYPE REF TO /AWS1/CL_REKS3DESTINATION /AWS1/CL_REKS3DESTINATION¶
The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation.
Queryable Attributes¶
KinesisDataStream¶
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KINESISDATASTREAM() |
Getter for KINESISDATASTREAM |
S3Destination¶
The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3DESTINATION() |
Getter for S3DESTINATION |