topicality property

double? topicality
final

Entity textual description, expressed in its locale language. Score of the result. Range [0, 1]. The relevancy of the ICA (Image Content Annotation) label to the image. For example, the relevancy of "tower" is likely higher to an image containing the detected "Eiffel Tower" than to an image containing a detected distant towering building, even though the confidence that there is a tower in each image may be the same. Range [0, 1].

Implementation

// final String description;

/// Score of the result. Range \[0, 1\].
// final double? score;

/// The relevancy of the ICA (Image Content Annotation) label to the image.
/// For example, the relevancy of "tower" is likely higher to an image
/// containing the detected "Eiffel Tower" than to an image containing a
/// detected distant towering building, even though the confidence that there
/// is a tower in each image may be the same. Range \[0, 1\].
final double? topicality;