ImageProperties
class ImageProperties extends Message
Stores image properties, such as dominant colors.
Protobuf type Google\Cloud\Vision\V1\ImageProperties
Methods
__construct()
No description
getDominantColors()
If present, dominant colors completed successfully.
setDominantColors(DominantColorsAnnotation $var)
If present, dominant colors completed successfully.
Details
at line 25
__construct()
at line 36
DominantColorsAnnotation
getDominantColors()
If present, dominant colors completed successfully.
Generated from protobuf field .google.cloud.vision.v1.DominantColorsAnnotation dominant_colors = 1;
at line 47
setDominantColors(DominantColorsAnnotation $var)
If present, dominant colors completed successfully.
Generated from protobuf field .google.cloud.vision.v1.DominantColorsAnnotation dominant_colors = 1;