AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Label detection 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 enables you to use the stream processor
for label detection. 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, as well as an end-of-session
summary.
Namespace: Amazon.Rekognition.Model
Assembly: AWSSDK.Rekognition.dll
Version: 3.x.y.z
public class ConnectedHomeSettings
The ConnectedHomeSettings type exposes the following members
Name | Description | |
---|---|---|
![]() |
ConnectedHomeSettings() |
Name | Type | Description | |
---|---|---|---|
![]() |
Labels | System.Collections.Generic.List<System.String> |
Gets and sets the property 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". |
![]() |
MinConfidence | System.Single |
Gets and sets the property MinConfidence. The minimum confidence required to label an object in the video. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5