UserInPhoto
public struct UserInPhoto : Decodable
A struct containing the user and its position on the image.
-
The user that appears in the image.
Declaration
Swift
public let user: UserInPhotoUsername
-
The position in points of the user in the image.
Declaration
Swift
public let position: Position
-
A struct containing the username of the tagged user.
See moreDeclaration
Swift
public struct UserInPhotoUsername : Decodable
-
A struct containing the value of the coordinate axes, ‘x’ and ‘y’.
See moreDeclaration
Swift
public struct Position : Decodable