| Package | com.tuarua.firebase.ml.vision.cloud.landmark | 
| Class | public class CloudLandmark | 
| Inheritance | CloudLandmark    Object | 
| Property | Defined 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 | ||
| confidence | property | 
public var confidence:NumberOverall confidence of the result. The value is float, in range [0, 1].
| entityId | property | 
public var entityId:StringOpaque entity ID. Some IDs may be available in [Google Knowledge Graph Search API] (https://developers.google.com/knowledge-graph/).
| frame | property | 
public var frame:RectangleA rectangle image region to which this landmark belongs to (in the view coordinate system).
| landmark | property | 
public var landmark:StringTextual description of the landmark.
| locations | property | 
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.