com.craftar
Class CraftARImage
- java.lang.Object
-
- com.craftar.CraftARImage
public class CraftARImage extends java.lang.Object
ACraftARImage
represents an item's image. Image Recognition Items may have one or several images representing the object.
-
-
Field Summary
Fields Modifier and Type Field and Description protected java.lang.String
mImageTemplate
protected java.lang.String
mImageUUID
protected java.lang.String
mThumbnail120
protected java.lang.String
mThumbnail320
protected java.lang.String
mThumbnail60
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String
getThumbnail120URL()
URL for the 120px thumbnail of the imagejava.lang.String
getThumbnail320URL()
URL for the 320px thumbnail of the imagejava.lang.String
getThumbnail60URL()
URL for the 60px thumbnail of the imagejava.lang.String
getUUID()
UUID of the image
-
-
-
Field Detail
-
mImageUUID
protected java.lang.String mImageUUID
-
mImageTemplate
protected java.lang.String mImageTemplate
-
mThumbnail60
protected java.lang.String mThumbnail60
-
mThumbnail120
protected java.lang.String mThumbnail120
-
mThumbnail320
protected java.lang.String mThumbnail320
-
-
Method Detail
-
getUUID
public java.lang.String getUUID()
UUID of the image
-
getThumbnail120URL
public java.lang.String getThumbnail120URL()
URL for the 120px thumbnail of the image
-
getThumbnail320URL
public java.lang.String getThumbnail320URL()
URL for the 320px thumbnail of the image
-
getThumbnail60URL
public java.lang.String getThumbnail60URL()
URL for the 60px thumbnail of the image
-
-