Synapseml  0.10.2
Public Member Functions | Static Public Member Functions | List of all members
Synapse.ML.Cognitive.SpeakerEmotionInference Class Reference

SpeakerEmotionInference implements SpeakerEmotionInference More...

Inheritance diagram for Synapse.ML.Cognitive.SpeakerEmotionInference:
Inheritance graph
[legend]
Collaboration diagram for Synapse.ML.Cognitive.SpeakerEmotionInference:
Collaboration graph
[legend]

Public Member Functions

 SpeakerEmotionInference ()
 Creates a SpeakerEmotionInference without any parameters. More...
 
 SpeakerEmotionInference (string uid)
 Creates a SpeakerEmotionInference with a UID that is used to give the SpeakerEmotionInference a unique ID. More...
 
SpeakerEmotionInference SetConcurrency (int value)
 Sets value for concurrency More...
 
SpeakerEmotionInference SetConcurrentTimeout (double value)
 Sets value for concurrentTimeout More...
 
SpeakerEmotionInference SetErrorCol (string value)
 Sets value for errorCol More...
 
SpeakerEmotionInference SetHandler (object value)
 Sets value for handler More...
 
SpeakerEmotionInference SetLocale (string value)
 Sets value for locale More...
 
SpeakerEmotionInference SetLocaleCol (string value)
 Sets value for locale column More...
 
SpeakerEmotionInference SetOutputCol (string value)
 Sets value for outputCol More...
 
SpeakerEmotionInference SetSubscriptionKey (string value)
 Sets value for subscriptionKey More...
 
SpeakerEmotionInference SetSubscriptionKeyCol (string value)
 Sets value for subscriptionKey column More...
 
SpeakerEmotionInference SetText (string value)
 Sets value for text More...
 
SpeakerEmotionInference SetTextCol (string value)
 Sets value for text column More...
 
SpeakerEmotionInference SetTimeout (double value)
 Sets value for timeout More...
 
SpeakerEmotionInference SetUrl (string value)
 Sets value for url More...
 
SpeakerEmotionInference SetVoiceName (string value)
 Sets value for voiceName More...
 
SpeakerEmotionInference SetVoiceNameCol (string value)
 Sets value for voiceName column More...
 
int GetConcurrency ()
 Gets concurrency value More...
 
double GetConcurrentTimeout ()
 Gets concurrentTimeout value More...
 
string GetErrorCol ()
 Gets errorCol value More...
 
object GetHandler ()
 Gets handler value More...
 
string GetLocale ()
 Gets locale value More...
 
string GetOutputCol ()
 Gets outputCol 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...
 
string GetVoiceName ()
 Gets voiceName 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 ()
 
Returns
a JavaMLWriter instance for this ML instance.

 
JavaMLReader< SpeakerEmotionInferenceRead ()
 Get the corresponding JavaMLReader instance. More...
 
SpeakerEmotionInference SetLocation (string value)
 Sets value for location More...
 

Static Public Member Functions

static SpeakerEmotionInference Load (string path)
 Loads the SpeakerEmotionInference that was previously saved using Save(string). More...
 

Detailed Description

SpeakerEmotionInference implements SpeakerEmotionInference

Constructor & Destructor Documentation

◆ SpeakerEmotionInference() [1/2]

Synapse.ML.Cognitive.SpeakerEmotionInference.SpeakerEmotionInference ( )
inline

Creates a SpeakerEmotionInference without any parameters.

◆ SpeakerEmotionInference() [2/2]

Synapse.ML.Cognitive.SpeakerEmotionInference.SpeakerEmotionInference ( string  uid)
inline

Creates a SpeakerEmotionInference with a UID that is used to give the SpeakerEmotionInference a unique ID.

Parameters
uidAn immutable unique ID for the object and its derivatives.

Member Function Documentation

◆ GetConcurrency()

int Synapse.ML.Cognitive.SpeakerEmotionInference.GetConcurrency ( )

Gets concurrency value

Returns
concurrency: max number of concurrent calls

◆ GetConcurrentTimeout()

double Synapse.ML.Cognitive.SpeakerEmotionInference.GetConcurrentTimeout ( )

Gets concurrentTimeout value

Returns
concurrentTimeout: max number seconds to wait on futures if concurrency >= 1

◆ GetErrorCol()

string Synapse.ML.Cognitive.SpeakerEmotionInference.GetErrorCol ( )

Gets errorCol value

Returns
errorCol: column to hold http errors

◆ GetHandler()

object Synapse.ML.Cognitive.SpeakerEmotionInference.GetHandler ( )

Gets handler value

Returns
handler: Which strategy to use when handling requests

◆ GetLocale()

string Synapse.ML.Cognitive.SpeakerEmotionInference.GetLocale ( )

Gets locale value

Returns
locale: The locale of the input text

◆ GetOutputCol()

string Synapse.ML.Cognitive.SpeakerEmotionInference.GetOutputCol ( )

Gets outputCol value

Returns
outputCol: The name of the output column

◆ GetSubscriptionKey()

string Synapse.ML.Cognitive.SpeakerEmotionInference.GetSubscriptionKey ( )

Gets subscriptionKey value

Returns
subscriptionKey: the API key to use

◆ GetText()

string Synapse.ML.Cognitive.SpeakerEmotionInference.GetText ( )

Gets text value

Returns
text: The text to annotate with inferred emotion

◆ GetTimeout()

double Synapse.ML.Cognitive.SpeakerEmotionInference.GetTimeout ( )

Gets timeout value

Returns
timeout: number of seconds to wait before closing the connection

