RecognizeDomainSpecificContent implements RecognizeDomainSpecificContent More...
Public Member Functions | |
RecognizeDomainSpecificContent () | |
Creates a RecognizeDomainSpecificContent without any parameters. More... | |
RecognizeDomainSpecificContent (string uid) | |
Creates a RecognizeDomainSpecificContent with a UID that is used to give the RecognizeDomainSpecificContent a unique ID. More... | |
RecognizeDomainSpecificContent | SetAADToken (string value) |
Sets value for AADToken More... | |
RecognizeDomainSpecificContent | SetAADTokenCol (string value) |
Sets value for AADToken column More... | |
RecognizeDomainSpecificContent | SetCustomAuthHeader (string value) |
Sets value for CustomAuthHeader More... | |
RecognizeDomainSpecificContent | SetCustomAuthHeaderCol (string value) |
Sets value for CustomAuthHeader column More... | |
RecognizeDomainSpecificContent | SetConcurrency (int value) |
Sets value for concurrency More... | |
RecognizeDomainSpecificContent | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
RecognizeDomainSpecificContent | SetErrorCol (string value) |
Sets value for errorCol More... | |
RecognizeDomainSpecificContent | SetHandler (object value) |
Sets value for handler More... | |
RecognizeDomainSpecificContent | SetImageBytes (byte[] value) |
Sets value for imageBytes More... | |
RecognizeDomainSpecificContent | SetImageBytesCol (string value) |
Sets value for imageBytes column More... | |
RecognizeDomainSpecificContent | SetImageUrl (string value) |
Sets value for imageUrl More... | |
RecognizeDomainSpecificContent | SetImageUrlCol (string value) |
Sets value for imageUrl column More... | |
RecognizeDomainSpecificContent | SetModel (string value) |
Sets value for model More... | |
RecognizeDomainSpecificContent | SetModelCol (string value) |
Sets value for model column More... | |
RecognizeDomainSpecificContent | SetOutputCol (string value) |
Sets value for outputCol More... | |
RecognizeDomainSpecificContent | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
RecognizeDomainSpecificContent | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
RecognizeDomainSpecificContent | SetTimeout (double value) |
Sets value for timeout More... | |
RecognizeDomainSpecificContent | SetUrl (string value) |
Sets value for url More... | |
string | GetAADToken () |
Gets AADToken value More... | |
string | GetCustomAuthHeader () |
Gets CustomAuthHeader value 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... | |
byte[] | GetImageBytes () |
Gets imageBytes value More... | |
string | GetImageUrl () |
Gets imageUrl value More... | |
string | GetModel () |
Gets model value More... | |
string | GetOutputCol () |
Gets outputCol value More... | |
string | GetSubscriptionKey () |
Gets subscriptionKey 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< RecognizeDomainSpecificContent > | Read () |
Get the corresponding JavaMLReader instance. More... | |
RecognizeDomainSpecificContent | SetCustomServiceName (string value) |
Sets value for service name More... | |
RecognizeDomainSpecificContent | SetEndpoint (string value) |
Sets value for endpoint More... | |
RecognizeDomainSpecificContent | SetLocation (string value) |
Sets value for location More... | |
RecognizeDomainSpecificContent | SetLinkedService (string value) |
Sets value for linkedService More... | |
Static Public Member Functions | |
static RecognizeDomainSpecificContent | Load (string path) |
Loads the RecognizeDomainSpecificContent that was previously saved using Save(string). More... | |
|
inline |
Creates a RecognizeDomainSpecificContent without any parameters.
|
inline |
Creates a RecognizeDomainSpecificContent with a UID that is used to give the RecognizeDomainSpecificContent a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
string Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.GetAADToken | ( | ) |
Gets AADToken value
int Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.GetCustomAuthHeader | ( | ) |
Gets CustomAuthHeader value
string Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.GetErrorCol | ( | ) |
Gets errorCol value
object Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.GetHandler | ( | ) |
Gets handler value
byte [] Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.GetImageBytes | ( | ) |
Gets imageBytes value
string Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.GetImageUrl | ( | ) |
Gets imageUrl value
string Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.GetModel | ( | ) |
Gets model value
string Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.GetOutputCol | ( | ) |
Gets outputCol value
string Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
double Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.GetUrl | ( | ) |
Gets url value
|
static |
Loads the RecognizeDomainSpecificContent that was previously saved using Save(string).
path | The path the previous RecognizeDomainSpecificContent was saved to |
JavaMLReader<RecognizeDomainSpecificContent> Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.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 |
RecognizeDomainSpecificContent Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.SetAADToken | ( | string | value | ) |
Sets value for AADToken
value | AAD Token used for authentication |
RecognizeDomainSpecificContent Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.SetAADTokenCol | ( | string | value | ) |
Sets value for AADToken column
value | AAD Token used for authentication |
RecognizeDomainSpecificContent Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
value | max number of concurrent calls |
RecognizeDomainSpecificContent Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
RecognizeDomainSpecificContent Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.SetCustomAuthHeader | ( | string | value | ) |
Sets value for CustomAuthHeader
value | A Custom Value for Authorization Header |
RecognizeDomainSpecificContent Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.SetCustomAuthHeaderCol | ( | string | value | ) |
Sets value for CustomAuthHeader column
value | A Custom Value for Authorization Header |
RecognizeDomainSpecificContent Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.SetCustomServiceName | ( | string | value | ) |
Sets value for service name
value | Service name of the cognitive service if it's custom domain |
RecognizeDomainSpecificContent Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.SetEndpoint | ( | string | value | ) |
Sets value for endpoint
value | Endpoint of the cognitive service |
RecognizeDomainSpecificContent Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.SetErrorCol | ( | string | value | ) |
Sets value for errorCol
value | column to hold http errors |
RecognizeDomainSpecificContent Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.SetHandler | ( | object | value | ) |
Sets value for handler
value | Which strategy to use when handling requests |
RecognizeDomainSpecificContent Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.SetImageBytes | ( | byte[] | value | ) |
Sets value for imageBytes
value | bytestream of the image to use |
RecognizeDomainSpecificContent Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.SetImageBytesCol | ( | string | value | ) |
Sets value for imageBytes column
value | bytestream of the image to use |
RecognizeDomainSpecificContent Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.SetImageUrl | ( | string | value | ) |
Sets value for imageUrl
value | the url of the image to use |
RecognizeDomainSpecificContent Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.SetImageUrlCol | ( | string | value | ) |
Sets value for imageUrl column
value | the url of the image to use |
RecognizeDomainSpecificContent Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.SetLinkedService | ( | string | value | ) |
Sets value for linkedService
value | linkedService name |
RecognizeDomainSpecificContent Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.SetLocation | ( | string | value | ) |
Sets value for location
value | Location of the cognitive service |
RecognizeDomainSpecificContent Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.SetModel | ( | string | value | ) |
Sets value for model
value | the domain specific model: celebrities, landmarks |
RecognizeDomainSpecificContent Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.SetModelCol | ( | string | value | ) |
Sets value for model column
value | the domain specific model: celebrities, landmarks |
RecognizeDomainSpecificContent Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
RecognizeDomainSpecificContent Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.SetSubscriptionKey | ( | string | value | ) |
Sets value for subscriptionKey
value | the API key to use |
RecognizeDomainSpecificContent Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
value | the API key to use |
RecognizeDomainSpecificContent Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
RecognizeDomainSpecificContent Synapse.ML.Services.Vision.RecognizeDomainSpecificContent.SetUrl | ( | string | value | ) |
Sets value for url
value | Url of the service |