EyeOpen
public struct EyeOpen : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Level of confidence in the determination.
Declaration
Swift
public let confidence: Float? -
Boolean value that indicates whether the eyes on the face are open.
Declaration
Swift
public let value: Bool? -
Undocumented
Declaration
Swift
public init(confidence: Float? = nil, value: Bool? = nil)
View on GitHub
EyeOpen Structure Reference