|
Synapseml
1.0.4
|


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 | SetAADToken (string value) |
| Sets value for AADToken More... | |
| OCR | SetAADTokenCol (string value) |
| Sets value for AADToken column More... | |
| OCR | SetCustomAuthHeader (string value) |
| Sets value for CustomAuthHeader More... | |
| OCR | SetCustomAuthHeaderCol (string value) |
| Sets value for CustomAuthHeader column 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... | |
| string | GetAADToken () |
| Gets AADToken value More... | |
| string | GetCustomAuthHeader () |
| Gets CustomAuthHeader value 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 | SetCustomServiceName (string value) |
| Sets value for service name More... | |
| OCR | SetEndpoint (string value) |
| Sets value for endpoint 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 |
| string Synapse.ML.Services.Vision.OCR.GetAADToken | ( | ) |
Gets AADToken value
| int Synapse.ML.Services.Vision.OCR.GetConcurrency | ( | ) |
Gets concurrency value
| double Synapse.ML.Services.Vision.OCR.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
| string Synapse.ML.Services.Vision.OCR.GetCustomAuthHeader | ( | ) |
Gets CustomAuthHeader value
| bool Synapse.ML.Services.Vision.OCR.GetDetectOrientation | ( | ) |
Gets detectOrientation value
| string Synapse.ML.Services.Vision.OCR.GetErrorCol | ( | ) |
Gets errorCol value
| object Synapse.ML.Services.Vision.OCR.GetHandler | ( | ) |
Gets handler value
| byte [] Synapse.ML.Services.Vision.OCR.GetImageBytes | ( | ) |
Gets imageBytes value
| string Synapse.ML.Services.Vision.OCR.GetImageUrl | ( | ) |
Gets imageUrl value
| string Synapse.ML.Services.Vision.OCR.GetLanguage | ( | ) |
Gets language value
| string Synapse.ML.Services.Vision.OCR.GetOutputCol | ( | ) |
Gets outputCol value
| string Synapse.ML.Services.Vision.OCR.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
| double Synapse.ML.Services.Vision.OCR.GetTimeout | ( | ) |
Gets timeout value
| string Synapse.ML.Services.Vision.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.Services.Vision.OCR.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Services.Vision.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.Services.Vision.OCR.SetAADToken | ( | string | value | ) |
| OCR Synapse.ML.Services.Vision.OCR.SetAADTokenCol | ( | string | value | ) |
Sets value for AADToken column
| value | AAD Token used for authentication |
| OCR Synapse.ML.Services.Vision.OCR.SetConcurrency | ( | int | value | ) |
| OCR Synapse.ML.Services.Vision.OCR.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
| value | max number seconds to wait on futures if concurrency >= 1 |
| OCR Synapse.ML.Services.Vision.OCR.SetCustomAuthHeader | ( | string | value | ) |
Sets value for CustomAuthHeader
| value | A Custom Value for Authorization Header |
| OCR Synapse.ML.Services.Vision.OCR.SetCustomAuthHeaderCol | ( | string | value | ) |
Sets value for CustomAuthHeader column
| value | A Custom Value for Authorization Header |
| OCR Synapse.ML.Services.Vision.OCR.SetCustomServiceName | ( | string | value | ) |
Sets value for service name
| value | Service name of the cognitive service if it's custom domain |
| OCR Synapse.ML.Services.Vision.OCR.SetDetectOrientation | ( | bool | value | ) |
Sets value for detectOrientation
| value | whether to detect image orientation prior to processing |
| OCR Synapse.ML.Services.Vision.OCR.SetDetectOrientationCol | ( | string | value | ) |
Sets value for detectOrientation column
| value | whether to detect image orientation prior to processing |
| OCR Synapse.ML.Services.Vision.OCR.SetEndpoint | ( | string | value | ) |
| OCR Synapse.ML.Services.Vision.OCR.SetErrorCol | ( | string | value | ) |
| OCR Synapse.ML.Services.Vision.OCR.SetHandler | ( | object | value | ) |
Sets value for handler
| value | Which strategy to use when handling requests |
| OCR Synapse.ML.Services.Vision.OCR.SetImageBytes | ( | byte[] | value | ) |
| OCR Synapse.ML.Services.Vision.OCR.SetImageBytesCol | ( | string | value | ) |
Sets value for imageBytes column
| value | bytestream of the image to use |
| OCR Synapse.ML.Services.Vision.OCR.SetImageUrl | ( | string | value | ) |
| OCR Synapse.ML.Services.Vision.OCR.SetImageUrlCol | ( | string | value | ) |
| OCR Synapse.ML.Services.Vision.OCR.SetLanguage | ( | string | value | ) |
| OCR Synapse.ML.Services.Vision.OCR.SetLanguageCol | ( | string | value | ) |
| OCR Synapse.ML.Services.Vision.OCR.SetLinkedService | ( | string | value | ) |
| OCR Synapse.ML.Services.Vision.OCR.SetLocation | ( | string | value | ) |
| OCR Synapse.ML.Services.Vision.OCR.SetOutputCol | ( | string | value | ) |
| OCR Synapse.ML.Services.Vision.OCR.SetSubscriptionKey | ( | string | value | ) |
| OCR Synapse.ML.Services.Vision.OCR.SetSubscriptionKeyCol | ( | string | value | ) |
| OCR Synapse.ML.Services.Vision.OCR.SetTimeout | ( | double | value | ) |
Sets value for timeout
| value | number of seconds to wait before closing the connection |
| OCR Synapse.ML.Services.Vision.OCR.SetUrl | ( | string | value | ) |
1.8.17