image-classifier-ts
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Image
Location
constructor
address
Level1
address
Level2
country
given
Location
location
Format
sub
Locality
completion
Score
clean
Value
to
String
from
Given
Location
Hierarchy
ImageLocation
Index
Constructors
constructor
Properties
address
Level1
address
Level2
country
given
Location
location
Format
sub
Locality
Accessors
completion
Score
Methods
clean
Value
to
String
from
Given
Location
Constructors
constructor
new
Image
Location
(
country
:
string
, addressLevel1
:
string
, addressLevel2
:
string
, subLocality
:
string
, locationFormat
:
string
, givenLocation
?:
string
|
null
)
:
ImageLocation
Parameters
country:
string
addressLevel1:
string
addressLevel2:
string
subLocality:
string
locationFormat:
string
Default value
givenLocation:
string
|
null
= null
Returns
ImageLocation
Properties
address
Level1
address
Level1
:
string
address
Level2
address
Level2
:
string
country
country
:
string
given
Location
given
Location
:
string
|
null
Private
location
Format
location
Format
:
string
sub
Locality
sub
Locality
:
string
Accessors
completion
Score
completion
Score
:
Methods
Private
clean
Value
clean
Value
(
value
:
string
)
:
string
Parameters
value:
string
Returns
string
to
String
to
String
(
locationFormat
?:
string
)
:
string
Parameters
Default value
locationFormat:
string
= this.locationFormat
Returns
string
Static
from
Given
Location
from
Given
Location
(
givenLocation
:
string
, options
:
Options
)
:
ImageLocation
Parameters
givenLocation:
string
options:
Options
Returns
ImageLocation
Generated using
TypeDoc