CapUser
public class CapUser
A class to represent LandCap’s user
-
User name
Declaration
Swift
public var Name: String! -
User key
Declaration
Swift
public var Key: String! -
User status
Declaration
Swift
public var isAnonymous: Bool! -
User photo limit to analyze photos
Declaration
Swift
public var photoLimit: Int! -
Initial Value for Authorized User.
- Photo Limit: 100
- isAnonymous: false
Declaration
Swift
public func setAuthorizedUser() -
Initial Value for Anonymous User
- Photo Limit: 10
- isAnonymous: true
- Name: Guest
Declaration
Swift
public func setAnonymousUser()
View on GitHub
CapUser Class Reference