WebDetection class

Relevant information for the image from the Internet.

Annotations
  • @JsonSerializable()

Constructors

WebDetection({List<WebEntity>? webEntities, List<WebImage>? fullMatchingImages, List<WebImage>? partialMatchingImages, List<WebPage>? pagesWithMatchingImages, List<WebImage>? visuallySimilarImages, List<WebLabel>? bestGuessLabels})
WebDetection.fromJson(Map<String, dynamic> json)
factory

Properties

bestGuessLabels List<WebLabel>?
final
fullMatchingImages List<WebImage>?
Fully matching images from the Internet.
final
hashCode int
The hash code for this object.
no setterinherited
pagesWithMatchingImages List<WebPage>?
final
partialMatchingImages List<WebImage>?
Partial matching images from the Internet.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visuallySimilarImages List<WebImage>?
final
webEntities List<WebEntity>?
Entity deduced from similar images on the Internet.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited