Synapseml
0.10.0
|
AnalyzeImage implements AnalyzeImage More...
Public Member Functions | |
AnalyzeImage () | |
Creates a AnalyzeImage without any parameters. More... | |
AnalyzeImage (string uid) | |
Creates a AnalyzeImage with a UID that is used to give the AnalyzeImage a unique ID. More... | |
AnalyzeImage | SetConcurrency (int value) |
Sets value for concurrency More... | |
AnalyzeImage | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
AnalyzeImage | SetDetails (string[] value) |
Sets value for details More... | |
AnalyzeImage | SetDetailsCol (string value) |
Sets value for details column More... | |
AnalyzeImage | SetErrorCol (string value) |
Sets value for errorCol More... | |
AnalyzeImage | SetHandler (object value) |
Sets value for handler More... | |
AnalyzeImage | SetImageBytes (byte[] value) |
Sets value for imageBytes More... | |
AnalyzeImage | SetImageBytesCol (string value) |
Sets value for imageBytes column More... | |
AnalyzeImage | SetImageUrl (string value) |
Sets value for imageUrl More... | |
AnalyzeImage | SetImageUrlCol (string value) |
Sets value for imageUrl column More... | |
AnalyzeImage | SetLanguage (string value) |
Sets value for language More... | |
AnalyzeImage | SetLanguageCol (string value) |
Sets value for language column More... | |
AnalyzeImage | SetOutputCol (string value) |
Sets value for outputCol More... | |
AnalyzeImage | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
AnalyzeImage | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
AnalyzeImage | SetTimeout (double value) |
Sets value for timeout More... | |
AnalyzeImage | SetUrl (string value) |
Sets value for url More... | |
AnalyzeImage | SetVisualFeatures (string[] value) |
Sets value for visualFeatures More... | |
AnalyzeImage | SetVisualFeaturesCol (string value) |
Sets value for visualFeatures column More... | |
int | GetConcurrency () |
Gets concurrency value More... | |
double | GetConcurrentTimeout () |
Gets concurrentTimeout value More... | |
string [] | GetDetails () |
Gets details value More... | |
string | GetErrorCol () |
Gets errorCol value More... | |
object | GetHandler () |
Gets handler value More... | |
byte [] | GetImageBytes () |
Gets imageBytes value More... | |
string | GetImageUrl () |
Gets imageUrl value More... | |
string | GetLanguage () |
Gets language value More... | |
string | GetOutputCol () |
Gets outputCol value More... | |
string | GetSubscriptionKey () |
Gets subscriptionKey value More... | |
double | GetTimeout () |
Gets timeout value More... | |
string | GetUrl () |
Gets url value More... | |
string [] | GetVisualFeatures () |
Gets visualFeatures value More... | |
void | Save (string path) |
Saves the object so that it can be loaded later using Load. Note that these objects can be shared with Scala by Loading or Saving in Scala. More... | |
JavaMLWriter | Write () |
| |
JavaMLReader< AnalyzeImage > | Read () |
Get the corresponding JavaMLReader instance. More... | |
AnalyzeImage | SetLocation (string value) |
Sets value for location More... | |
AnalyzeImage | SetLinkedService (string value) |
Sets value for linkedService More... | |
Static Public Member Functions | |
static AnalyzeImage | Load (string path) |
Loads the AnalyzeImage that was previously saved using Save(string). More... | |
AnalyzeImage implements AnalyzeImage
|
inline |
Creates a AnalyzeImage without any parameters.
|
inline |
Creates a AnalyzeImage with a UID that is used to give the AnalyzeImage a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
int Synapse.ML.Cognitive.AnalyzeImage.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Cognitive.AnalyzeImage.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string [] Synapse.ML.Cognitive.AnalyzeImage.GetDetails | ( | ) |
Gets details value
string Synapse.ML.Cognitive.AnalyzeImage.GetErrorCol | ( | ) |
Gets errorCol value
object Synapse.ML.Cognitive.AnalyzeImage.GetHandler | ( | ) |
Gets handler value
byte [] Synapse.ML.Cognitive.AnalyzeImage.GetImageBytes | ( | ) |
Gets imageBytes value
string Synapse.ML.Cognitive.AnalyzeImage.GetImageUrl | ( | ) |
Gets imageUrl value
string Synapse.ML.Cognitive.AnalyzeImage.GetLanguage | ( | ) |
Gets language value
string Synapse.ML.Cognitive.AnalyzeImage.GetOutputCol | ( | ) |
Gets outputCol value
string Synapse.ML.Cognitive.AnalyzeImage.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
double Synapse.ML.Cognitive.AnalyzeImage.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Cognitive.AnalyzeImage.GetUrl | ( | ) |
Gets url value
string [] Synapse.ML.Cognitive.AnalyzeImage.GetVisualFeatures | ( | ) |
Gets visualFeatures value
|
static |
Loads the AnalyzeImage that was previously saved using Save(string).
path | The path the previous AnalyzeImage was saved to |
JavaMLReader<AnalyzeImage> Synapse.ML.Cognitive.AnalyzeImage.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Cognitive.AnalyzeImage.Save | ( | string | path | ) |
Saves the object so that it can be loaded later using Load. Note that these objects can be shared with Scala by Loading or Saving in Scala.
path | The path to save the object to |
AnalyzeImage Synapse.ML.Cognitive.AnalyzeImage.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
value | max number of concurrent calls |
AnalyzeImage Synapse.ML.Cognitive.AnalyzeImage.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
AnalyzeImage Synapse.ML.Cognitive.AnalyzeImage.SetDetails | ( | string [] | value | ) |
Sets value for details
value | what visual feature types to return |
AnalyzeImage Synapse.ML.Cognitive.AnalyzeImage.SetDetailsCol | ( | string | value | ) |
Sets value for details column
value | what visual feature types to return |
AnalyzeImage Synapse.ML.Cognitive.AnalyzeImage.SetErrorCol | ( | string | value | ) |
AnalyzeImage Synapse.ML.Cognitive.AnalyzeImage.SetHandler | ( | object | value | ) |
Sets value for handler
value | Which strategy to use when handling requests |
AnalyzeImage Synapse.ML.Cognitive.AnalyzeImage.SetImageBytes | ( | byte [] | value | ) |
Sets value for imageBytes
value | bytestream of the image to use |
AnalyzeImage Synapse.ML.Cognitive.AnalyzeImage.SetImageBytesCol | ( | string | value | ) |
Sets value for imageBytes column
value | bytestream of the image to use |
AnalyzeImage Synapse.ML.Cognitive.AnalyzeImage.SetImageUrl | ( | string | value | ) |
AnalyzeImage Synapse.ML.Cognitive.AnalyzeImage.SetImageUrlCol | ( | string | value | ) |
Sets value for imageUrl column
value | the url of the image to use |
AnalyzeImage Synapse.ML.Cognitive.AnalyzeImage.SetLanguage | ( | string | value | ) |
Sets value for language
value | the language of the response (en if none given) |
AnalyzeImage Synapse.ML.Cognitive.AnalyzeImage.SetLanguageCol | ( | string | value | ) |
Sets value for language column
value | the language of the response (en if none given) |
AnalyzeImage Synapse.ML.Cognitive.AnalyzeImage.SetLinkedService | ( | string | value | ) |
AnalyzeImage Synapse.ML.Cognitive.AnalyzeImage.SetLocation | ( | string | value | ) |
Sets value for location
value | Location of the cognitive service |
AnalyzeImage Synapse.ML.Cognitive.AnalyzeImage.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
AnalyzeImage Synapse.ML.Cognitive.AnalyzeImage.SetSubscriptionKey | ( | string | value | ) |
AnalyzeImage Synapse.ML.Cognitive.AnalyzeImage.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
value | the API key to use |
AnalyzeImage Synapse.ML.Cognitive.AnalyzeImage.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
AnalyzeImage Synapse.ML.Cognitive.AnalyzeImage.SetUrl | ( | string | value | ) |
AnalyzeImage Synapse.ML.Cognitive.AnalyzeImage.SetVisualFeatures | ( | string [] | value | ) |
Sets value for visualFeatures
value | what visual feature types to return |
AnalyzeImage Synapse.ML.Cognitive.AnalyzeImage.SetVisualFeaturesCol | ( | string | value | ) |
Sets value for visualFeatures column
value | what visual feature types to return |