AWS::Rekognition::StreamProcessor ConnectedHomeSettings
Connected home settings to use on a streaming video. Defining the settings is required in the request parameter for CreateStreamProcessor
.
Including this setting in the CreateStreamProcessor request lets you use the stream processor for connected home features. You can then select
what you want the stream processor to detect, such as people or pets.
When the stream processor has started, one notification is sent for each object class specified. For example, if packages and pets are selected, one SNS notification is published the first time a package is detected and one SNS notification is published the first time a pet is detected. An end-of-session summary is also published. For more information, see the ConnectedHome section of StreamProcessorSettings.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Labels" :
[ String, ... ]
, "MinConfidence" :Number
}
YAML
Labels:
- String
MinConfidence:Number
Properties
Labels
-
Specifies what you want to detect in the video, such as people, packages, or pets. The current valid labels you can include in this list are: "PERSON", "PET", "PACKAGE", and "ALL".
Required: Yes
Type: Array of String
Maximum:
128
Minimum:
1 | 1
Update requires: Replacement
MinConfidence
-
The minimum confidence required to label an object in the video.
Required: No
Type: Number
Minimum:
0
Maximum:
100
Update requires: Replacement