GroupFaces implements GroupFaces More...
Public Member Functions | |
GroupFaces () | |
Creates a GroupFaces without any parameters. More... | |
GroupFaces (string uid) | |
Creates a GroupFaces with a UID that is used to give the GroupFaces a unique ID. More... | |
GroupFaces | SetAADToken (string value) |
Sets value for AADToken More... | |
GroupFaces | SetAADTokenCol (string value) |
Sets value for AADToken column More... | |
GroupFaces | SetCustomAuthHeader (string value) |
Sets value for CustomAuthHeader More... | |
GroupFaces | SetCustomAuthHeaderCol (string value) |
Sets value for CustomAuthHeader column More... | |
GroupFaces | SetConcurrency (int value) |
Sets value for concurrency More... | |
GroupFaces | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
GroupFaces | SetErrorCol (string value) |
Sets value for errorCol More... | |
GroupFaces | SetFaceIds (string[] value) |
Sets value for faceIds More... | |
GroupFaces | SetFaceIdsCol (string value) |
Sets value for faceIds column More... | |
GroupFaces | SetHandler (object value) |
Sets value for handler More... | |
GroupFaces | SetOutputCol (string value) |
Sets value for outputCol More... | |
GroupFaces | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
GroupFaces | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
GroupFaces | SetTimeout (double value) |
Sets value for timeout More... | |
GroupFaces | 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... | |
string[] | GetFaceIds () |
Gets faceIds value More... | |
object | GetHandler () |
Gets handler 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< GroupFaces > | Read () |
Get the corresponding JavaMLReader instance. More... | |
GroupFaces | SetCustomServiceName (string value) |
Sets value for service name More... | |
GroupFaces | SetEndpoint (string value) |
Sets value for endpoint More... | |
GroupFaces | SetLocation (string value) |
Sets value for location More... | |
GroupFaces | SetLinkedService (string value) |
Sets value for linkedService More... | |
Static Public Member Functions | |
static GroupFaces | Load (string path) |
Loads the GroupFaces that was previously saved using Save(string). More... | |
GroupFaces implements GroupFaces
|
inline |
Creates a GroupFaces without any parameters.
|
inline |
Creates a GroupFaces with a UID that is used to give the GroupFaces a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
string Synapse.ML.Services.Face.GroupFaces.GetAADToken | ( | ) |
Gets AADToken value
int Synapse.ML.Services.Face.GroupFaces.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Services.Face.GroupFaces.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string Synapse.ML.Services.Face.GroupFaces.GetCustomAuthHeader | ( | ) |
Gets CustomAuthHeader value
string Synapse.ML.Services.Face.GroupFaces.GetErrorCol | ( | ) |
Gets errorCol value
string [] Synapse.ML.Services.Face.GroupFaces.GetFaceIds | ( | ) |
Gets faceIds value
object Synapse.ML.Services.Face.GroupFaces.GetHandler | ( | ) |
Gets handler value
string Synapse.ML.Services.Face.GroupFaces.GetOutputCol | ( | ) |
Gets outputCol value
string Synapse.ML.Services.Face.GroupFaces.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
double Synapse.ML.Services.Face.GroupFaces.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Services.Face.GroupFaces.GetUrl | ( | ) |
Gets url value
|
static |
Loads the GroupFaces that was previously saved using Save(string).
path | The path the previous GroupFaces was saved to |
JavaMLReader<GroupFaces> Synapse.ML.Services.Face.GroupFaces.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Services.Face.GroupFaces.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 |
GroupFaces Synapse.ML.Services.Face.GroupFaces.SetAADToken | ( | string | value | ) |
Sets value for AADToken
value | AAD Token used for authentication |
GroupFaces Synapse.ML.Services.Face.GroupFaces.SetAADTokenCol | ( | string | value | ) |
Sets value for AADToken column
value | AAD Token used for authentication |
GroupFaces Synapse.ML.Services.Face.GroupFaces.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
value | max number of concurrent calls |
GroupFaces Synapse.ML.Services.Face.GroupFaces.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
GroupFaces Synapse.ML.Services.Face.GroupFaces.SetCustomAuthHeader | ( | string | value | ) |
Sets value for CustomAuthHeader
value | A Custom Value for Authorization Header |
GroupFaces Synapse.ML.Services.Face.GroupFaces.SetCustomAuthHeaderCol | ( | string | value | ) |
Sets value for CustomAuthHeader column
value | A Custom Value for Authorization Header |
GroupFaces Synapse.ML.Services.Face.GroupFaces.SetCustomServiceName | ( | string | value | ) |
Sets value for service name
value | Service name of the cognitive service if it's custom domain |
GroupFaces Synapse.ML.Services.Face.GroupFaces.SetEndpoint | ( | string | value | ) |
Sets value for endpoint
value | Endpoint of the cognitive service |
GroupFaces Synapse.ML.Services.Face.GroupFaces.SetErrorCol | ( | string | value | ) |
GroupFaces Synapse.ML.Services.Face.GroupFaces.SetFaceIds | ( | string[] | value | ) |
Sets value for faceIds
value | Array of candidate faceId created by Face - Detect. The maximum is 1000 faces. |
GroupFaces Synapse.ML.Services.Face.GroupFaces.SetFaceIdsCol | ( | string | value | ) |
Sets value for faceIds column
value | Array of candidate faceId created by Face - Detect. The maximum is 1000 faces. |
GroupFaces Synapse.ML.Services.Face.GroupFaces.SetHandler | ( | object | value | ) |
Sets value for handler
value | Which strategy to use when handling requests |
GroupFaces Synapse.ML.Services.Face.GroupFaces.SetLinkedService | ( | string | value | ) |
GroupFaces Synapse.ML.Services.Face.GroupFaces.SetLocation | ( | string | value | ) |
Sets value for location
value | Location of the cognitive service |
GroupFaces Synapse.ML.Services.Face.GroupFaces.SetOutputCol | ( | string | value | ) |
GroupFaces Synapse.ML.Services.Face.GroupFaces.SetSubscriptionKey | ( | string | value | ) |
GroupFaces Synapse.ML.Services.Face.GroupFaces.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
value | the API key to use |
GroupFaces Synapse.ML.Services.Face.GroupFaces.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
GroupFaces Synapse.ML.Services.Face.GroupFaces.SetUrl | ( | string | value | ) |