image-classifier-ts
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Image
Properties
constructor
dimensions
exif
file
Size
Mb
image
Path
location
top
Labels
file
Size
MbText
image
Filename
top
Label
_get
File
Size
MbText
add
Size
Suffix
modification
Date
round
ToFew
Places
with
File
Size
Mb
with
Location
with
Top
Labels
Hierarchy
ImageProperties
Index
Constructors
constructor
Properties
dimensions
exif
file
Size
Mb
image
Path
location
top
Labels
Accessors
file
Size
MbText
image
Filename
top
Label
Methods
_get
File
Size
MbText
add
Size
Suffix
modification
Date
round
ToFew
Places
with
File
Size
Mb
with
Location
with
Top
Labels
Constructors
constructor
new
Image
Properties
(
imagePath
:
string
, topLabels
?:
string
[]
, exif
?:
ExifTagSet
, dimensions
?:
Dimensions
|
null
, fileSizeMb
?:
number
|
null
, location
?:
ImageLocation
|
null
)
:
ImageProperties
Parameters
imagePath:
string
Default value
topLabels:
string
[]
= []
Default value
exif:
ExifTagSet
= new ExifTagSet()
Default value
dimensions:
Dimensions
|
null
= null
Default value
fileSizeMb:
number
|
null
= null
Default value
location:
ImageLocation
|
null
= null
Returns
ImageProperties
Properties
dimensions
dimensions
:
Dimensions
|
null
exif
exif
:
ExifTagSet
file
Size
Mb
file
Size
Mb
:
number
|
null
image
Path
image
Path
:
string
location
location
:
ImageLocation
|
null
top
Labels
top
Labels
:
string
[]
Accessors
file
Size
MbText
file
Size
MbText
:
image
Filename
image
Filename
:
top
Label
top
Label
:
Methods
Private
_get
File
Size
MbText
_get
File
Size
MbText
(
)
:
string
Returns
string
Private
add
Size
Suffix
add
Size
Suffix
(
value
:
string
)
:
string
Parameters
value:
string
Returns
string
modification
Date
modification
Date
(
outputter
:
IOutputter
)
:
SimpleDate
Parameters
outputter:
IOutputter
Returns
SimpleDate
Private
round
ToFew
Places
round
ToFew
Places
(
value
:
number
)
:
number
Parameters
value:
number
Returns
number
Static
with
File
Size
Mb
with
File
Size
Mb
(
properties
:
ImageProperties
, fileSizeMb
:
number
)
:
ImageProperties
Parameters
properties:
ImageProperties
fileSizeMb:
number
Returns
ImageProperties
Static
with
Location
with
Location
(
properties
:
ImageProperties
, location
:
ImageLocation
)
:
ImageProperties
Parameters
properties:
ImageProperties
location:
ImageLocation
Returns
ImageProperties
Static
with
Top
Labels
with
Top
Labels
(
properties
:
ImageProperties
, topLabels
:
string
[]
)
:
ImageProperties
Parameters
properties:
ImageProperties
topLabels:
string
[]
Returns
ImageProperties
Generated using
TypeDoc