<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureReactionType",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@T@AVCaptureReactionType"
  },
  "title" : "AVCaptureReactionType"
}
-->

# AVCaptureReactionType

Constants that indicate the type of reaction that an effect can perform.

```
struct AVCaptureReactionType
```

## Topics

### Reaction types

[`balloons`](/documentation/AVFoundation/AVCaptureReactionType/balloons)

A reaction that displays balloons rising through the scene.

[`confetti`](/documentation/AVFoundation/AVCaptureReactionType/confetti)

A reaction that displays festive spots of color falling through the scene.

[`fireworks`](/documentation/AVFoundation/AVCaptureReactionType/fireworks)

A reaction that displays fireworks bursting in the background.

[`heart`](/documentation/AVFoundation/AVCaptureReactionType/heart)

A reaction that displays one or more heart symbols.

[`lasers`](/documentation/AVFoundation/AVCaptureReactionType/lasers)

A reaction that displays a bright laser show projecting into the scene.

[`rain`](/documentation/AVFoundation/AVCaptureReactionType/rain)

A reaction that displays a dark and stormy night.

[`thumbsUp`](/documentation/AVFoundation/AVCaptureReactionType/thumbsUp)

A reaction that displays a thumbs-up symbol.

[`thumbsDown`](/documentation/AVFoundation/AVCaptureReactionType/thumbsDown)

A reaction that displays a thumbs-down symbol.

### Accessing the system image name

[`systemImageName`](/documentation/AVFoundation/AVCaptureReactionType/systemImageName)

Returns the name of a system image that displays the recommended iconography for a specified reaction type.

### Initializers

[`init(rawValue:)`](/documentation/AVFoundation/AVCaptureReactionType/init(rawValue:))

Creates a reaction type with a string value.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)