Packagecom.tuarua.firebase.ml.vision.cloud.landmark
Classpublic class CloudLandmark
InheritanceCloudLandmark Inheritance Object

Set of landmark properties identified by a vision cloud detector.



Public Properties
 PropertyDefined By
  confidence : Number
Overall confidence of the result.
CloudLandmark
  entityId : String
Opaque entity ID.
CloudLandmark
  frame : Rectangle
A rectangle image region to which this landmark belongs to (in the view coordinate system).
CloudLandmark
  landmark : String
Textual description of the landmark.
CloudLandmark
  locations : Vector.<LatitudeLongitude>
The location information for the detected landmark.
CloudLandmark
Property Detail
confidenceproperty
public var confidence:Number

Overall confidence of the result. The value is float, in range [0, 1].

entityIdproperty 
public var entityId:String

Opaque entity ID. Some IDs may be available in [Google Knowledge Graph Search API] (https://developers.google.com/knowledge-graph/).

frameproperty 
public var frame:Rectangle

A rectangle image region to which this landmark belongs to (in the view coordinate system).

landmarkproperty 
public var landmark:String

Textual description of the landmark.

locationsproperty 
public var locations:Vector.<LatitudeLongitude>

The location information for the detected landmark. Multiple LocationInfo elements can be present because one location may indicate the location of the scene in the image, and another location may indicate the location of the place where the image was taken.