|
Synapseml
0.10.0
|
RecognizeText implements RecognizeText More...


Public Member Functions | |
| RecognizeText () | |
| Creates a RecognizeText without any parameters. More... | |
| RecognizeText (string uid) | |
| Creates a RecognizeText with a UID that is used to give the RecognizeText a unique ID. More... | |
| RecognizeText | SetBackoffs (int[] value) |
| Sets value for backoffs More... | |
| RecognizeText | SetConcurrency (int value) |
| Sets value for concurrency More... | |
| RecognizeText | SetConcurrentTimeout (double value) |
| Sets value for concurrentTimeout More... | |
| RecognizeText | SetErrorCol (string value) |
| Sets value for errorCol More... | |
| RecognizeText | SetImageBytes (byte[] value) |
| Sets value for imageBytes More... | |
| RecognizeText | SetImageBytesCol (string value) |
| Sets value for imageBytes column More... | |
| RecognizeText | SetImageUrl (string value) |
| Sets value for imageUrl More... | |
| RecognizeText | SetImageUrlCol (string value) |
| Sets value for imageUrl column More... | |
| RecognizeText | SetInitialPollingDelay (int value) |
| Sets value for initialPollingDelay More... | |
| RecognizeText | SetMaxPollingRetries (int value) |
| Sets value for maxPollingRetries More... | |
| RecognizeText | SetMode (string value) |
| Sets value for mode More... | |
| RecognizeText | SetModeCol (string value) |
| Sets value for mode column More... | |
| RecognizeText | SetOutputCol (string value) |
| Sets value for outputCol More... | |
| RecognizeText | SetPollingDelay (int value) |
| Sets value for pollingDelay More... | |
| RecognizeText | SetSubscriptionKey (string value) |
| Sets value for subscriptionKey More... | |
| RecognizeText | SetSubscriptionKeyCol (string value) |
| Sets value for subscriptionKey column More... | |
| RecognizeText | SetSuppressMaxRetriesExceededException (bool value) |
| Sets value for suppressMaxRetriesExceededException More... | |
| RecognizeText | SetTimeout (double value) |
| Sets value for timeout More... | |
| RecognizeText | SetUrl (string value) |
| Sets value for url More... | |
| int [] | GetBackoffs () |
| Gets backoffs value More... | |
| int | GetConcurrency () |
| Gets concurrency value More... | |
| double | GetConcurrentTimeout () |
| Gets concurrentTimeout value More... | |
| string | GetErrorCol () |
| Gets errorCol value More... | |
| byte [] | GetImageBytes () |
| Gets imageBytes value More... | |
| string | GetImageUrl () |
| Gets imageUrl value More... | |
| int | GetInitialPollingDelay () |
| Gets initialPollingDelay value More... | |
| int | GetMaxPollingRetries () |
| Gets maxPollingRetries value More... | |
| string | GetMode () |
| Gets mode value More... | |
| string | GetOutputCol () |
| Gets outputCol value More... | |
| int | GetPollingDelay () |
| Gets pollingDelay value More... | |
| string | GetSubscriptionKey () |
| Gets subscriptionKey value More... | |
| bool | GetSuppressMaxRetriesExceededException () |
| Gets suppressMaxRetriesExceededException 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< RecognizeText > | Read () |
| Get the corresponding JavaMLReader instance. More... | |
| RecognizeText | SetLocation (string value) |
| Sets value for location More... | |
| RecognizeText | SetLinkedService (string value) |
| Sets value for linkedService More... | |
Static Public Member Functions | |
| static RecognizeText | Load (string path) |
| Loads the RecognizeText that was previously saved using Save(string). More... | |
RecognizeText implements RecognizeText
|
inline |
Creates a RecognizeText without any parameters.
|
inline |
Creates a RecognizeText with a UID that is used to give the RecognizeText a unique ID.
| uid | An immutable unique ID for the object and its derivatives. |
| int [] Synapse.ML.Cognitive.RecognizeText.GetBackoffs | ( | ) |
Gets backoffs value
| int Synapse.ML.Cognitive.RecognizeText.GetConcurrency | ( | ) |
Gets concurrency value
| double Synapse.ML.Cognitive.RecognizeText.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
| string Synapse.ML.Cognitive.RecognizeText.GetErrorCol | ( | ) |
Gets errorCol value
| byte [] Synapse.ML.Cognitive.RecognizeText.GetImageBytes | ( | ) |
Gets imageBytes value
| string Synapse.ML.Cognitive.RecognizeText.GetImageUrl | ( | ) |
Gets imageUrl value
| int Synapse.ML.Cognitive.RecognizeText.GetInitialPollingDelay | ( | ) |
Gets initialPollingDelay value
| int Synapse.ML.Cognitive.RecognizeText.GetMaxPollingRetries | ( | ) |
Gets maxPollingRetries value
| string Synapse.ML.Cognitive.RecognizeText.GetMode | ( | ) |
Gets mode value
| string Synapse.ML.Cognitive.RecognizeText.GetOutputCol | ( | ) |
Gets outputCol value
| int Synapse.ML.Cognitive.RecognizeText.GetPollingDelay | ( | ) |
Gets pollingDelay value
| string Synapse.ML.Cognitive.RecognizeText.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
| bool Synapse.ML.Cognitive.RecognizeText.GetSuppressMaxRetriesExceededException | ( | ) |
Gets suppressMaxRetriesExceededException value
| double Synapse.ML.Cognitive.RecognizeText.GetTimeout | ( | ) |
Gets timeout value
| string Synapse.ML.Cognitive.RecognizeText.GetUrl | ( | ) |
Gets url value
|
static |
Loads the RecognizeText that was previously saved using Save(string).
| path | The path the previous RecognizeText was saved to |
| JavaMLReader<RecognizeText> Synapse.ML.Cognitive.RecognizeText.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Cognitive.RecognizeText.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 |
| RecognizeText Synapse.ML.Cognitive.RecognizeText.SetBackoffs | ( | int [] | value | ) |
Sets value for backoffs
| value | array of backoffs to use in the handler |
| RecognizeText Synapse.ML.Cognitive.RecognizeText.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
| value | max number of concurrent calls |
| RecognizeText Synapse.ML.Cognitive.RecognizeText.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
| value | max number seconds to wait on futures if concurrency >= 1 |
| RecognizeText Synapse.ML.Cognitive.RecognizeText.SetErrorCol | ( | string | value | ) |
| RecognizeText Synapse.ML.Cognitive.RecognizeText.SetImageBytes | ( | byte [] | value | ) |
Sets value for imageBytes
| value | bytestream of the image to use |
| RecognizeText Synapse.ML.Cognitive.RecognizeText.SetImageBytesCol | ( | string | value | ) |
Sets value for imageBytes column
| value | bytestream of the image to use |
| RecognizeText Synapse.ML.Cognitive.RecognizeText.SetImageUrl | ( | string | value | ) |
| RecognizeText Synapse.ML.Cognitive.RecognizeText.SetImageUrlCol | ( | string | value | ) |
Sets value for imageUrl column
| value | the url of the image to use |
| RecognizeText Synapse.ML.Cognitive.RecognizeText.SetInitialPollingDelay | ( | int | value | ) |
Sets value for initialPollingDelay
| value | number of milliseconds to wait before first poll for result |
| RecognizeText Synapse.ML.Cognitive.RecognizeText.SetLinkedService | ( | string | value | ) |
| RecognizeText Synapse.ML.Cognitive.RecognizeText.SetLocation | ( | string | value | ) |
Sets value for location
| value | Location of the cognitive service |
| RecognizeText Synapse.ML.Cognitive.RecognizeText.SetMaxPollingRetries | ( | int | value | ) |
Sets value for maxPollingRetries
| value | number of times to poll |
| RecognizeText Synapse.ML.Cognitive.RecognizeText.SetMode | ( | string | value | ) |
Sets value for mode
| value | If this parameter is set to 'Printed', printed text recognition is performed. If 'Handwritten' is specified, handwriting recognition is performed |
| RecognizeText Synapse.ML.Cognitive.RecognizeText.SetModeCol | ( | string | value | ) |
Sets value for mode column
| value | If this parameter is set to 'Printed', printed text recognition is performed. If 'Handwritten' is specified, handwriting recognition is performed |
| RecognizeText Synapse.ML.Cognitive.RecognizeText.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
| value | The name of the output column |
| RecognizeText Synapse.ML.Cognitive.RecognizeText.SetPollingDelay | ( | int | value | ) |
Sets value for pollingDelay
| value | number of milliseconds to wait between polling |
| RecognizeText Synapse.ML.Cognitive.RecognizeText.SetSubscriptionKey | ( | string | value | ) |
| RecognizeText Synapse.ML.Cognitive.RecognizeText.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
| value | the API key to use |
| RecognizeText Synapse.ML.Cognitive.RecognizeText.SetSuppressMaxRetriesExceededException | ( | bool | value | ) |
Sets value for suppressMaxRetriesExceededException
| value | set true to suppress the maxumimum retries exception and report in the error column |
| RecognizeText Synapse.ML.Cognitive.RecognizeText.SetTimeout | ( | double | value | ) |
Sets value for timeout
| value | number of seconds to wait before closing the connection |
| RecognizeText Synapse.ML.Cognitive.RecognizeText.SetUrl | ( | string | value | ) |
1.8.13