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 | SetAADToken (string value) |
Sets value for AADToken More... | |
TextAnalyze | SetAADTokenCol (string value) |
Sets value for AADToken column More... | |
TextAnalyze | SetCustomAuthHeader (string value) |
Sets value for CustomAuthHeader More... | |
TextAnalyze | SetCustomAuthHeaderCol (string value) |
Sets value for CustomAuthHeader column More... | |
TextAnalyze | SetBackoffs (int[] value) |
Sets value for backoffs More... | |
TextAnalyze | SetBatchSize (int value) |
Sets value for batchSize More... | |
TextAnalyze | SetConcurrency (int value) |
Sets value for concurrency More... | |
TextAnalyze | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
TextAnalyze | SetDisableServiceLogs (bool value) |
Sets value for disableServiceLogs More... | |
TextAnalyze | SetDisableServiceLogsCol (string value) |
Sets value for disableServiceLogs column More... | |
TextAnalyze | SetEntityLinkingParams (Dictionary< string, string > value) |
Sets value for entityLinkingParams More... | |
TextAnalyze | SetEntityRecognitionParams (Dictionary< string, string > value) |
Sets value for entityRecognitionParams More... | |
TextAnalyze | SetErrorCol (string value) |
Sets value for errorCol More... | |
TextAnalyze | SetIncludeEntityLinking (bool value) |
Sets value for includeEntityLinking More... | |
TextAnalyze | SetIncludeEntityRecognition (bool value) |
Sets value for includeEntityRecognition More... | |
TextAnalyze | SetIncludeKeyPhraseExtraction (bool value) |
Sets value for includeKeyPhraseExtraction More... | |
TextAnalyze | SetIncludePii (bool value) |
Sets value for includePii More... | |
TextAnalyze | SetIncludeSentimentAnalysis (bool value) |
Sets value for includeSentimentAnalysis More... | |
TextAnalyze | SetInitialPollingDelay (int value) |
Sets value for initialPollingDelay More... | |
TextAnalyze | SetKeyPhraseExtractionParams (Dictionary< string, string > value) |
Sets value for keyPhraseExtractionParams 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 | SetModelVersion (string value) |
Sets value for modelVersion More... | |
TextAnalyze | SetModelVersionCol (string value) |
Sets value for modelVersion column More... | |
TextAnalyze | SetOutputCol (string value) |
Sets value for outputCol More... | |
TextAnalyze | SetPiiParams (Dictionary< string, string > value) |
Sets value for piiParams More... | |
TextAnalyze | SetPollingDelay (int value) |
Sets value for pollingDelay More... | |
TextAnalyze | SetSentimentAnalysisParams (Dictionary< string, string > value) |
Sets value for sentimentAnalysisParams More... | |
TextAnalyze | SetShowStats (bool value) |
Sets value for showStats More... | |
TextAnalyze | SetShowStatsCol (string value) |
Sets value for showStats column More... | |
TextAnalyze | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
TextAnalyze | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
TextAnalyze | SetSuppressMaxRetriesException (bool value) |
Sets value for suppressMaxRetriesException 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... | |
string | GetAADToken () |
Gets AADToken value More... | |
string | GetCustomAuthHeader () |
Gets CustomAuthHeader value More... | |
int[] | GetBackoffs () |
Gets backoffs value More... | |
int | GetBatchSize () |
Gets batchSize value More... | |
int | GetConcurrency () |
Gets concurrency value More... | |
double | GetConcurrentTimeout () |
Gets concurrentTimeout value More... | |
bool | GetDisableServiceLogs () |
Gets disableServiceLogs value More... | |
Dictionary< string, string > | GetEntityLinkingParams () |
Gets entityLinkingParams value More... | |
Dictionary< string, string > | GetEntityRecognitionParams () |
Gets entityRecognitionParams value More... | |
string | GetErrorCol () |
Gets errorCol value More... | |
bool | GetIncludeEntityLinking () |
Gets includeEntityLinking value More... | |
bool | GetIncludeEntityRecognition () |
Gets includeEntityRecognition value More... | |
bool | GetIncludeKeyPhraseExtraction () |
Gets includeKeyPhraseExtraction value More... | |
bool | GetIncludePii () |
Gets includePii value More... | |
bool | GetIncludeSentimentAnalysis () |
Gets includeSentimentAnalysis value More... | |
int | GetInitialPollingDelay () |
Gets initialPollingDelay value More... | |
Dictionary< string, string > | GetKeyPhraseExtractionParams () |
Gets keyPhraseExtractionParams value More... | |
string[] | GetLanguage () |
Gets language value More... | |
int | GetMaxPollingRetries () |
Gets maxPollingRetries value More... | |
string | GetModelVersion () |
Gets modelVersion value More... | |
string | GetOutputCol () |
Gets outputCol value More... | |
Dictionary< string, string > | GetPiiParams () |
Gets piiParams value More... | |
int | GetPollingDelay () |
Gets pollingDelay value More... | |
Dictionary< string, string > | GetSentimentAnalysisParams () |
Gets sentimentAnalysisParams value More... | |
bool | GetShowStats () |
Gets showStats value More... | |
string | GetSubscriptionKey () |
Gets subscriptionKey value More... | |
bool | GetSuppressMaxRetriesException () |
Gets suppressMaxRetriesException 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 | SetCustomServiceName (string value) |
Sets value for service name More... | |
TextAnalyze | SetEndpoint (string value) |
Sets value for endpoint 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. |
string Synapse.ML.Services.Text.TextAnalyze.GetAADToken | ( | ) |
Gets AADToken value
int [] Synapse.ML.Services.Text.TextAnalyze.GetBackoffs | ( | ) |
Gets backoffs value
int Synapse.ML.Services.Text.TextAnalyze.GetBatchSize | ( | ) |
Gets batchSize value
int Synapse.ML.Services.Text.TextAnalyze.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Services.Text.TextAnalyze.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string Synapse.ML.Services.Text.TextAnalyze.GetCustomAuthHeader | ( | ) |
Gets CustomAuthHeader value
bool Synapse.ML.Services.Text.TextAnalyze.GetDisableServiceLogs | ( | ) |
Gets disableServiceLogs value
|
inline |
Gets entityLinkingParams value
|
inline |
Gets entityRecognitionParams value
string Synapse.ML.Services.Text.TextAnalyze.GetErrorCol | ( | ) |
Gets errorCol value
bool Synapse.ML.Services.Text.TextAnalyze.GetIncludeEntityLinking | ( | ) |
Gets includeEntityLinking value
bool Synapse.ML.Services.Text.TextAnalyze.GetIncludeEntityRecognition | ( | ) |
Gets includeEntityRecognition value
bool Synapse.ML.Services.Text.TextAnalyze.GetIncludeKeyPhraseExtraction | ( | ) |
Gets includeKeyPhraseExtraction value
bool Synapse.ML.Services.Text.TextAnalyze.GetIncludePii | ( | ) |
Gets includePii value
bool Synapse.ML.Services.Text.TextAnalyze.GetIncludeSentimentAnalysis | ( | ) |
Gets includeSentimentAnalysis value
int Synapse.ML.Services.Text.TextAnalyze.GetInitialPollingDelay | ( | ) |
Gets initialPollingDelay value
|
inline |
Gets keyPhraseExtractionParams value
string [] Synapse.ML.Services.Text.TextAnalyze.GetLanguage | ( | ) |
Gets language value
int Synapse.ML.Services.Text.TextAnalyze.GetMaxPollingRetries | ( | ) |
Gets maxPollingRetries value
string Synapse.ML.Services.Text.TextAnalyze.GetModelVersion | ( | ) |
Gets modelVersion value
string Synapse.ML.Services.Text.TextAnalyze.GetOutputCol | ( | ) |
Gets outputCol value
|
inline |
Gets piiParams value
int Synapse.ML.Services.Text.TextAnalyze.GetPollingDelay | ( | ) |
Gets pollingDelay value
|
inline |
Gets sentimentAnalysisParams value
bool Synapse.ML.Services.Text.TextAnalyze.GetShowStats | ( | ) |
Gets showStats value
string Synapse.ML.Services.Text.TextAnalyze.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
bool Synapse.ML.Services.Text.TextAnalyze.GetSuppressMaxRetriesException | ( | ) |
Gets suppressMaxRetriesException value
string [] Synapse.ML.Services.Text.TextAnalyze.GetText | ( | ) |
Gets text value
double Synapse.ML.Services.Text.TextAnalyze.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Services.Text.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.Services.Text.TextAnalyze.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Services.Text.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.Services.Text.TextAnalyze.SetAADToken | ( | string | value | ) |
Sets value for AADToken
value | AAD Token used for authentication |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetAADTokenCol | ( | string | value | ) |
Sets value for AADToken column
value | AAD Token used for authentication |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetBackoffs | ( | int[] | value | ) |
Sets value for backoffs
value | array of backoffs to use in the handler |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetBatchSize | ( | int | value | ) |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
value | max number of concurrent calls |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetCustomAuthHeader | ( | string | value | ) |
Sets value for CustomAuthHeader
value | A Custom Value for Authorization Header |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetCustomAuthHeaderCol | ( | string | value | ) |
Sets value for CustomAuthHeader column
value | A Custom Value for Authorization Header |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetCustomServiceName | ( | string | value | ) |
Sets value for service name
value | Service name of the cognitive service if it's custom domain |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetDisableServiceLogs | ( | bool | value | ) |
Sets value for disableServiceLogs
value | disableServiceLogs option |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetDisableServiceLogsCol | ( | string | value | ) |
Sets value for disableServiceLogs column
value | disableServiceLogs option |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetEndpoint | ( | string | value | ) |
Sets value for endpoint
value | Endpoint of the cognitive service |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetEntityLinkingParams | ( | Dictionary< string, string > | value | ) |
Sets value for entityLinkingParams
value | the parameters to pass to the entityLinking model |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetEntityRecognitionParams | ( | Dictionary< string, string > | value | ) |
Sets value for entityRecognitionParams
value | the parameters to pass to the entity recognition model |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetErrorCol | ( | string | value | ) |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetIncludeEntityLinking | ( | bool | value | ) |
Sets value for includeEntityLinking
value | Whether to perform EntityLinking |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetIncludeEntityRecognition | ( | bool | value | ) |
Sets value for includeEntityRecognition
value | Whether to perform entity recognition |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetIncludeKeyPhraseExtraction | ( | bool | value | ) |
Sets value for includeKeyPhraseExtraction
value | Whether to perform EntityLinking |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetIncludePii | ( | bool | value | ) |
Sets value for includePii
value | Whether to perform PII Detection |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetIncludeSentimentAnalysis | ( | bool | value | ) |
Sets value for includeSentimentAnalysis
value | Whether to perform SentimentAnalysis |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetInitialPollingDelay | ( | int | value | ) |
Sets value for initialPollingDelay
value | number of milliseconds to wait before first poll for result |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetKeyPhraseExtractionParams | ( | Dictionary< string, string > | value | ) |
Sets value for keyPhraseExtractionParams
value | the parameters to pass to the keyPhraseExtraction model |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetLanguage | ( | string[] | value | ) |
Sets value for language
value | the language code of the text (optional for some services) |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetLanguageCol | ( | string | value | ) |
Sets value for language column
value | the language code of the text (optional for some services) |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetLinkedService | ( | string | value | ) |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetLocation | ( | string | value | ) |
Sets value for location
value | Location of the cognitive service |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetMaxPollingRetries | ( | int | value | ) |
Sets value for maxPollingRetries
value | number of times to poll |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetModelVersion | ( | string | value | ) |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetModelVersionCol | ( | string | value | ) |
Sets value for modelVersion column
value | Version of the model |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetPiiParams | ( | Dictionary< string, string > | value | ) |
Sets value for piiParams
value | the parameters to pass to the PII model |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetPollingDelay | ( | int | value | ) |
Sets value for pollingDelay
value | number of milliseconds to wait between polling |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetSentimentAnalysisParams | ( | Dictionary< string, string > | value | ) |
Sets value for sentimentAnalysisParams
value | the parameters to pass to the sentimentAnalysis model |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetShowStats | ( | bool | value | ) |
Sets value for showStats
value | Whether to include detailed statistics in the response |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetShowStatsCol | ( | string | value | ) |
Sets value for showStats column
value | Whether to include detailed statistics in the response |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetSubscriptionKey | ( | string | value | ) |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
value | the API key to use |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetSuppressMaxRetriesException | ( | bool | value | ) |
Sets value for suppressMaxRetriesException
value | set true to suppress the maxumimum retries exception and report in the error column |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetText | ( | string[] | value | ) |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetTextCol | ( | string | value | ) |
Sets value for text column
value | the text in the request body |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
TextAnalyze Synapse.ML.Services.Text.TextAnalyze.SetUrl | ( | string | value | ) |