|
Synapseml
1.0.4
|
AnalyzeLayout implements AnalyzeLayout More...


Public Member Functions | |
| AnalyzeLayout () | |
| Creates a AnalyzeLayout without any parameters. More... | |
| AnalyzeLayout (string uid) | |
| Creates a AnalyzeLayout with a UID that is used to give the AnalyzeLayout a unique ID. More... | |
| AnalyzeLayout | SetAADToken (string value) |
| Sets value for AADToken More... | |
| AnalyzeLayout | SetAADTokenCol (string value) |
| Sets value for AADToken column More... | |
| AnalyzeLayout | SetCustomAuthHeader (string value) |
| Sets value for CustomAuthHeader More... | |
| AnalyzeLayout | SetCustomAuthHeaderCol (string value) |
| Sets value for CustomAuthHeader column More... | |
| AnalyzeLayout | SetBackoffs (int[] value) |
| Sets value for backoffs More... | |
| AnalyzeLayout | SetConcurrency (int value) |
| Sets value for concurrency More... | |
| AnalyzeLayout | SetConcurrentTimeout (double value) |
| Sets value for concurrentTimeout More... | |
| AnalyzeLayout | SetErrorCol (string value) |
| Sets value for errorCol More... | |
| AnalyzeLayout | SetImageBytes (byte[] value) |
| Sets value for imageBytes More... | |
| AnalyzeLayout | SetImageBytesCol (string value) |
| Sets value for imageBytes column More... | |
| AnalyzeLayout | SetImageUrl (string value) |
| Sets value for imageUrl More... | |
| AnalyzeLayout | SetImageUrlCol (string value) |
| Sets value for imageUrl column More... | |
| AnalyzeLayout | SetInitialPollingDelay (int value) |
| Sets value for initialPollingDelay More... | |
| AnalyzeLayout | SetLanguage (string value) |
| Sets value for language More... | |
| AnalyzeLayout | SetLanguageCol (string value) |
| Sets value for language column More... | |
| AnalyzeLayout | SetMaxPollingRetries (int value) |
| Sets value for maxPollingRetries More... | |
| AnalyzeLayout | SetOutputCol (string value) |
| Sets value for outputCol More... | |
| AnalyzeLayout | SetPages (string value) |
| Sets value for pages More... | |
| AnalyzeLayout | SetPagesCol (string value) |
| Sets value for pages column More... | |
| AnalyzeLayout | SetPollingDelay (int value) |
| Sets value for pollingDelay More... | |
| AnalyzeLayout | SetReadingOrder (string value) |
| Sets value for readingOrder More... | |
| AnalyzeLayout | SetReadingOrderCol (string value) |
| Sets value for readingOrder column More... | |
| AnalyzeLayout | SetSubscriptionKey (string value) |
| Sets value for subscriptionKey More... | |
| AnalyzeLayout | SetSubscriptionKeyCol (string value) |
| Sets value for subscriptionKey column More... | |
| AnalyzeLayout | SetSuppressMaxRetriesException (bool value) |
| Sets value for suppressMaxRetriesException More... | |
| AnalyzeLayout | SetTimeout (double value) |
| Sets value for timeout More... | |
| AnalyzeLayout | 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... | |
| string | GetLanguage () |
| Gets language value More... | |
| int | GetMaxPollingRetries () |
| Gets maxPollingRetries value More... | |
| string | GetOutputCol () |
| Gets outputCol value More... | |
| string | GetPages () |
| Gets pages value More... | |
| int | GetPollingDelay () |
| Gets pollingDelay value More... | |
| string | GetReadingOrder () |
| Gets readingOrder 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< AnalyzeLayout > | Read () |
| Get the corresponding JavaMLReader instance. More... | |
| AnalyzeLayout | SetCustomServiceName (string value) |
| Sets value for service name More... | |
| AnalyzeLayout | SetEndpoint (string value) |
| Sets value for endpoint More... | |
| AnalyzeLayout | SetLocation (string value) |
| Sets value for location More... | |
| AnalyzeLayout | SetLinkedService (string value) |
| Sets value for linkedService More... | |
Static Public Member Functions | |
| static AnalyzeLayout | Load (string path) |
| Loads the AnalyzeLayout that was previously saved using Save(string). More... | |
AnalyzeLayout implements AnalyzeLayout
|
inline |
Creates a AnalyzeLayout without any parameters.
|
inline |
Creates a AnalyzeLayout with a UID that is used to give the AnalyzeLayout a unique ID.
| uid | An immutable unique ID for the object and its derivatives. |
| string Synapse.ML.Services.Form.AnalyzeLayout.GetAADToken | ( | ) |
Gets AADToken value
| int [] Synapse.ML.Services.Form.AnalyzeLayout.GetBackoffs | ( | ) |
Gets backoffs value
| int Synapse.ML.Services.Form.AnalyzeLayout.GetConcurrency | ( | ) |
Gets concurrency value
| double Synapse.ML.Services.Form.AnalyzeLayout.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
| string Synapse.ML.Services.Form.AnalyzeLayout.GetCustomAuthHeader | ( | ) |
Gets CustomAuthHeader value
| string Synapse.ML.Services.Form.AnalyzeLayout.GetErrorCol | ( | ) |
Gets errorCol value
| byte [] Synapse.ML.Services.Form.AnalyzeLayout.GetImageBytes | ( | ) |
Gets imageBytes value
| string Synapse.ML.Services.Form.AnalyzeLayout.GetImageUrl | ( | ) |
Gets imageUrl value
| int Synapse.ML.Services.Form.AnalyzeLayout.GetInitialPollingDelay | ( | ) |
Gets initialPollingDelay value
| string Synapse.ML.Services.Form.AnalyzeLayout.GetLanguage | ( | ) |
Gets language value
| int Synapse.ML.Services.Form.AnalyzeLayout.GetMaxPollingRetries | ( | ) |
Gets maxPollingRetries value
| string Synapse.ML.Services.Form.AnalyzeLayout.GetOutputCol | ( | ) |
Gets outputCol value
| string Synapse.ML.Services.Form.AnalyzeLayout.GetPages | ( | ) |
Gets pages value
| int Synapse.ML.Services.Form.AnalyzeLayout.GetPollingDelay | ( | ) |
Gets pollingDelay value
| string Synapse.ML.Services.Form.AnalyzeLayout.GetReadingOrder | ( | ) |
Gets readingOrder value
| string Synapse.ML.Services.Form.AnalyzeLayout.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
| bool Synapse.ML.Services.Form.AnalyzeLayout.GetSuppressMaxRetriesException | ( | ) |
Gets suppressMaxRetriesException value
| double Synapse.ML.Services.Form.AnalyzeLayout.GetTimeout | ( | ) |
Gets timeout value
| string Synapse.ML.Services.Form.AnalyzeLayout.GetUrl | ( | ) |
Gets url value
|
static |
Loads the AnalyzeLayout that was previously saved using Save(string).
| path | The path the previous AnalyzeLayout was saved to |
| JavaMLReader<AnalyzeLayout> Synapse.ML.Services.Form.AnalyzeLayout.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Services.Form.AnalyzeLayout.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 |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetAADToken | ( | string | value | ) |
Sets value for AADToken
| value | AAD Token used for authentication |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetAADTokenCol | ( | string | value | ) |
Sets value for AADToken column
| value | AAD Token used for authentication |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetBackoffs | ( | int[] | value | ) |
Sets value for backoffs
| value | array of backoffs to use in the handler |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
| value | max number of concurrent calls |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
| value | max number seconds to wait on futures if concurrency >= 1 |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetCustomAuthHeader | ( | string | value | ) |
Sets value for CustomAuthHeader
| value | A Custom Value for Authorization Header |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetCustomAuthHeaderCol | ( | string | value | ) |
Sets value for CustomAuthHeader column
| value | A Custom Value for Authorization Header |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetCustomServiceName | ( | string | value | ) |
Sets value for service name
| value | Service name of the cognitive service if it's custom domain |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetEndpoint | ( | string | value | ) |
Sets value for endpoint
| value | Endpoint of the cognitive service |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetErrorCol | ( | string | value | ) |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetImageBytes | ( | byte[] | value | ) |
Sets value for imageBytes
| value | bytestream of the image to use |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetImageBytesCol | ( | string | value | ) |
Sets value for imageBytes column
| value | bytestream of the image to use |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetImageUrl | ( | string | value | ) |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetImageUrlCol | ( | string | value | ) |
Sets value for imageUrl column
| value | the url of the image to use |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetInitialPollingDelay | ( | int | value | ) |
Sets value for initialPollingDelay
| value | number of milliseconds to wait before first poll for result |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetLanguage | ( | string | value | ) |
Sets value for language
| value | The BCP-47 language code of the text in the document. Layout supports auto language identification and multilanguage documents, so only provide a language code if you would like to force the documented to be processed as that specific language. |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetLanguageCol | ( | string | value | ) |
Sets value for language column
| value | The BCP-47 language code of the text in the document. Layout supports auto language identification and multilanguage documents, so only provide a language code if you would like to force the documented to be processed as that specific language. |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetLinkedService | ( | string | value | ) |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetLocation | ( | string | value | ) |
Sets value for location
| value | Location of the cognitive service |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetMaxPollingRetries | ( | int | value | ) |
Sets value for maxPollingRetries
| value | number of times to poll |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
| value | The name of the output column |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.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. |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.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. |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetPollingDelay | ( | int | value | ) |
Sets value for pollingDelay
| value | number of milliseconds to wait between polling |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetReadingOrder | ( | string | value | ) |
Sets value for readingOrder
| value | Optional parameter to specify which reading order algorithm should be applied when ordering the extract text elements. Can be either 'basic' or 'natural'. Will default to basic if not specified |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetReadingOrderCol | ( | string | value | ) |
Sets value for readingOrder column
| value | Optional parameter to specify which reading order algorithm should be applied when ordering the extract text elements. Can be either 'basic' or 'natural'. Will default to basic if not specified |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetSubscriptionKey | ( | string | value | ) |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
| value | the API key to use |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetSuppressMaxRetriesException | ( | bool | value | ) |
Sets value for suppressMaxRetriesException
| value | set true to suppress the maxumimum retries exception and report in the error column |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetTimeout | ( | double | value | ) |
Sets value for timeout
| value | number of seconds to wait before closing the connection |
| AnalyzeLayout Synapse.ML.Services.Form.AnalyzeLayout.SetUrl | ( | string | value | ) |
1.8.17