◆ GetUrl()

string Synapse.ML.Cognitive.SpeakerEmotionInference.GetUrl ( )

Gets url value

Returns
url: Url of the service

◆ GetVoiceName()

string Synapse.ML.Cognitive.SpeakerEmotionInference.GetVoiceName ( )

Gets voiceName value

Returns
voiceName: The name of the voice used for synthesis

◆ Load()

static SpeakerEmotionInference Synapse.ML.Cognitive.SpeakerEmotionInference.Load ( string  path)
static

Loads the SpeakerEmotionInference that was previously saved using Save(string).

Parameters
pathThe path the previous SpeakerEmotionInference was saved to
Returns
New SpeakerEmotionInference object, loaded from path.

◆ Read()

JavaMLReader<SpeakerEmotionInference> Synapse.ML.Cognitive.SpeakerEmotionInference.Read ( )

Get the corresponding JavaMLReader instance.

Returns
an JavaMLReader<SpeakerEmotionInference> instance for this ML instance.

◆ Save()

void Synapse.ML.Cognitive.SpeakerEmotionInference.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.

Parameters
pathThe path to save the object to

◆ SetConcurrency()

SpeakerEmotionInference Synapse.ML.Cognitive.SpeakerEmotionInference.SetConcurrency ( int  value)

Sets value for concurrency

Parameters
valuemax number of concurrent calls
Returns
New SpeakerEmotionInference object

◆ SetConcurrentTimeout()

SpeakerEmotionInference Synapse.ML.Cognitive.SpeakerEmotionInference.SetConcurrentTimeout ( double  value)

Sets value for concurrentTimeout

Parameters
valuemax number seconds to wait on futures if concurrency >= 1
Returns
New SpeakerEmotionInference object

◆ SetErrorCol()

SpeakerEmotionInference Synapse.ML.Cognitive.SpeakerEmotionInference.SetErrorCol ( string  value)

Sets value for errorCol

Parameters
valuecolumn to hold http errors
Returns
New SpeakerEmotionInference object

◆ SetHandler()

SpeakerEmotionInference Synapse.ML.Cognitive.SpeakerEmotionInference.SetHandler ( object  value)

Sets value for handler

Parameters
valueWhich strategy to use when handling requests
Returns
New SpeakerEmotionInference object

◆ SetLocale()

SpeakerEmotionInference Synapse.ML.Cognitive.SpeakerEmotionInference.SetLocale ( string  value)

Sets value for locale

Parameters
valueThe locale of the input text
Returns
New SpeakerEmotionInference object

◆ SetLocaleCol()

SpeakerEmotionInference Synapse.ML.Cognitive.SpeakerEmotionInference.SetLocaleCol ( string  value)

Sets value for locale column

Parameters
valueThe locale of the input text
Returns
New SpeakerEmotionInference object

◆ SetLocation()

SpeakerEmotionInference Synapse.ML.Cognitive.SpeakerEmotionInference.SetLocation ( string  value)

Sets value for location

Parameters
valueLocation of the cognitive service
Returns
New SpeakerEmotionInference object

◆ SetOutputCol()

SpeakerEmotionInference Synapse.ML.Cognitive.SpeakerEmotionInference.SetOutputCol ( string  value)

Sets value for outputCol

Parameters
valueThe name of the output column
Returns
New SpeakerEmotionInference object

◆ SetSubscriptionKey()

SpeakerEmotionInference Synapse.ML.Cognitive.SpeakerEmotionInference.SetSubscriptionKey ( string  value)

Sets value for subscriptionKey

Parameters
valuethe API key to use
Returns
New SpeakerEmotionInference object

◆ SetSubscriptionKeyCol()

SpeakerEmotionInference Synapse.ML.Cognitive.SpeakerEmotionInference.SetSubscriptionKeyCol ( string  value)

Sets value for subscriptionKey column

Parameters
valuethe API key to use
Returns
New SpeakerEmotionInference object

◆ SetText()

SpeakerEmotionInference Synapse.ML.Cognitive.SpeakerEmotionInference.SetText ( string  value)

Sets value for text

Parameters
valueThe text to annotate with inferred emotion
Returns
New SpeakerEmotionInference object

◆ SetTextCol()

SpeakerEmotionInference Synapse.ML.Cognitive.SpeakerEmotionInference.SetTextCol ( string  value)

Sets value for text column

Parameters
valueThe text to annotate with inferred emotion
Returns
New SpeakerEmotionInference object

◆ SetTimeout()

SpeakerEmotionInference Synapse.ML.Cognitive.SpeakerEmotionInference.SetTimeout ( double  value)

Sets value for timeout

Parameters
valuenumber of seconds to wait before closing the connection
Returns
New SpeakerEmotionInference object

◆ SetUrl()

SpeakerEmotionInference Synapse.ML.Cognitive.SpeakerEmotionInference.SetUrl ( string  value)

Sets value for url

Parameters
valueUrl of the service
Returns
New SpeakerEmotionInference object

◆ SetVoiceName()

SpeakerEmotionInference Synapse.ML.Cognitive.SpeakerEmotionInference.SetVoiceName ( string  value)

Sets value for voiceName

Parameters
valueThe name of the voice used for synthesis
Returns
New SpeakerEmotionInference object

◆ SetVoiceNameCol()

SpeakerEmotionInference Synapse.ML.Cognitive.SpeakerEmotionInference.SetVoiceNameCol ( string  value)

Sets value for voiceName column

Parameters
valueThe name of the voice used for synthesis
Returns
New SpeakerEmotionInference object

The documentation for this class was generated from the following file: