AnalyzeText implements AnalyzeText More...
Public Member Functions | |
AnalyzeText () | |
Creates a AnalyzeText without any parameters. More... | |
AnalyzeText (string uid) | |
Creates a AnalyzeText with a UID that is used to give the AnalyzeText a unique ID. More... | |
AnalyzeText | SetAADToken (string value) |
Sets value for AADToken More... | |
AnalyzeText | SetAADTokenCol (string value) |
Sets value for AADToken column More... | |
AnalyzeText | SetCustomAuthHeader (string value) |
Sets value for CustomAuthHeader More... | |
AnalyzeText | SetCustomAuthHeaderCol (string value) |
Sets value for CustomAuthHeader column More... | |
AnalyzeText | SetApiVersion (string value) |
Sets value for apiVersion More... | |
AnalyzeText | SetApiVersionCol (string value) |
Sets value for apiVersion column More... | |
AnalyzeText | SetBatchSize (int value) |
Sets value for batchSize More... | |
AnalyzeText | SetConcurrency (int value) |
Sets value for concurrency More... | |
AnalyzeText | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
AnalyzeText | SetCountryHint (string[] value) |
Sets value for countryHint More... | |
AnalyzeText | SetCountryHintCol (string value) |
Sets value for countryHint column More... | |
AnalyzeText | SetDomain (string value) |
Sets value for domain More... | |
AnalyzeText | SetDomainCol (string value) |
Sets value for domain column More... | |
AnalyzeText | SetErrorCol (string value) |
Sets value for errorCol More... | |
AnalyzeText | SetHandler (object value) |
Sets value for handler More... | |
AnalyzeText | SetKind (string value) |
Sets value for kind More... | |
AnalyzeText | SetLanguage (string[] value) |
Sets value for language More... | |
AnalyzeText | SetLanguageCol (string value) |
Sets value for language column More... | |
AnalyzeText | SetLoggingOptOut (bool value) |
Sets value for loggingOptOut More... | |
AnalyzeText | SetLoggingOptOutCol (string value) |
Sets value for loggingOptOut column More... | |
AnalyzeText | SetModelVersion (string value) |
Sets value for modelVersion More... | |
AnalyzeText | SetModelVersionCol (string value) |
Sets value for modelVersion column More... | |
AnalyzeText | SetOpinionMining (bool value) |
Sets value for opinionMining More... | |
AnalyzeText | SetOpinionMiningCol (string value) |
Sets value for opinionMining column More... | |
AnalyzeText | SetOutputCol (string value) |
Sets value for outputCol More... | |
AnalyzeText | SetPiiCategories (string[] value) |
Sets value for piiCategories More... | |
AnalyzeText | SetPiiCategoriesCol (string value) |
Sets value for piiCategories column More... | |
AnalyzeText | SetShowStats (bool value) |
Sets value for showStats More... | |
AnalyzeText | SetShowStatsCol (string value) |
Sets value for showStats column More... | |
AnalyzeText | SetStringIndexType (string value) |
Sets value for stringIndexType More... | |
AnalyzeText | SetStringIndexTypeCol (string value) |
Sets value for stringIndexType column More... | |
AnalyzeText | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
AnalyzeText | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
AnalyzeText | SetText (string[] value) |
Sets value for text More... | |
AnalyzeText | SetTextCol (string value) |
Sets value for text column More... | |
AnalyzeText | SetTimeout (double value) |
Sets value for timeout More... | |
AnalyzeText | SetUrl (string value) |
Sets value for url More... | |
string | GetAADToken () |
Gets AADToken value More... | |
string | GetCustomAuthHeader () |
Gets CustomAuthHeader value More... | |
string | GetApiVersion () |
Gets apiVersion value More... | |
int | GetBatchSize () |
Gets batchSize value More... | |
int | GetConcurrency () |
Gets concurrency value More... | |
double | GetConcurrentTimeout () |
Gets concurrentTimeout value More... | |
string[] | GetCountryHint () |
Gets countryHint value More... | |
string | GetDomain () |
Gets domain value More... | |
string | GetErrorCol () |
Gets errorCol value More... | |
object | GetHandler () |
Gets handler value More... | |
string | GetKind () |
Gets kind value More... | |
string[] | GetLanguage () |
Gets language value More... | |
bool | GetLoggingOptOut () |
Gets loggingOptOut value More... | |
string | GetModelVersion () |
Gets modelVersion value More... | |
bool | GetOpinionMining () |
Gets opinionMining value More... | |
string | GetOutputCol () |
Gets outputCol value More... | |
string[] | GetPiiCategories () |
Gets piiCategories value More... | |
bool | GetShowStats () |
Gets showStats value More... | |
string | GetStringIndexType () |
Gets stringIndexType value More... | |
string | GetSubscriptionKey () |
Gets subscriptionKey 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< AnalyzeText > | Read () |
Get the corresponding JavaMLReader instance. More... | |
AnalyzeText | SetCustomServiceName (string value) |
Sets value for service name More... | |
AnalyzeText | SetEndpoint (string value) |
Sets value for endpoint More... | |
AnalyzeText | SetLocation (string value) |
Sets value for location More... | |
Static Public Member Functions | |
static AnalyzeText | Load (string path) |
Loads the AnalyzeText that was previously saved using Save(string). More... | |
AnalyzeText implements AnalyzeText
|
inline |
Creates a AnalyzeText without any parameters.
|
inline |
Creates a AnalyzeText with a UID that is used to give the AnalyzeText a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
string Synapse.ML.Services.Language.AnalyzeText.GetAADToken | ( | ) |
Gets AADToken value
string Synapse.ML.Services.Language.AnalyzeText.GetApiVersion | ( | ) |
Gets apiVersion value
int Synapse.ML.Services.Language.AnalyzeText.GetBatchSize | ( | ) |
Gets batchSize value
int Synapse.ML.Services.Language.AnalyzeText.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Services.Language.AnalyzeText.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string [] Synapse.ML.Services.Language.AnalyzeText.GetCountryHint | ( | ) |
Gets countryHint value
string Synapse.ML.Services.Language.AnalyzeText.GetCustomAuthHeader | ( | ) |
Gets CustomAuthHeader value
string Synapse.ML.Services.Language.AnalyzeText.GetDomain | ( | ) |
Gets domain value
string Synapse.ML.Services.Language.AnalyzeText.GetErrorCol | ( | ) |
Gets errorCol value
object Synapse.ML.Services.Language.AnalyzeText.GetHandler | ( | ) |
Gets handler value
string Synapse.ML.Services.Language.AnalyzeText.GetKind | ( | ) |
Gets kind value
string [] Synapse.ML.Services.Language.AnalyzeText.GetLanguage | ( | ) |
Gets language value
bool Synapse.ML.Services.Language.AnalyzeText.GetLoggingOptOut | ( | ) |
Gets loggingOptOut value
string Synapse.ML.Services.Language.AnalyzeText.GetModelVersion | ( | ) |
Gets modelVersion value
bool Synapse.ML.Services.Language.AnalyzeText.GetOpinionMining | ( | ) |
Gets opinionMining value
string Synapse.ML.Services.Language.AnalyzeText.GetOutputCol | ( | ) |
Gets outputCol value
string [] Synapse.ML.Services.Language.AnalyzeText.GetPiiCategories | ( | ) |
Gets piiCategories value
bool Synapse.ML.Services.Language.AnalyzeText.GetShowStats | ( | ) |
Gets showStats value
string Synapse.ML.Services.Language.AnalyzeText.GetStringIndexType | ( | ) |
Gets stringIndexType value
string Synapse.ML.Services.Language.AnalyzeText.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
string [] Synapse.ML.Services.Language.AnalyzeText.GetText | ( | ) |
Gets text value
double Synapse.ML.Services.Language.AnalyzeText.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Services.Language.AnalyzeText.GetUrl | ( | ) |
Gets url value
|
static |
Loads the AnalyzeText that was previously saved using Save(string).
path | The path the previous AnalyzeText was saved to |
JavaMLReader<AnalyzeText> Synapse.ML.Services.Language.AnalyzeText.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Services.Language.AnalyzeText.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 |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetAADToken | ( | string | value | ) |
Sets value for AADToken
value | AAD Token used for authentication |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetAADTokenCol | ( | string | value | ) |
Sets value for AADToken column
value | AAD Token used for authentication |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetApiVersion | ( | string | value | ) |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetApiVersionCol | ( | string | value | ) |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetBatchSize | ( | int | value | ) |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
value | max number of concurrent calls |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetCountryHint | ( | string[] | value | ) |
Sets value for countryHint
value | the countryHint for language detection |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetCountryHintCol | ( | string | value | ) |
Sets value for countryHint column
value | the countryHint for language detection |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetCustomAuthHeader | ( | string | value | ) |
Sets value for CustomAuthHeader
value | A Custom Value for Authorization Header |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetCustomAuthHeaderCol | ( | string | value | ) |
Sets value for CustomAuthHeader column
value | A Custom Value for Authorization Header |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetCustomServiceName | ( | string | value | ) |
Sets value for service name
value | Service name of the cognitive service if it's custom domain |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetDomain | ( | string | value | ) |
Sets value for domain
value | if specified, will set the PII domain to include only a subset of the entity categories. Possible values include: 'PHI', 'none'. |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetDomainCol | ( | string | value | ) |
Sets value for domain column
value | if specified, will set the PII domain to include only a subset of the entity categories. Possible values include: 'PHI', 'none'. |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetEndpoint | ( | string | value | ) |
Sets value for endpoint
value | Endpoint of the cognitive service |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetErrorCol | ( | string | value | ) |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetHandler | ( | object | value | ) |
Sets value for handler
value | Which strategy to use when handling requests |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetKind | ( | string | value | ) |
Sets value for kind
value | Enumeration of supported Text Analysis tasks |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetLanguage | ( | string[] | value | ) |
Sets value for language
value | the language code of the text (optional for some services) |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetLanguageCol | ( | string | value | ) |
Sets value for language column
value | the language code of the text (optional for some services) |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetLocation | ( | string | value | ) |
Sets value for location
value | Location of the cognitive service |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetLoggingOptOut | ( | bool | value | ) |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetLoggingOptOutCol | ( | string | value | ) |
Sets value for loggingOptOut column
value | loggingOptOut for task |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetModelVersion | ( | string | value | ) |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetModelVersionCol | ( | string | value | ) |
Sets value for modelVersion column
value | Version of the model |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetOpinionMining | ( | bool | value | ) |
Sets value for opinionMining
value | opinionMining option for SentimentAnalysisTask |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetOpinionMiningCol | ( | string | value | ) |
Sets value for opinionMining column
value | opinionMining option for SentimentAnalysisTask |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetPiiCategories | ( | string[] | value | ) |
Sets value for piiCategories
value | describes the PII categories to return |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetPiiCategoriesCol | ( | string | value | ) |
Sets value for piiCategories column
value | describes the PII categories to return |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetShowStats | ( | bool | value | ) |
Sets value for showStats
value | Whether to include detailed statistics in the response |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetShowStatsCol | ( | string | value | ) |
Sets value for showStats column
value | Whether to include detailed statistics in the response |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetStringIndexType | ( | string | value | ) |
Sets value for stringIndexType
value | Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetStringIndexTypeCol | ( | string | value | ) |
Sets value for stringIndexType column
value | Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetSubscriptionKey | ( | string | value | ) |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
value | the API key to use |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetText | ( | string[] | value | ) |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetTextCol | ( | string | value | ) |
Sets value for text column
value | the text in the request body |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
AnalyzeText Synapse.ML.Services.Language.AnalyzeText.SetUrl | ( | string | value | ) |