Skip to content

Commit

Permalink
Fix public access for EmotionAnalysis properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasom Pi committed Dec 2, 2024
1 parent a6abeab commit d74a3f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/Mentalist/Model/EmotionAnalysis.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import Foundation

public struct EmotionAnalysis {
var region: CGRect
var emotion: [Emotion: Double]
var dominantEmotion: Emotion
public var region: CGRect
public var emotion: [Emotion: Double]
public var dominantEmotion: Emotion
}

0 comments on commit d74a3f6

Please sign in to comment.