TextSentiment implements TextSentiment More...
Public Member Functions | |
TextSentiment () | |
Creates a TextSentiment without any parameters. More... | |
TextSentiment (string uid) | |
Creates a TextSentiment with a UID that is used to give the TextSentiment a unique ID. More... | |
TextSentiment | SetAADToken (string value) |
Sets value for AADToken More... | |
TextSentiment | SetAADTokenCol (string value) |
Sets value for AADToken column More... | |
TextSentiment | SetCustomAuthHeader (string value) |
Sets value for CustomAuthHeader More... | |
TextSentiment | SetCustomAuthHeaderCol (string value) |
Sets value for CustomAuthHeader column More... | |
TextSentiment | SetBatchSize (int value) |
Sets value for batchSize More... | |
TextSentiment | SetConcurrency (int value) |
Sets value for concurrency More... | |
TextSentiment | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
TextSentiment | SetDisableServiceLogs (bool value) |
Sets value for disableServiceLogs More... | |
TextSentiment | SetDisableServiceLogsCol (string value) |
Sets value for disableServiceLogs column More... | |
TextSentiment | SetErrorCol (string value) |
Sets value for errorCol More... | |
TextSentiment | SetHandler (object value) |
Sets value for handler More... | |
TextSentiment | SetLanguage (string[] value) |
Sets value for language More... | |
TextSentiment | SetLanguageCol (string value) |
Sets value for language column More... | |
TextSentiment | SetModelVersion (string value) |
Sets value for modelVersion More... | |
TextSentiment | SetModelVersionCol (string value) |
Sets value for modelVersion column More... | |
TextSentiment | SetOpinionMining (bool value) |
Sets value for opinionMining More... | |
TextSentiment | SetOpinionMiningCol (string value) |
Sets value for opinionMining column More... | |
TextSentiment | SetOutputCol (string value) |
Sets value for outputCol More... | |
TextSentiment | SetShowStats (bool value) |
Sets value for showStats More... | |
TextSentiment | SetShowStatsCol (string value) |
Sets value for showStats column More... | |
TextSentiment | SetStringIndexType (string value) |
Sets value for stringIndexType More... | |
TextSentiment | SetStringIndexTypeCol (string value) |
Sets value for stringIndexType column More... | |
TextSentiment | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
TextSentiment | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
TextSentiment | SetText (string[] value) |
Sets value for text More... | |
TextSentiment | SetTextCol (string value) |
Sets value for text column More... | |
TextSentiment | SetTimeout (double value) |
Sets value for timeout More... | |
TextSentiment | SetUrl (string value) |
Sets value for url More... | |
string | GetAADToken () |
Gets AADToken value More... | |
string | GetCustomAuthHeader () |
Gets CustomAuthHeader 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... | |
string | GetErrorCol () |
Gets errorCol value More... | |
object | GetHandler () |
Gets handler value More... | |
string[] | GetLanguage () |
Gets language value More... | |
string | GetModelVersion () |
Gets modelVersion value More... | |
bool | GetOpinionMining () |
Gets opinionMining value More... | |
string | GetOutputCol () |
Gets outputCol 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< TextSentiment > | Read () |
Get the corresponding JavaMLReader instance. More... | |
TextSentiment | SetCustomServiceName (string value) |
Sets value for service name More... | |
TextSentiment | SetEndpoint (string value) |
Sets value for endpoint More... | |
TextSentiment | SetLocation (string value) |
Sets value for location More... | |
TextSentiment | SetLinkedService (string value) |
Sets value for linkedService More... | |
Static Public Member Functions | |
static TextSentiment | Load (string path) |
Loads the TextSentiment that was previously saved using Save(string). More... | |
TextSentiment implements TextSentiment
|
inline |
Creates a TextSentiment without any parameters.
|
inline |
Creates a TextSentiment with a UID that is used to give the TextSentiment a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
string Synapse.ML.Services.Text.TextSentiment.GetAADToken | ( | ) |
Gets AADToken value
int Synapse.ML.Services.Text.TextSentiment.GetBatchSize | ( | ) |
Gets batchSize value
int Synapse.ML.Services.Text.TextSentiment.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Services.Text.TextSentiment.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string Synapse.ML.Services.Text.TextSentiment.GetCustomAuthHeader | ( | ) |
Gets CustomAuthHeader value
bool Synapse.ML.Services.Text.TextSentiment.GetDisableServiceLogs | ( | ) |
Gets disableServiceLogs value
string Synapse.ML.Services.Text.TextSentiment.GetErrorCol | ( | ) |
Gets errorCol value
object Synapse.ML.Services.Text.TextSentiment.GetHandler | ( | ) |
Gets handler value
string [] Synapse.ML.Services.Text.TextSentiment.GetLanguage | ( | ) |
Gets language value
string Synapse.ML.Services.Text.TextSentiment.GetModelVersion | ( | ) |
Gets modelVersion value
bool Synapse.ML.Services.Text.TextSentiment.GetOpinionMining | ( | ) |
Gets opinionMining value
string Synapse.ML.Services.Text.TextSentiment.GetOutputCol | ( | ) |
Gets outputCol value
bool Synapse.ML.Services.Text.TextSentiment.GetShowStats | ( | ) |
Gets showStats value
string Synapse.ML.Services.Text.TextSentiment.GetStringIndexType | ( | ) |
Gets stringIndexType value
string Synapse.ML.Services.Text.TextSentiment.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
string [] Synapse.ML.Services.Text.TextSentiment.GetText | ( | ) |
Gets text value
double Synapse.ML.Services.Text.TextSentiment.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Services.Text.TextSentiment.GetUrl | ( | ) |
Gets url value
|
static |
Loads the TextSentiment that was previously saved using Save(string).
path | The path the previous TextSentiment was saved to |
JavaMLReader<TextSentiment> Synapse.ML.Services.Text.TextSentiment.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Services.Text.TextSentiment.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 |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetAADToken | ( | string | value | ) |
Sets value for AADToken
value | AAD Token used for authentication |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetAADTokenCol | ( | string | value | ) |
Sets value for AADToken column
value | AAD Token used for authentication |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetBatchSize | ( | int | value | ) |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
value | max number of concurrent calls |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetCustomAuthHeader | ( | string | value | ) |
Sets value for CustomAuthHeader
value | A Custom Value for Authorization Header |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetCustomAuthHeaderCol | ( | string | value | ) |
Sets value for CustomAuthHeader column
value | A Custom Value for Authorization Header |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetCustomServiceName | ( | string | value | ) |
Sets value for service name
value | Service name of the cognitive service if it's custom domain |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetDisableServiceLogs | ( | bool | value | ) |
Sets value for disableServiceLogs
value | disableServiceLogs option |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetDisableServiceLogsCol | ( | string | value | ) |
Sets value for disableServiceLogs column
value | disableServiceLogs option |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetEndpoint | ( | string | value | ) |
Sets value for endpoint
value | Endpoint of the cognitive service |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetErrorCol | ( | string | value | ) |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetHandler | ( | object | value | ) |
Sets value for handler
value | Which strategy to use when handling requests |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetLanguage | ( | string[] | value | ) |
Sets value for language
value | the language code of the text (optional for some services) |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetLanguageCol | ( | string | value | ) |
Sets value for language column
value | the language code of the text (optional for some services) |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetLinkedService | ( | string | value | ) |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetLocation | ( | string | value | ) |
Sets value for location
value | Location of the cognitive service |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetModelVersion | ( | string | value | ) |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetModelVersionCol | ( | string | value | ) |
Sets value for modelVersion column
value | Version of the model |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetOpinionMining | ( | bool | value | ) |
Sets value for opinionMining
value | if set to true, response will contain not only sentiment prediction but also opinion mining (aspect-based sentiment analysis) results. |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetOpinionMiningCol | ( | string | value | ) |
Sets value for opinionMining column
value | if set to true, response will contain not only sentiment prediction but also opinion mining (aspect-based sentiment analysis) results. |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetShowStats | ( | bool | value | ) |
Sets value for showStats
value | Whether to include detailed statistics in the response |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetShowStatsCol | ( | string | value | ) |
Sets value for showStats column
value | Whether to include detailed statistics in the response |
TextSentiment Synapse.ML.Services.Text.TextSentiment.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 |
TextSentiment Synapse.ML.Services.Text.TextSentiment.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 |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetSubscriptionKey | ( | string | value | ) |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
value | the API key to use |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetText | ( | string[] | value | ) |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetTextCol | ( | string | value | ) |
Sets value for text column
value | the text in the request body |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
TextSentiment Synapse.ML.Services.Text.TextSentiment.SetUrl | ( | string | value | ) |