|
Synapseml
0.10.0
|
TextAnalyze implements TextAnalyze More...


Public Member Functions | |
| TextAnalyze () | |
| Creates a TextAnalyze without any parameters. More... | |
| TextAnalyze (string uid) | |
| Creates a TextAnalyze with a UID that is used to give the TextAnalyze a unique ID. More... | |
| TextAnalyze | SetBackoffs (int[] value) |
| Sets value for backoffs More... | |
| TextAnalyze | SetConcurrency (int value) |
| Sets value for concurrency More... | |
| TextAnalyze | SetConcurrentTimeout (double value) |
| Sets value for concurrentTimeout More... | |
| TextAnalyze | SetEntityLinkingTasks (TextAnalyzeTask[] value) |
| Sets value for entityLinkingTasks More... | |
| TextAnalyze | SetEntityRecognitionPiiTasks (TextAnalyzeTask[] value) |
| Sets value for entityRecognitionPiiTasks More... | |
| TextAnalyze | SetEntityRecognitionTasks (TextAnalyzeTask[] value) |
| Sets value for entityRecognitionTasks More... | |
| TextAnalyze | SetErrorCol (string value) |
| Sets value for errorCol More... | |
| TextAnalyze | SetInitialPollingDelay (int value) |
| Sets value for initialPollingDelay More... | |
| TextAnalyze | SetKeyPhraseExtractionTasks (TextAnalyzeTask[] value) |
| Sets value for keyPhraseExtractionTasks More... | |
| TextAnalyze | SetLanguage (string[] value) |
| Sets value for language More... | |
| TextAnalyze | SetLanguageCol (string value) |
| Sets value for language column More... | |
| TextAnalyze | SetMaxPollingRetries (int value) |
| Sets value for maxPollingRetries More... | |
| TextAnalyze | SetOutputCol (string value) |
| Sets value for outputCol More... | |
| TextAnalyze | SetPollingDelay (int value) |
| Sets value for pollingDelay More... | |
| TextAnalyze | SetSentimentAnalysisTasks (TextAnalyzeTask[] value) |
| Sets value for sentimentAnalysisTasks More... | |
| TextAnalyze | SetSubscriptionKey (string value) |
| Sets value for subscriptionKey More... | |
| TextAnalyze | SetSubscriptionKeyCol (string value) |
| Sets value for subscriptionKey column More... | |
| TextAnalyze | SetSuppressMaxRetriesExceededException (bool value) |
| Sets value for suppressMaxRetriesExceededException More... | |
| TextAnalyze | SetText (string[] value) |
| Sets value for text More... | |
| TextAnalyze | SetTextCol (string value) |
| Sets value for text column More... | |
| TextAnalyze | SetTimeout (double value) |
| Sets value for timeout More... | |
| TextAnalyze | 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... | |
| TextAnalyzeTask [] | GetEntityLinkingTasks () |
| Gets entityLinkingTasks value More... | |
| TextAnalyzeTask [] | GetEntityRecognitionPiiTasks () |
| Gets entityRecognitionPiiTasks value More... | |
| TextAnalyzeTask [] | GetEntityRecognitionTasks () |
| Gets entityRecognitionTasks value More... | |
| string | GetErrorCol () |
| Gets errorCol value More... | |
| int | GetInitialPollingDelay () |
| Gets initialPollingDelay value More... | |
| TextAnalyzeTask [] | GetKeyPhraseExtractionTasks () |
| Gets keyPhraseExtractionTasks value More... | |
| string [] | GetLanguage () |
| Gets language value More... | |
| int | GetMaxPollingRetries () |
| Gets maxPollingRetries value More... | |
| string | GetOutputCol () |
| Gets outputCol value More... | |
| int | GetPollingDelay () |
| Gets pollingDelay value More... | |
| TextAnalyzeTask [] | GetSentimentAnalysisTasks () |
| Gets sentimentAnalysisTasks value More... | |
| string | GetSubscriptionKey () |
| Gets subscriptionKey value More... | |
| bool | GetSuppressMaxRetriesExceededException () |
| Gets suppressMaxRetriesExceededException value More... | |
| string [] | GetText () |
| Gets text 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< TextAnalyze > | Read () |
| Get the corresponding JavaMLReader instance. More... | |
| TextAnalyze | SetLocation (string value) |
| Sets value for location More... | |
| TextAnalyze | SetLinkedService (string value) |
| Sets value for linkedService More... | |
Static Public Member Functions | |
| static TextAnalyze | Load (string path) |
| Loads the TextAnalyze that was previously saved using Save(string). More... | |
TextAnalyze implements TextAnalyze
|
inline |
Creates a TextAnalyze without any parameters.
|
inline |
Creates a TextAnalyze with a UID that is used to give the TextAnalyze a unique ID.
| uid | An immutable unique ID for the object and its derivatives. |
| int [] Synapse.ML.Cognitive.TextAnalyze.GetBackoffs | ( | ) |
Gets backoffs value
| int Synapse.ML.Cognitive.TextAnalyze.GetConcurrency | ( | ) |
Gets concurrency value
| double Synapse.ML.Cognitive.TextAnalyze.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
| TextAnalyzeTask [] Synapse.ML.Cognitive.TextAnalyze.GetEntityLinkingTasks | ( | ) |
Gets entityLinkingTasks value
| TextAnalyzeTask [] Synapse.ML.Cognitive.TextAnalyze.GetEntityRecognitionPiiTasks | ( | ) |
Gets entityRecognitionPiiTasks value
| TextAnalyzeTask [] Synapse.ML.Cognitive.TextAnalyze.GetEntityRecognitionTasks | ( | ) |
Gets entityRecognitionTasks value
| string Synapse.ML.Cognitive.TextAnalyze.GetErrorCol | ( | ) |
Gets errorCol value
| int Synapse.ML.Cognitive.TextAnalyze.GetInitialPollingDelay | ( | ) |
Gets initialPollingDelay value
| TextAnalyzeTask [] Synapse.ML.Cognitive.TextAnalyze.GetKeyPhraseExtractionTasks | ( | ) |
Gets keyPhraseExtractionTasks value
| string [] Synapse.ML.Cognitive.TextAnalyze.GetLanguage | ( | ) |
Gets language value
| int Synapse.ML.Cognitive.TextAnalyze.GetMaxPollingRetries | ( | ) |
Gets maxPollingRetries value
| string Synapse.ML.Cognitive.TextAnalyze.GetOutputCol | ( | ) |
Gets outputCol value
| int Synapse.ML.Cognitive.TextAnalyze.GetPollingDelay | ( | ) |
Gets pollingDelay value
| TextAnalyzeTask [] Synapse.ML.Cognitive.TextAnalyze.GetSentimentAnalysisTasks | ( | ) |
Gets sentimentAnalysisTasks value
| string Synapse.ML.Cognitive.TextAnalyze.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
| bool Synapse.ML.Cognitive.TextAnalyze.GetSuppressMaxRetriesExceededException | ( | ) |
Gets suppressMaxRetriesExceededException value
| string [] Synapse.ML.Cognitive.TextAnalyze.GetText | ( | ) |
Gets text value
| double Synapse.ML.Cognitive.TextAnalyze.GetTimeout | ( | ) |
Gets timeout value
| string Synapse.ML.Cognitive.TextAnalyze.GetUrl | ( | ) |
Gets url value
|
static |
Loads the TextAnalyze that was previously saved using Save(string).
| path | The path the previous TextAnalyze was saved to |
| JavaMLReader<TextAnalyze> Synapse.ML.Cognitive.TextAnalyze.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Cognitive.TextAnalyze.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 |
| TextAnalyze Synapse.ML.Cognitive.TextAnalyze.SetBackoffs | ( | int [] | value | ) |
Sets value for backoffs
| value | array of backoffs to use in the handler |
| TextAnalyze Synapse.ML.Cognitive.TextAnalyze.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
| value | max number of concurrent calls |
| TextAnalyze Synapse.ML.Cognitive.TextAnalyze.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
| value | max number seconds to wait on futures if concurrency >= 1 |
| TextAnalyze Synapse.ML.Cognitive.TextAnalyze.SetEntityLinkingTasks | ( | TextAnalyzeTask [] | value | ) |
Sets value for entityLinkingTasks
| value | the entity linking tasks to perform on submitted documents |
| TextAnalyze Synapse.ML.Cognitive.TextAnalyze.SetEntityRecognitionPiiTasks | ( | TextAnalyzeTask [] | value | ) |
Sets value for entityRecognitionPiiTasks
| value | the entity recognition pii tasks to perform on submitted documents |
| TextAnalyze Synapse.ML.Cognitive.TextAnalyze.SetEntityRecognitionTasks | ( | TextAnalyzeTask [] | value | ) |
Sets value for entityRecognitionTasks
| value | the entity recognition tasks to perform on submitted documents |
| TextAnalyze Synapse.ML.Cognitive.TextAnalyze.SetErrorCol | ( | string | value | ) |
| TextAnalyze Synapse.ML.Cognitive.TextAnalyze.SetInitialPollingDelay | ( | int | value | ) |
Sets value for initialPollingDelay
| value | number of milliseconds to wait before first poll for result |
| TextAnalyze Synapse.ML.Cognitive.TextAnalyze.SetKeyPhraseExtractionTasks | ( | TextAnalyzeTask [] | value | ) |
Sets value for keyPhraseExtractionTasks
| value | the key phrase extraction tasks to perform on submitted documents |
| TextAnalyze Synapse.ML.Cognitive.TextAnalyze.SetLanguage | ( | string [] | value | ) |
Sets value for language
| value | the language code of the text (optional for some services) |
| TextAnalyze Synapse.ML.Cognitive.TextAnalyze.SetLanguageCol | ( | string | value | ) |
Sets value for language column
| value | the language code of the text (optional for some services) |
| TextAnalyze Synapse.ML.Cognitive.TextAnalyze.SetLinkedService | ( | string | value | ) |
| TextAnalyze Synapse.ML.Cognitive.TextAnalyze.SetLocation | ( | string | value | ) |
Sets value for location
| value | Location of the cognitive service |
| TextAnalyze Synapse.ML.Cognitive.TextAnalyze.SetMaxPollingRetries | ( | int | value | ) |
Sets value for maxPollingRetries
| value | number of times to poll |
| TextAnalyze Synapse.ML.Cognitive.TextAnalyze.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
| value | The name of the output column |
| TextAnalyze Synapse.ML.Cognitive.TextAnalyze.SetPollingDelay | ( | int | value | ) |
Sets value for pollingDelay
| value | number of milliseconds to wait between polling |
| TextAnalyze Synapse.ML.Cognitive.TextAnalyze.SetSentimentAnalysisTasks | ( | TextAnalyzeTask [] | value | ) |
Sets value for sentimentAnalysisTasks
| value | the sentiment analysis tasks to perform on submitted documents |
| TextAnalyze Synapse.ML.Cognitive.TextAnalyze.SetSubscriptionKey | ( | string | value | ) |
| TextAnalyze Synapse.ML.Cognitive.TextAnalyze.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
| value | the API key to use |
| TextAnalyze Synapse.ML.Cognitive.TextAnalyze.SetSuppressMaxRetriesExceededException | ( | bool | value | ) |
Sets value for suppressMaxRetriesExceededException
| value | set true to suppress the maxumimum retries exception and report in the error column |
| TextAnalyze Synapse.ML.Cognitive.TextAnalyze.SetText | ( | string [] | value | ) |
| TextAnalyze Synapse.ML.Cognitive.TextAnalyze.SetTextCol | ( | string | value | ) |
Sets value for text column
| value | the text in the request body |
| TextAnalyze Synapse.ML.Cognitive.TextAnalyze.SetTimeout | ( | double | value | ) |
Sets value for timeout
| value | number of seconds to wait before closing the connection |
| TextAnalyze Synapse.ML.Cognitive.TextAnalyze.SetUrl | ( | string | value | ) |
1.8.13