UpdateStreamProcessorRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Shows whether you are sharing data with Rekognition to improve model performance. You can choose this option at the account level or on a per-stream basis. Note that if you opt out at the account level this setting is ignored on individual streams.

Link copied to clipboard
val name: String?

Name of the stream processor that you want to update.

Link copied to clipboard

A list of parameters you want to delete from the stream processor.

Link copied to clipboard

Specifies locations in the frames where Amazon Rekognition checks for objects or people. This is an optional parameter for label detection stream processors.

Link copied to clipboard

The stream processor settings that you want to update. Label detection settings can be updated to detect different labels with a different minimum confidence.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String