Synapseml
0.10.0
|
Public Member Functions | |
OCR () | |
Creates a OCR without any parameters. More... | |
OCR (string uid) | |
Creates a OCR with a UID that is used to give the OCR a unique ID. More... | |
OCR | SetConcurrency (int value) |
Sets value for concurrency More... | |
OCR | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
OCR | SetDetectOrientation (bool value) |
Sets value for detectOrientation More... | |
OCR | SetDetectOrientationCol (string value) |
Sets value for detectOrientation column More... | |
OCR | SetErrorCol (string value) |
Sets value for errorCol More... | |
OCR | SetHandler (object value) |
Sets value for handler More... | |
OCR | SetImageBytes (byte[] value) |
Sets value for imageBytes More... | |
OCR | SetImageBytesCol (string value) |
Sets value for imageBytes column More... | |
OCR | SetImageUrl (string value) |
Sets value for imageUrl More... | |
OCR | SetImageUrlCol (string value) |
Sets value for imageUrl column More... | |
OCR | SetLanguage (string value) |
Sets value for language More... | |
OCR | SetLanguageCol (string value) |
Sets value for language column More... | |
OCR | SetOutputCol (string value) |
Sets value for outputCol More... | |
OCR | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
OCR | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
OCR | SetTimeout (double value) |
Sets value for timeout More... | |
OCR | SetUrl (string value) |
Sets value for url More... | |
int | GetConcurrency () |
Gets concurrency value More... | |
double | GetConcurrentTimeout () |
Gets concurrentTimeout value More... | |
bool | GetDetectOrientation () |
Gets detectOrientation 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... | |
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< OCR > | Read () |
Get the corresponding JavaMLReader instance. More... | |
OCR | SetLocation (string value) |
Sets value for location More... | |
OCR | SetLinkedService (string value) |
Sets value for linkedService More... | |
Static Public Member Functions | |
static OCR | Load (string path) |
Loads the OCR that was previously saved using Save(string). More... | |
|
inline |
Creates a OCR without any parameters.
|
inline |
int Synapse.ML.Cognitive.OCR.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Cognitive.OCR.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
bool Synapse.ML.Cognitive.OCR.GetDetectOrientation | ( | ) |
Gets detectOrientation value
string Synapse.ML.Cognitive.OCR.GetErrorCol | ( | ) |
Gets errorCol value
object Synapse.ML.Cognitive.OCR.GetHandler | ( | ) |
Gets handler value
byte [] Synapse.ML.Cognitive.OCR.GetImageBytes | ( | ) |
Gets imageBytes value
string Synapse.ML.Cognitive.OCR.GetImageUrl | ( | ) |
Gets imageUrl value
string Synapse.ML.Cognitive.OCR.GetLanguage | ( | ) |
Gets language value
string Synapse.ML.Cognitive.OCR.GetOutputCol | ( | ) |
Gets outputCol value
string Synapse.ML.Cognitive.OCR.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
double Synapse.ML.Cognitive.OCR.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Cognitive.OCR.GetUrl | ( | ) |
Gets url value
|
static |
Loads the OCR that was previously saved using Save(string).
path | The path the previous OCR was saved to |
JavaMLReader<OCR> Synapse.ML.Cognitive.OCR.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Cognitive.OCR.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 |
OCR Synapse.ML.Cognitive.OCR.SetConcurrency | ( | int | value | ) |
OCR Synapse.ML.Cognitive.OCR.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
OCR Synapse.ML.Cognitive.OCR.SetDetectOrientation | ( | bool | value | ) |
Sets value for detectOrientation
value | whether to detect image orientation prior to processing |
OCR Synapse.ML.Cognitive.OCR.SetDetectOrientationCol | ( | string | value | ) |
Sets value for detectOrientation column
value | whether to detect image orientation prior to processing |
OCR Synapse.ML.Cognitive.OCR.SetErrorCol | ( | string | value | ) |
OCR Synapse.ML.Cognitive.OCR.SetHandler | ( | object | value | ) |
Sets value for handler
value | Which strategy to use when handling requests |
OCR Synapse.ML.Cognitive.OCR.SetImageBytes | ( | byte [] | value | ) |
OCR Synapse.ML.Cognitive.OCR.SetImageBytesCol | ( | string | value | ) |
Sets value for imageBytes column
value | bytestream of the image to use |
OCR Synapse.ML.Cognitive.OCR.SetImageUrl | ( | string | value | ) |
OCR Synapse.ML.Cognitive.OCR.SetImageUrlCol | ( | string | value | ) |
OCR Synapse.ML.Cognitive.OCR.SetLanguage | ( | string | value | ) |
OCR Synapse.ML.Cognitive.OCR.SetLanguageCol | ( | string | value | ) |
OCR Synapse.ML.Cognitive.OCR.SetLinkedService | ( | string | value | ) |
OCR Synapse.ML.Cognitive.OCR.SetLocation | ( | string | value | ) |
OCR Synapse.ML.Cognitive.OCR.SetOutputCol | ( | string | value | ) |
OCR Synapse.ML.Cognitive.OCR.SetSubscriptionKey | ( | string | value | ) |
OCR Synapse.ML.Cognitive.OCR.SetSubscriptionKeyCol | ( | string | value | ) |
OCR Synapse.ML.Cognitive.OCR.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
OCR Synapse.ML.Cognitive.OCR.SetUrl | ( | string | value | ) |