image-classifier-ts
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Map
Date
ToLocation
map
Date
ToLocations
map
Exact
Date
ToLocation
add
Location
For
Date
add
Location
For
Date
Allow
Overwrite
get
Location
For
Date
get
Location
For
File
remove
From
Disk
write
ToCsv
AtPath
is
Comment
parse
From
Csv
AtDirectory
parse
From
Csv
AtPath
Hierarchy
MapDateToLocation
Index
Properties
map
Date
ToLocations
map
Exact
Date
ToLocation
Methods
add
Location
For
Date
add
Location
For
Date
Allow
Overwrite
get
Location
For
Date
get
Location
For
File
remove
From
Disk
write
ToCsv
AtPath
is
Comment
parse
From
Csv
AtDirectory
parse
From
Csv
AtPath
Properties
Private
map
Date
ToLocations
map
Date
ToLocations
:
Map
<
string
,
object
[]
>
= new Map<string, DateAndLocation[]>()
Private
map
Exact
Date
ToLocation
map
Exact
Date
ToLocation
:
Map
<
string
,
ImageLocation
>
= new Map<string, ImageLocation>()
Methods
Private
add
Location
For
Date
add
Location
For
Date
(
date
:
SimpleDate
, location
:
ImageLocation
, allowOverwrite
?:
boolean
)
:
void
Parameters
date:
SimpleDate
location:
ImageLocation
Default value
allowOverwrite:
boolean
= false
Returns
void
add
Location
For
Date
Allow
Overwrite
add
Location
For
Date
Allow
Overwrite
(
date
:
SimpleDate
, location
:
ImageLocation
)
:
void
Parameters
date:
SimpleDate
location:
ImageLocation
Returns
void
get
Location
For
Date
get
Location
For
Date
(
date
:
SimpleDate
)
:
ImageLocation
|
null
Parameters
date:
SimpleDate
Returns
ImageLocation
|
null
get
Location
For
File
get
Location
For
File
(
filepath
:
string
, outputter
:
IOutputter
)
:
ImageLocation
|
null
Parameters
filepath:
string
outputter:
IOutputter
Returns
ImageLocation
|
null
remove
From
Disk
remove
From
Disk
(
filePath
:
string
)
:
void
Parameters
filePath:
string
Returns
void
write
ToCsv
AtPath
write
ToCsv
AtPath
(
filePath
:
string
)
:
void
Parameters
filePath:
string
Returns
void
Static
Private
is
Comment
is
Comment
(
line
:
string
)
:
boolean
Parameters
line:
string
Returns
boolean
Static
parse
From
Csv
AtDirectory
parse
From
Csv
AtDirectory
(
pathToDirectory
:
string
, options
:
Options
)
:
MapDateToLocation
Parameters
pathToDirectory:
string
options:
Options
Returns
MapDateToLocation
Static
parse
From
Csv
AtPath
parse
From
Csv
AtPath
(
filepath
:
string
, options
:
Options
)
:
MapDateToLocation
Parameters
filepath:
string
options:
Options
Returns
MapDateToLocation
Generated using
TypeDoc