Package | com.adobe.webapis.flickr |
Class | public class PhotoExif |
Property | Defined by | ||
---|---|---|---|
clean : String
The clean of the photo exif
| PhotoExif | ||
label : String
The label of the photo exif
| PhotoExif | ||
raw : String
The raw of the photo exif
| PhotoExif | ||
tag : int
The tag of the photo exif
| PhotoExif | ||
tagspace : String
The tagspace of the photo exif
| PhotoExif | ||
tagspaceId : int
The tagspace id of the photo exif
| PhotoExif |
Method | Defined by | ||
---|---|---|---|
Construct a new PhotoExif instance
| PhotoExif |
clean | property |
clean:String
[read-write]The clean of the photo exif
Implementation public function get clean():String
public function set clean(value:String):void
label | property |
label:String
[read-write]The label of the photo exif
Implementation public function get label():String
public function set label(value:String):void
raw | property |
raw:String
[read-write]The raw of the photo exif
Implementation public function get raw():String
public function set raw(value:String):void
tag | property |
tag:int
[read-write]The tag of the photo exif
Implementation public function get tag():int
public function set tag(value:int):void
tagspace | property |
tagspace:String
[read-write]The tagspace of the photo exif
Implementation public function get tagspace():String
public function set tagspace(value:String):void
tagspaceId | property |
tagspaceId:int
[read-write]The tagspace id of the photo exif
Implementation public function get tagspaceId():int
public function set tagspaceId(value:int):void
PhotoExif | () | constructor |
public function PhotoExif()
Construct a new PhotoExif instance