Interface ITag

The Tag object contains info about tags that are associated with a photo or a video on SkyDrive. The Live Connect REST API supports reading Tag objects. Use the wl.photos, and wl.skydrive scopes to read Tag objects. Use the wl.contacts_photos and wl.contacts_skydrive scopes to read the Tag objects that are associated with any photos that other users have shared with the user.

Index

Properties

Properties

public created_time: string

The time, in ISO 8601 format, at which the tag was created.

public id: string

The Tag object's ID.

public user: IUserInfo

The user object for the tagged person.

public x: number

The center of the tag's horizontal position, measured as a floating-point percentage from 0 to 100, from the left edge of the photo. This value is not returned for Video objects.

public y: number

The center of the tag's vertical position, measured as a floating-point percentage from 0 to 100, from the top edge of the photo. This value is not returned for Video objects.