This module provides constructor of PascalVocSource
and accessor to its fields.
emptySource : PascalVoc.Internal.PascalVocSource
Constructor for <annotation><source>
.
database : PascalVoc.Internal.PascalVocSource -> Maybe String
Getter for database. Corresponding to <annotation><source><database>
.
This field is optional.
setDatabase : Maybe String -> PascalVoc.Internal.PascalVocSource -> PascalVoc.Internal.PascalVocSource
Setter for database. Corresponding to <annotation><source><database>
.
This field is optional.
annotation : PascalVoc.Internal.PascalVocSource -> Maybe String
Getter for String
value of who or what organization did the annotation.
Corresponding to <annotation><source><annotation>
.
This field is optional.
To access to each annotation, use PascalVoc.objects
.
setAnnotation : Maybe String -> PascalVoc.Internal.PascalVocSource -> PascalVoc.Internal.PascalVocSource
Setter for String
value of who or what organization did the annotation.
Corresponding to <annotation><source><annotation>
.
This field is optional.
image : PascalVoc.Internal.PascalVocSource -> Maybe String
Getter for image info.
Corresponding to <annotation><source><annotation>
.
This field is optional.
To access to filename, use PascalVoc.filename
.
setImage : Maybe String -> PascalVoc.Internal.PascalVocSource -> PascalVoc.Internal.PascalVocSource
Setter for image info.
Corresponding to <annotation><source><annotation>
.
This field is optional.
flickrid : PascalVoc.Internal.PascalVocSource -> Maybe String
Getter for flickrid.
Corresponding to <annotation><source><flickrid>
.
This field is optional.
setFlickrid : Maybe String -> PascalVoc.Internal.PascalVocSource -> PascalVoc.Internal.PascalVocSource
Setter for flickrid.
Corresponding to <annotation><source><flickrid>
.
This field is optional.