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 | SetAADToken (string value) |
Sets value for AADToken More... | |
RecognizeText | SetAADTokenCol (string value) |
Sets value for AADToken column More... | |
RecognizeText | SetCustomAuthHeader (string value) |
Sets value for CustomAuthHeader More... | |
RecognizeText | SetCustomAuthHeaderCol (string value) |
Sets value for CustomAuthHeader column 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 | SetSuppressMaxRetriesException (bool value) |
Sets value for suppressMaxRetriesException More... | |
RecognizeText | SetTimeout (double value) |
Sets value for timeout More... | |
RecognizeText | SetUrl (string value) |
Sets value for url More... | |
string | GetAADToken () |
Gets AADToken value More... | |
string | GetCustomAuthHeader () |
Gets CustomAuthHeader value 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 | GetSuppressMaxRetriesException () |
Gets suppressMaxRetriesException 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 | SetCustomServiceName (string value) |
Sets value for service name More... | |
RecognizeText | SetEndpoint (string value) |
Sets value for endpoint 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. |
string Synapse.ML.Services.Vision.RecognizeText.GetAADToken | ( | ) |
Gets AADToken value
int [] Synapse.ML.Services.Vision.RecognizeText.GetBackoffs | ( | ) |
Gets backoffs value
int Synapse.ML.Services.Vision.RecognizeText.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Services.Vision.RecognizeText.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string Synapse.ML.Services.Vision.RecognizeText.GetCustomAuthHeader | ( | ) |
Gets CustomAuthHeader value
string Synapse.ML.Services.Vision.RecognizeText.GetErrorCol | ( | ) |
Gets errorCol value
byte [] Synapse.ML.Services.Vision.RecognizeText.GetImageBytes | ( | ) |
Gets imageBytes value
string Synapse.ML.Services.Vision.RecognizeText.GetImageUrl | ( | ) |
Gets imageUrl value
int Synapse.ML.Services.Vision.RecognizeText.GetInitialPollingDelay | ( | ) |
Gets initialPollingDelay value
int Synapse.ML.Services.Vision.RecognizeText.GetMaxPollingRetries | ( | ) |
Gets maxPollingRetries value
string Synapse.ML.Services.Vision.RecognizeText.GetMode | ( | ) |
Gets mode value
string Synapse.ML.Services.Vision.RecognizeText.GetOutputCol | ( | ) |
Gets outputCol value
int Synapse.ML.Services.Vision.RecognizeText.GetPollingDelay | ( | ) |
Gets pollingDelay value
string Synapse.ML.Services.Vision.RecognizeText.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
bool Synapse.ML.Services.Vision.RecognizeText.GetSuppressMaxRetriesException | ( | ) |
Gets suppressMaxRetriesException value
double Synapse.ML.Services.Vision.RecognizeText.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Services.Vision.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.Services.Vision.RecognizeText.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Services.Vision.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.Services.Vision.RecognizeText.SetAADToken | ( | string | value | ) |
Sets value for AADToken
value | AAD Token used for authentication |
RecognizeText Synapse.ML.Services.Vision.RecognizeText.SetAADTokenCol | ( | string | value | ) |
Sets value for AADToken column
value | AAD Token used for authentication |
RecognizeText Synapse.ML.Services.Vision.RecognizeText.SetBackoffs | ( | int[] | value | ) |
Sets value for backoffs
value | array of backoffs to use in the handler |
RecognizeText Synapse.ML.Services.Vision.RecognizeText.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
value | max number of concurrent calls |
RecognizeText Synapse.ML.Services.Vision.RecognizeText.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
RecognizeText Synapse.ML.Services.Vision.RecognizeText.SetCustomAuthHeader | ( | string | value | ) |
Sets value for CustomAuthHeader
value | A Custom Value for Authorization Header |
RecognizeText Synapse.ML.Services.Vision.RecognizeText.SetCustomAuthHeaderCol | ( | string | value | ) |
Sets value for CustomAuthHeader column
value | A Custom Value for Authorization Header |
RecognizeText Synapse.ML.Services.Vision.RecognizeText.SetCustomServiceName | ( | string | value | ) |
Sets value for service name
value | Service name of the cognitive service if it's custom domain |
RecognizeText Synapse.ML.Services.Vision.RecognizeText.SetEndpoint | ( | string | value | ) |
Sets value for endpoint
value | Endpoint of the cognitive service |
RecognizeText Synapse.ML.Services.Vision.RecognizeText.SetErrorCol | ( | string | value | ) |
RecognizeText Synapse.ML.Services.Vision.RecognizeText.SetImageBytes | ( | byte[] | value | ) |
Sets value for imageBytes
value | bytestream of the image to use |
RecognizeText Synapse.ML.Services.Vision.RecognizeText.SetImageBytesCol | ( | string | value | ) |
Sets value for imageBytes column
value | bytestream of the image to use |
RecognizeText Synapse.ML.Services.Vision.RecognizeText.SetImageUrl | ( | string | value | ) |
RecognizeText Synapse.ML.Services.Vision.RecognizeText.SetImageUrlCol | ( | string | value | ) |
Sets value for imageUrl column
value | the url of the image to use |
RecognizeText Synapse.ML.Services.Vision.RecognizeText.SetInitialPollingDelay | ( | int | value | ) |
Sets value for initialPollingDelay
value | number of milliseconds to wait before first poll for result |
RecognizeText Synapse.ML.Services.Vision.RecognizeText.SetLinkedService | ( | string | value | ) |
RecognizeText Synapse.ML.Services.Vision.RecognizeText.SetLocation | ( | string | value | ) |
Sets value for location
value | Location of the cognitive service |
RecognizeText Synapse.ML.Services.Vision.RecognizeText.SetMaxPollingRetries | ( | int | value | ) |
Sets value for maxPollingRetries
value | number of times to poll |
RecognizeText Synapse.ML.Services.Vision.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.Services.Vision.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.Services.Vision.RecognizeText.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
RecognizeText Synapse.ML.Services.Vision.RecognizeText.SetPollingDelay | ( | int | value | ) |
Sets value for pollingDelay
value | number of milliseconds to wait between polling |
RecognizeText Synapse.ML.Services.Vision.RecognizeText.SetSubscriptionKey | ( | string | value | ) |
RecognizeText Synapse.ML.Services.Vision.RecognizeText.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
value | the API key to use |
RecognizeText Synapse.ML.Services.Vision.RecognizeText.SetSuppressMaxRetriesException | ( | bool | value | ) |
Sets value for suppressMaxRetriesException
value | set true to suppress the maxumimum retries exception and report in the error column |
RecognizeText Synapse.ML.Services.Vision.RecognizeText.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
RecognizeText Synapse.ML.Services.Vision.RecognizeText.SetUrl | ( | string | value | ) |