|
Synapseml
0.10.0
|
Transliterate implements Transliterate More...


Public Member Functions | |
| Transliterate () | |
| Creates a Transliterate without any parameters. More... | |
| Transliterate (string uid) | |
| Creates a Transliterate with a UID that is used to give the Transliterate a unique ID. More... | |
| Transliterate | SetConcurrency (int value) |
| Sets value for concurrency More... | |
| Transliterate | SetConcurrentTimeout (double value) |
| Sets value for concurrentTimeout More... | |
| Transliterate | SetErrorCol (string value) |
| Sets value for errorCol More... | |
| Transliterate | SetFromScript (string value) |
| Sets value for fromScript More... | |
| Transliterate | SetFromScriptCol (string value) |
| Sets value for fromScript column More... | |
| Transliterate | SetHandler (object value) |
| Sets value for handler More... | |
| Transliterate | SetLanguage (string value) |
| Sets value for language More... | |
| Transliterate | SetLanguageCol (string value) |
| Sets value for language column More... | |
| Transliterate | SetOutputCol (string value) |
| Sets value for outputCol More... | |
| Transliterate | SetSubscriptionKey (string value) |
| Sets value for subscriptionKey More... | |
| Transliterate | SetSubscriptionKeyCol (string value) |
| Sets value for subscriptionKey column More... | |
| Transliterate | SetSubscriptionRegion (string value) |
| Sets value for subscriptionRegion More... | |
| Transliterate | SetSubscriptionRegionCol (string value) |
| Sets value for subscriptionRegion column More... | |
| Transliterate | SetText (string[] value) |
| Sets value for text More... | |
| Transliterate | SetTextCol (string value) |
| Sets value for text column More... | |
| Transliterate | SetTimeout (double value) |
| Sets value for timeout More... | |
| Transliterate | SetToScript (string value) |
| Sets value for toScript More... | |
| Transliterate | SetToScriptCol (string value) |
| Sets value for toScript column More... | |
| Transliterate | SetUrl (string value) |
| Sets value for url More... | |
| int | GetConcurrency () |
| Gets concurrency value More... | |
| double | GetConcurrentTimeout () |
| Gets concurrentTimeout value More... | |
| string | GetErrorCol () |
| Gets errorCol value More... | |
| string | GetFromScript () |
| Gets fromScript value More... | |
| object | GetHandler () |
| Gets handler value More... | |
| string | GetLanguage () |
| Gets language value More... | |
| string | GetOutputCol () |
| Gets outputCol value More... | |
| string | GetSubscriptionKey () |
| Gets subscriptionKey value More... | |
| string | GetSubscriptionRegion () |
| Gets subscriptionRegion value More... | |
| string [] | GetText () |
| Gets text value More... | |
| double | GetTimeout () |
| Gets timeout value More... | |
| string | GetToScript () |
| Gets toScript 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< Transliterate > | Read () |
| Get the corresponding JavaMLReader instance. More... | |
| Transliterate | SetLocation (string value) |
| Sets value for location More... | |
| Transliterate | SetLinkedService (string value) |
| Sets value for linkedService More... | |
Static Public Member Functions | |
| static Transliterate | Load (string path) |
| Loads the Transliterate that was previously saved using Save(string). More... | |
Transliterate implements Transliterate
|
inline |
Creates a Transliterate without any parameters.
|
inline |
Creates a Transliterate with a UID that is used to give the Transliterate a unique ID.
| uid | An immutable unique ID for the object and its derivatives. |
| int Synapse.ML.Cognitive.Transliterate.GetConcurrency | ( | ) |
Gets concurrency value
| double Synapse.ML.Cognitive.Transliterate.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
| string Synapse.ML.Cognitive.Transliterate.GetErrorCol | ( | ) |
Gets errorCol value
| string Synapse.ML.Cognitive.Transliterate.GetFromScript | ( | ) |
Gets fromScript value
| object Synapse.ML.Cognitive.Transliterate.GetHandler | ( | ) |
Gets handler value
| string Synapse.ML.Cognitive.Transliterate.GetLanguage | ( | ) |
Gets language value
| string Synapse.ML.Cognitive.Transliterate.GetOutputCol | ( | ) |
Gets outputCol value
| string Synapse.ML.Cognitive.Transliterate.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
| string Synapse.ML.Cognitive.Transliterate.GetSubscriptionRegion | ( | ) |
Gets subscriptionRegion value
| string [] Synapse.ML.Cognitive.Transliterate.GetText | ( | ) |
Gets text value
| double Synapse.ML.Cognitive.Transliterate.GetTimeout | ( | ) |
Gets timeout value
| string Synapse.ML.Cognitive.Transliterate.GetToScript | ( | ) |
Gets toScript value
| string Synapse.ML.Cognitive.Transliterate.GetUrl | ( | ) |
Gets url value
|
static |
Loads the Transliterate that was previously saved using Save(string).
| path | The path the previous Transliterate was saved to |
| JavaMLReader<Transliterate> Synapse.ML.Cognitive.Transliterate.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Cognitive.Transliterate.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 |
| Transliterate Synapse.ML.Cognitive.Transliterate.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
| value | max number of concurrent calls |
| Transliterate Synapse.ML.Cognitive.Transliterate.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
| value | max number seconds to wait on futures if concurrency >= 1 |
| Transliterate Synapse.ML.Cognitive.Transliterate.SetErrorCol | ( | string | value | ) |
| Transliterate Synapse.ML.Cognitive.Transliterate.SetFromScript | ( | string | value | ) |
Sets value for fromScript
| value | Specifies the script of the input text. |
| Transliterate Synapse.ML.Cognitive.Transliterate.SetFromScriptCol | ( | string | value | ) |
Sets value for fromScript column
| value | Specifies the script of the input text. |
| Transliterate Synapse.ML.Cognitive.Transliterate.SetHandler | ( | object | value | ) |
Sets value for handler
| value | Which strategy to use when handling requests |
| Transliterate Synapse.ML.Cognitive.Transliterate.SetLanguage | ( | string | value | ) |
Sets value for language
| value | Language tag identifying the language of the input text. If a code is not specified, automatic language detection will be applied. |
| Transliterate Synapse.ML.Cognitive.Transliterate.SetLanguageCol | ( | string | value | ) |
Sets value for language column
| value | Language tag identifying the language of the input text. If a code is not specified, automatic language detection will be applied. |
| Transliterate Synapse.ML.Cognitive.Transliterate.SetLinkedService | ( | string | value | ) |
| Transliterate Synapse.ML.Cognitive.Transliterate.SetLocation | ( | string | value | ) |
Sets value for location
| value | Location of the cognitive service |
| Transliterate Synapse.ML.Cognitive.Transliterate.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
| value | The name of the output column |
| Transliterate Synapse.ML.Cognitive.Transliterate.SetSubscriptionKey | ( | string | value | ) |
| Transliterate Synapse.ML.Cognitive.Transliterate.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
| value | the API key to use |
| Transliterate Synapse.ML.Cognitive.Transliterate.SetSubscriptionRegion | ( | string | value | ) |
Sets value for subscriptionRegion
| value | the API region to use |
| Transliterate Synapse.ML.Cognitive.Transliterate.SetSubscriptionRegionCol | ( | string | value | ) |
Sets value for subscriptionRegion column
| value | the API region to use |
| Transliterate Synapse.ML.Cognitive.Transliterate.SetText | ( | string [] | value | ) |
| Transliterate Synapse.ML.Cognitive.Transliterate.SetTextCol | ( | string | value | ) |
| Transliterate Synapse.ML.Cognitive.Transliterate.SetTimeout | ( | double | value | ) |
Sets value for timeout
| value | number of seconds to wait before closing the connection |
| Transliterate Synapse.ML.Cognitive.Transliterate.SetToScript | ( | string | value | ) |
Sets value for toScript
| value | Specifies the script of the translated text. |
| Transliterate Synapse.ML.Cognitive.Transliterate.SetToScriptCol | ( | string | value | ) |
Sets value for toScript column
| value | Specifies the script of the translated text. |
| Transliterate Synapse.ML.Cognitive.Transliterate.SetUrl | ( | string | value | ) |
1.8.13