Package | com.tuarua.firebase.ml.vision.label |
Class | public class VisionImageLabel |
Inheritance | VisionImageLabel ![]() |
Property | Defined By | ||
---|---|---|---|
confidence : Number
Confidence for the label in range [0, 1]. | VisionImageLabel | ||
entityId : String
Opaque entity ID. | VisionImageLabel | ||
text : String
The human readable label string in American English. | VisionImageLabel |
Method | Defined By | ||
---|---|---|---|
VisionImageLabel |
confidence | property |
public var confidence:Number
Confidence for the label in range [0, 1].
entityId | property |
public var entityId:String
Opaque entity ID. Some IDs may be available in [Google Knowledge Graph Search API]. (https://developers.google.com/knowledge-graph/).
text | property |
public var text:String
The human readable label string in American English. For example: "Balloon".
Note: this is not fit for display purposes, as it is not localized. Use the entityId
and query
the Knowledge Graph to get a localized description of the label.
VisionImageLabel | () | Constructor |
public function VisionImageLabel()