Synapseml
0.10.0
|
IdentifyFaces implements IdentifyFaces More...
Public Member Functions | |
IdentifyFaces () | |
Creates a IdentifyFaces without any parameters. More... | |
IdentifyFaces (string uid) | |
Creates a IdentifyFaces with a UID that is used to give the IdentifyFaces a unique ID. More... | |
IdentifyFaces | SetConcurrency (int value) |
Sets value for concurrency More... | |
IdentifyFaces | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
IdentifyFaces | SetConfidenceThreshold (double value) |
Sets value for confidenceThreshold More... | |
IdentifyFaces | SetConfidenceThresholdCol (string value) |
Sets value for confidenceThreshold column More... | |
IdentifyFaces | SetErrorCol (string value) |
Sets value for errorCol More... | |
IdentifyFaces | SetFaceIds (string[] value) |
Sets value for faceIds More... | |
IdentifyFaces | SetFaceIdsCol (string value) |
Sets value for faceIds column More... | |
IdentifyFaces | SetHandler (object value) |
Sets value for handler More... | |
IdentifyFaces | SetLargePersonGroupId (string value) |
Sets value for largePersonGroupId More... | |
IdentifyFaces | SetLargePersonGroupIdCol (string value) |
Sets value for largePersonGroupId column More... | |
IdentifyFaces | SetMaxNumOfCandidatesReturned (int value) |
Sets value for maxNumOfCandidatesReturned More... | |
IdentifyFaces | SetMaxNumOfCandidatesReturnedCol (string value) |
Sets value for maxNumOfCandidatesReturned column More... | |
IdentifyFaces | SetOutputCol (string value) |
Sets value for outputCol More... | |
IdentifyFaces | SetPersonGroupId (string value) |
Sets value for personGroupId More... | |
IdentifyFaces | SetPersonGroupIdCol (string value) |
Sets value for personGroupId column More... | |
IdentifyFaces | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
IdentifyFaces | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
IdentifyFaces | SetTimeout (double value) |
Sets value for timeout More... | |
IdentifyFaces | SetUrl (string value) |
Sets value for url More... | |
int | GetConcurrency () |
Gets concurrency value More... | |
double | GetConcurrentTimeout () |
Gets concurrentTimeout value More... | |
double | GetConfidenceThreshold () |
Gets confidenceThreshold value More... | |
string | GetErrorCol () |
Gets errorCol value More... | |
string [] | GetFaceIds () |
Gets faceIds value More... | |
object | GetHandler () |
Gets handler value More... | |
string | GetLargePersonGroupId () |
Gets largePersonGroupId value More... | |
int | GetMaxNumOfCandidatesReturned () |
Gets maxNumOfCandidatesReturned value More... | |
string | GetOutputCol () |
Gets outputCol value More... | |
string | GetPersonGroupId () |
Gets personGroupId 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< IdentifyFaces > | Read () |
Get the corresponding JavaMLReader instance. More... | |
IdentifyFaces | SetLocation (string value) |
Sets value for location More... | |
IdentifyFaces | SetLinkedService (string value) |
Sets value for linkedService More... | |
Static Public Member Functions | |
static IdentifyFaces | Load (string path) |
Loads the IdentifyFaces that was previously saved using Save(string). More... | |
IdentifyFaces implements IdentifyFaces
|
inline |
Creates a IdentifyFaces without any parameters.
|
inline |
Creates a IdentifyFaces with a UID that is used to give the IdentifyFaces a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
int Synapse.ML.Cognitive.IdentifyFaces.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Cognitive.IdentifyFaces.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
double Synapse.ML.Cognitive.IdentifyFaces.GetConfidenceThreshold | ( | ) |
Gets confidenceThreshold value
string Synapse.ML.Cognitive.IdentifyFaces.GetErrorCol | ( | ) |
Gets errorCol value
string [] Synapse.ML.Cognitive.IdentifyFaces.GetFaceIds | ( | ) |
Gets faceIds value
object Synapse.ML.Cognitive.IdentifyFaces.GetHandler | ( | ) |
Gets handler value
string Synapse.ML.Cognitive.IdentifyFaces.GetLargePersonGroupId | ( | ) |
Gets largePersonGroupId value
int Synapse.ML.Cognitive.IdentifyFaces.GetMaxNumOfCandidatesReturned | ( | ) |
Gets maxNumOfCandidatesReturned value
string Synapse.ML.Cognitive.IdentifyFaces.GetOutputCol | ( | ) |
Gets outputCol value
string Synapse.ML.Cognitive.IdentifyFaces.GetPersonGroupId | ( | ) |
Gets personGroupId value
string Synapse.ML.Cognitive.IdentifyFaces.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
double Synapse.ML.Cognitive.IdentifyFaces.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Cognitive.IdentifyFaces.GetUrl | ( | ) |
Gets url value
|
static |
Loads the IdentifyFaces that was previously saved using Save(string).
path | The path the previous IdentifyFaces was saved to |
JavaMLReader<IdentifyFaces> Synapse.ML.Cognitive.IdentifyFaces.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Cognitive.IdentifyFaces.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 |
IdentifyFaces Synapse.ML.Cognitive.IdentifyFaces.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
value | max number of concurrent calls |
IdentifyFaces Synapse.ML.Cognitive.IdentifyFaces.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
IdentifyFaces Synapse.ML.Cognitive.IdentifyFaces.SetConfidenceThreshold | ( | double | value | ) |
Sets value for confidenceThreshold
value | Optional parameter.Customized identification confidence threshold, in the range of [0, 1].Advanced user can tweak this value to override defaultinternal threshold for better precision on their scenario data.Note there is no guarantee of this threshold value workingon other data and after algorithm updates. |
IdentifyFaces Synapse.ML.Cognitive.IdentifyFaces.SetConfidenceThresholdCol | ( | string | value | ) |
Sets value for confidenceThreshold column
value | Optional parameter.Customized identification confidence threshold, in the range of [0, 1].Advanced user can tweak this value to override defaultinternal threshold for better precision on their scenario data.Note there is no guarantee of this threshold value workingon other data and after algorithm updates. |
IdentifyFaces Synapse.ML.Cognitive.IdentifyFaces.SetErrorCol | ( | string | value | ) |
IdentifyFaces Synapse.ML.Cognitive.IdentifyFaces.SetFaceIds | ( | string [] | value | ) |
Sets value for faceIds
value | Array of query faces faceIds, created by the Face - Detect. Each of the faces are identified independently. The valid number of faceIds is between [1, 10]. |
IdentifyFaces Synapse.ML.Cognitive.IdentifyFaces.SetFaceIdsCol | ( | string | value | ) |
Sets value for faceIds column
value | Array of query faces faceIds, created by the Face - Detect. Each of the faces are identified independently. The valid number of faceIds is between [1, 10]. |
IdentifyFaces Synapse.ML.Cognitive.IdentifyFaces.SetHandler | ( | object | value | ) |
Sets value for handler
value | Which strategy to use when handling requests |
IdentifyFaces Synapse.ML.Cognitive.IdentifyFaces.SetLargePersonGroupId | ( | string | value | ) |
Sets value for largePersonGroupId
value | largePersonGroupId of the target large person group, created by LargePersonGroup - Create. Parameter personGroupId and largePersonGroupId should not be provided at the same time. |
IdentifyFaces Synapse.ML.Cognitive.IdentifyFaces.SetLargePersonGroupIdCol | ( | string | value | ) |
Sets value for largePersonGroupId column
value | largePersonGroupId of the target large person group, created by LargePersonGroup - Create. Parameter personGroupId and largePersonGroupId should not be provided at the same time. |
IdentifyFaces Synapse.ML.Cognitive.IdentifyFaces.SetLinkedService | ( | string | value | ) |
IdentifyFaces Synapse.ML.Cognitive.IdentifyFaces.SetLocation | ( | string | value | ) |
Sets value for location
value | Location of the cognitive service |
IdentifyFaces Synapse.ML.Cognitive.IdentifyFaces.SetMaxNumOfCandidatesReturned | ( | int | value | ) |
Sets value for maxNumOfCandidatesReturned
value | The range of maxNumOfCandidatesReturned is between 1 and 100 (default is 10). |
IdentifyFaces Synapse.ML.Cognitive.IdentifyFaces.SetMaxNumOfCandidatesReturnedCol | ( | string | value | ) |
Sets value for maxNumOfCandidatesReturned column
value | The range of maxNumOfCandidatesReturned is between 1 and 100 (default is 10). |
IdentifyFaces Synapse.ML.Cognitive.IdentifyFaces.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
IdentifyFaces Synapse.ML.Cognitive.IdentifyFaces.SetPersonGroupId | ( | string | value | ) |
Sets value for personGroupId
value | personGroupId of the target person group, created by PersonGroup - Create. Parameter personGroupId and largePersonGroupId should not be provided at the same time. |
IdentifyFaces Synapse.ML.Cognitive.IdentifyFaces.SetPersonGroupIdCol | ( | string | value | ) |
Sets value for personGroupId column
value | personGroupId of the target person group, created by PersonGroup - Create. Parameter personGroupId and largePersonGroupId should not be provided at the same time. |
IdentifyFaces Synapse.ML.Cognitive.IdentifyFaces.SetSubscriptionKey | ( | string | value | ) |
IdentifyFaces Synapse.ML.Cognitive.IdentifyFaces.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
value | the API key to use |
IdentifyFaces Synapse.ML.Cognitive.IdentifyFaces.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
IdentifyFaces Synapse.ML.Cognitive.IdentifyFaces.SetUrl | ( | string | value | ) |