MLLandmark
interface
Represents a detected landmark returned from cloudLandmarkRecognizerProcessImage()
.
Properties
boundingBox
</>Gets image region of the detected landmark. Returns null if nothing was detected
boundingBox: MLRectangle | null;
entityId
</>Gets opaque entity ID. Some IDs may be available in Google Knowledge Graph Search API.
entityId: string;