Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3.SimilarImageConfig Class Reference

Similar image result. More...

Properties

string image_id [get, set]
 The unique ID of the image. Save this to add or remove it from the collection. More...
 
string created [get, set]
 Date the image was added to the collection. More...
 
string image_file [get, set]
 File name of the image. More...
 
object metadata [get, set]
 Metadat JSON object (key value pairs). More...
 
float score [get, set]
 Confidence in the match. More...
 

Detailed Description

Similar image result.

Property Documentation

string IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3.SimilarImageConfig.created
getset

Date the image was added to the collection.

string IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3.SimilarImageConfig.image_file
getset

File name of the image.

string IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3.SimilarImageConfig.image_id
getset

The unique ID of the image. Save this to add or remove it from the collection.

object IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3.SimilarImageConfig.metadata
getset

Metadat JSON object (key value pairs).

float IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3.SimilarImageConfig.score
getset

Confidence in the match.


The documentation for this class was generated from the following file: