Synapseml
0.10.0
|
AnalyzeReceipts implements AnalyzeReceipts More...
Public Member Functions | |
AnalyzeReceipts () | |
Creates a AnalyzeReceipts without any parameters. More... | |
AnalyzeReceipts (string uid) | |
Creates a AnalyzeReceipts with a UID that is used to give the AnalyzeReceipts a unique ID. More... | |
AnalyzeReceipts | SetBackoffs (int[] value) |
Sets value for backoffs More... | |
AnalyzeReceipts | SetConcurrency (int value) |
Sets value for concurrency More... | |
AnalyzeReceipts | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
AnalyzeReceipts | SetErrorCol (string value) |
Sets value for errorCol More... | |
AnalyzeReceipts | SetImageBytes (byte[] value) |
Sets value for imageBytes More... | |
AnalyzeReceipts | SetImageBytesCol (string value) |
Sets value for imageBytes column More... | |
AnalyzeReceipts | SetImageUrl (string value) |
Sets value for imageUrl More... | |
AnalyzeReceipts | SetImageUrlCol (string value) |
Sets value for imageUrl column More... | |
AnalyzeReceipts | SetIncludeTextDetails (bool value) |
Sets value for includeTextDetails More... | |
AnalyzeReceipts | SetIncludeTextDetailsCol (string value) |
Sets value for includeTextDetails column More... | |
AnalyzeReceipts | SetInitialPollingDelay (int value) |
Sets value for initialPollingDelay More... | |
AnalyzeReceipts | SetLocale (string value) |
Sets value for locale More... | |
AnalyzeReceipts | SetLocaleCol (string value) |
Sets value for locale column More... | |
AnalyzeReceipts | SetMaxPollingRetries (int value) |
Sets value for maxPollingRetries More... | |
AnalyzeReceipts | SetModelVersion (string value) |
Sets value for modelVersion More... | |
AnalyzeReceipts | SetModelVersionCol (string value) |
Sets value for modelVersion column More... | |
AnalyzeReceipts | SetOutputCol (string value) |
Sets value for outputCol More... | |
AnalyzeReceipts | SetPages (string value) |
Sets value for pages More... | |
AnalyzeReceipts | SetPagesCol (string value) |
Sets value for pages column More... | |
AnalyzeReceipts | SetPollingDelay (int value) |
Sets value for pollingDelay More... | |
AnalyzeReceipts | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
AnalyzeReceipts | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
AnalyzeReceipts | SetSuppressMaxRetriesExceededException (bool value) |
Sets value for suppressMaxRetriesExceededException More... | |
AnalyzeReceipts | SetTimeout (double value) |
Sets value for timeout More... | |
AnalyzeReceipts | 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... | |
bool | GetIncludeTextDetails () |
Gets includeTextDetails value More... | |
int | GetInitialPollingDelay () |
Gets initialPollingDelay value More... | |
string | GetLocale () |
Gets locale value More... | |
int | GetMaxPollingRetries () |
Gets maxPollingRetries value More... | |
string | GetModelVersion () |
Gets modelVersion value More... | |
string | GetOutputCol () |
Gets outputCol value More... | |
string | GetPages () |
Gets pages 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< AnalyzeReceipts > | Read () |
Get the corresponding JavaMLReader instance. More... | |
AnalyzeReceipts | SetLocation (string value) |
Sets value for location More... | |
AnalyzeReceipts | SetLinkedService (string value) |
Sets value for linkedService More... | |
Static Public Member Functions | |
static AnalyzeReceipts | Load (string path) |
Loads the AnalyzeReceipts that was previously saved using Save(string). More... | |
AnalyzeReceipts implements AnalyzeReceipts
|
inline |
Creates a AnalyzeReceipts without any parameters.
|
inline |
Creates a AnalyzeReceipts with a UID that is used to give the AnalyzeReceipts a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
int [] Synapse.ML.Cognitive.AnalyzeReceipts.GetBackoffs | ( | ) |
Gets backoffs value
int Synapse.ML.Cognitive.AnalyzeReceipts.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Cognitive.AnalyzeReceipts.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string Synapse.ML.Cognitive.AnalyzeReceipts.GetErrorCol | ( | ) |
Gets errorCol value
byte [] Synapse.ML.Cognitive.AnalyzeReceipts.GetImageBytes | ( | ) |
Gets imageBytes value
string Synapse.ML.Cognitive.AnalyzeReceipts.GetImageUrl | ( | ) |
Gets imageUrl value
bool Synapse.ML.Cognitive.AnalyzeReceipts.GetIncludeTextDetails | ( | ) |
Gets includeTextDetails value
int Synapse.ML.Cognitive.AnalyzeReceipts.GetInitialPollingDelay | ( | ) |
Gets initialPollingDelay value
string Synapse.ML.Cognitive.AnalyzeReceipts.GetLocale | ( | ) |
Gets locale value
int Synapse.ML.Cognitive.AnalyzeReceipts.GetMaxPollingRetries | ( | ) |
Gets maxPollingRetries value
string Synapse.ML.Cognitive.AnalyzeReceipts.GetModelVersion | ( | ) |
Gets modelVersion value
string Synapse.ML.Cognitive.AnalyzeReceipts.GetOutputCol | ( | ) |
Gets outputCol value
string Synapse.ML.Cognitive.AnalyzeReceipts.GetPages | ( | ) |
Gets pages value
int Synapse.ML.Cognitive.AnalyzeReceipts.GetPollingDelay | ( | ) |
Gets pollingDelay value
string Synapse.ML.Cognitive.AnalyzeReceipts.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
bool Synapse.ML.Cognitive.AnalyzeReceipts.GetSuppressMaxRetriesExceededException | ( | ) |
Gets suppressMaxRetriesExceededException value
double Synapse.ML.Cognitive.AnalyzeReceipts.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Cognitive.AnalyzeReceipts.GetUrl | ( | ) |
Gets url value
|
static |
Loads the AnalyzeReceipts that was previously saved using Save(string).
path | The path the previous AnalyzeReceipts was saved to |
JavaMLReader<AnalyzeReceipts> Synapse.ML.Cognitive.AnalyzeReceipts.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Cognitive.AnalyzeReceipts.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 |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetBackoffs | ( | int [] | value | ) |
Sets value for backoffs
value | array of backoffs to use in the handler |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
value | max number of concurrent calls |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetErrorCol | ( | string | value | ) |
Sets value for errorCol
value | column to hold http errors |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetImageBytes | ( | byte [] | value | ) |
Sets value for imageBytes
value | bytestream of the image to use |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetImageBytesCol | ( | string | value | ) |
Sets value for imageBytes column
value | bytestream of the image to use |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetImageUrl | ( | string | value | ) |
Sets value for imageUrl
value | the url of the image to use |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetImageUrlCol | ( | string | value | ) |
Sets value for imageUrl column
value | the url of the image to use |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetIncludeTextDetails | ( | bool | value | ) |
Sets value for includeTextDetails
value | Include text lines and element references in the result. |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetIncludeTextDetailsCol | ( | string | value | ) |
Sets value for includeTextDetails column
value | Include text lines and element references in the result. |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetInitialPollingDelay | ( | int | value | ) |
Sets value for initialPollingDelay
value | number of milliseconds to wait before first poll for result |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetLinkedService | ( | string | value | ) |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetLocale | ( | string | value | ) |
Sets value for locale
value | Locale of the receipt. Supported locales: en-AU, en-CA, en-GB, en-IN, en-US. |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetLocaleCol | ( | string | value | ) |
Sets value for locale column
value | Locale of the receipt. Supported locales: en-AU, en-CA, en-GB, en-IN, en-US. |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetLocation | ( | string | value | ) |
Sets value for location
value | Location of the cognitive service |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetMaxPollingRetries | ( | int | value | ) |
Sets value for maxPollingRetries
value | number of times to poll |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetModelVersion | ( | string | value | ) |
Sets value for modelVersion
value | This value indicates which model will be used for scoring. If a model-version is not specified, the API should default to the latest, non-preview version. |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetModelVersionCol | ( | string | value | ) |
Sets value for modelVersion column
value | This value indicates which model will be used for scoring. If a model-version is not specified, the API should default to the latest, non-preview version. |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetPages | ( | string | value | ) |
Sets value for pages
value | The page selection only leveraged for multi-page PDF and TIFF documents. Accepted input include single pages (e.g.'1, 2' -> pages 1 and 2 will be processed), finite (e.g. '2-5' -> pages 2 to 5 will be processed) and open-ended ranges (e.g. '5-' -> all the pages from page 5 will be processed; e.g. '-10' -> pages 1 to 10 will be processed). All of these can be mixed together and ranges are allowed to overlap (eg. '-5, 1, 3, 5-10' - pages 1 to 10 will be processed). The service will accept the request if it can process at least one page of the document (e.g. using '5-100' on a 5 page document is a valid input where page 5 will be processed). If no page range is provided, the entire document will be processed. |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetPagesCol | ( | string | value | ) |
Sets value for pages column
value | The page selection only leveraged for multi-page PDF and TIFF documents. Accepted input include single pages (e.g.'1, 2' -> pages 1 and 2 will be processed), finite (e.g. '2-5' -> pages 2 to 5 will be processed) and open-ended ranges (e.g. '5-' -> all the pages from page 5 will be processed; e.g. '-10' -> pages 1 to 10 will be processed). All of these can be mixed together and ranges are allowed to overlap (eg. '-5, 1, 3, 5-10' - pages 1 to 10 will be processed). The service will accept the request if it can process at least one page of the document (e.g. using '5-100' on a 5 page document is a valid input where page 5 will be processed). If no page range is provided, the entire document will be processed. |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetPollingDelay | ( | int | value | ) |
Sets value for pollingDelay
value | number of milliseconds to wait between polling |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetSubscriptionKey | ( | string | value | ) |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
value | the API key to use |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetSuppressMaxRetriesExceededException | ( | bool | value | ) |
Sets value for suppressMaxRetriesExceededException
value | set true to suppress the maxumimum retries exception and report in the error column |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
AnalyzeReceipts Synapse.ML.Cognitive.AnalyzeReceipts.SetUrl | ( | string | value | ) |