<!--
{
  "availability" : [
    "iOS: 17.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "JournalingSuggestions",
  "identifier" : "/documentation/JournalingSuggestions/JournalingSuggestion/LivePhoto",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Journaling Suggestions"
    ],
    "preciseIdentifier" : "s:21JournalingSuggestions0A10SuggestionV9LivePhotoV"
  },
  "title" : "JournalingSuggestion.LivePhoto"
}
-->

# JournalingSuggestion.LivePhoto

A suggestion for a Live Photo from a person’s library.

```
struct LivePhoto
```

## Overview

The system provides an instance of this structure to your app when a person chooses a Live Photo suggestion
in the [`JournalingSuggestionsPicker`](/documentation/JournalingSuggestions/JournalingSuggestionsPicker).

## Topics

### Accessing Live Photo data

[`var image: URL`](/documentation/JournalingSuggestions/JournalingSuggestion/LivePhoto/image)

The URL to a still image on disk for the Live Photo.

[`var video: URL`](/documentation/JournalingSuggestions/JournalingSuggestion/LivePhoto/video)

The URL to a video on disk for the Live Photo..

[`var date: Date?`](/documentation/JournalingSuggestions/JournalingSuggestion/LivePhoto/date)

The Live Photo’s creation date.

## Relationships

### Conforms To

[`JournalingSuggestionAsset`](/documentation/JournalingSuggestions/JournalingSuggestionAsset)

---

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)