confidence property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
**Deprecated.
Use score
instead.** The accuracy of the entity detection in an image.
For example, for an image in which the "Eiffel Tower" entity is detected,
this field represents the confidence that there is a tower in the query
image. Range [0, 1].
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.double? confidence;