Skip to content

Commit

Permalink
Make images and raiFilteredReason public in `ImageGenerationRespo…
Browse files Browse the repository at this point in the history
…nse`
  • Loading branch information
andrewheard committed Dec 6, 2024
1 parent 86fc73d commit e86d6c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import Foundation

@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
public struct ImageGenerationResponse<ImageType: ImagenImageRepresentable> {
let images: [ImageType]
let raiFilteredReason: String?
public let images: [ImageType]
public let raiFilteredReason: String?
}

// MARK: - Codable Conformances
Expand Down

0 comments on commit e86d6c1

Please sign in to comment.