Synapseml
0.10.0
|
FindSimilarFace implements FindSimilarFace More...
Public Member Functions | |
FindSimilarFace () | |
Creates a FindSimilarFace without any parameters. More... | |
FindSimilarFace (string uid) | |
Creates a FindSimilarFace with a UID that is used to give the FindSimilarFace a unique ID. More... | |
FindSimilarFace | SetConcurrency (int value) |
Sets value for concurrency More... | |
FindSimilarFace | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
FindSimilarFace | SetErrorCol (string value) |
Sets value for errorCol More... | |
FindSimilarFace | SetFaceId (string value) |
Sets value for faceId More... | |
FindSimilarFace | SetFaceIdCol (string value) |
Sets value for faceId column More... | |
FindSimilarFace | SetFaceIds (string[] value) |
Sets value for faceIds More... | |
FindSimilarFace | SetFaceIdsCol (string value) |
Sets value for faceIds column More... | |
FindSimilarFace | SetFaceListId (string value) |
Sets value for faceListId More... | |
FindSimilarFace | SetFaceListIdCol (string value) |
Sets value for faceListId column More... | |
FindSimilarFace | SetHandler (object value) |
Sets value for handler More... | |
FindSimilarFace | SetLargeFaceListId (string value) |
Sets value for largeFaceListId More... | |
FindSimilarFace | SetLargeFaceListIdCol (string value) |
Sets value for largeFaceListId column More... | |
FindSimilarFace | SetMaxNumOfCandidatesReturned (int value) |
Sets value for maxNumOfCandidatesReturned More... | |
FindSimilarFace | SetMaxNumOfCandidatesReturnedCol (string value) |
Sets value for maxNumOfCandidatesReturned column More... | |
FindSimilarFace | SetMode (string value) |
Sets value for mode More... | |
FindSimilarFace | SetModeCol (string value) |
Sets value for mode column More... | |
FindSimilarFace | SetOutputCol (string value) |
Sets value for outputCol More... | |
FindSimilarFace | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
FindSimilarFace | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
FindSimilarFace | SetTimeout (double value) |
Sets value for timeout More... | |
FindSimilarFace | SetUrl (string value) |
Sets value for url More... | |
int | GetConcurrency () |
Gets concurrency value More... | |
double | GetConcurrentTimeout () |
Gets concurrentTimeout value More... | |
string | GetErrorCol () |
Gets errorCol value More... | |
string | GetFaceId () |
Gets faceId value More... | |
string [] | GetFaceIds () |
Gets faceIds value More... | |
string | GetFaceListId () |
Gets faceListId value More... | |
object | GetHandler () |
Gets handler value More... | |
string | GetLargeFaceListId () |
Gets largeFaceListId value More... | |
int | GetMaxNumOfCandidatesReturned () |
Gets maxNumOfCandidatesReturned value More... | |
string | GetMode () |
Gets mode 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< FindSimilarFace > | Read () |
Get the corresponding JavaMLReader instance. More... | |
FindSimilarFace | SetLocation (string value) |
Sets value for location More... | |
FindSimilarFace | SetLinkedService (string value) |
Sets value for linkedService More... | |
Static Public Member Functions | |
static FindSimilarFace | Load (string path) |
Loads the FindSimilarFace that was previously saved using Save(string). More... | |
FindSimilarFace implements FindSimilarFace
|
inline |
Creates a FindSimilarFace without any parameters.
|
inline |
Creates a FindSimilarFace with a UID that is used to give the FindSimilarFace a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
int Synapse.ML.Cognitive.FindSimilarFace.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Cognitive.FindSimilarFace.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string Synapse.ML.Cognitive.FindSimilarFace.GetErrorCol | ( | ) |
Gets errorCol value
string Synapse.ML.Cognitive.FindSimilarFace.GetFaceId | ( | ) |
Gets faceId value
string [] Synapse.ML.Cognitive.FindSimilarFace.GetFaceIds | ( | ) |
Gets faceIds value
string Synapse.ML.Cognitive.FindSimilarFace.GetFaceListId | ( | ) |
Gets faceListId value
object Synapse.ML.Cognitive.FindSimilarFace.GetHandler | ( | ) |
Gets handler value
string Synapse.ML.Cognitive.FindSimilarFace.GetLargeFaceListId | ( | ) |
Gets largeFaceListId value
int Synapse.ML.Cognitive.FindSimilarFace.GetMaxNumOfCandidatesReturned | ( | ) |
Gets maxNumOfCandidatesReturned value
string Synapse.ML.Cognitive.FindSimilarFace.GetMode | ( | ) |
Gets mode value
string Synapse.ML.Cognitive.FindSimilarFace.GetOutputCol | ( | ) |
Gets outputCol value
string Synapse.ML.Cognitive.FindSimilarFace.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
double Synapse.ML.Cognitive.FindSimilarFace.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Cognitive.FindSimilarFace.GetUrl | ( | ) |
Gets url value
|
static |
Loads the FindSimilarFace that was previously saved using Save(string).
path | The path the previous FindSimilarFace was saved to |
JavaMLReader<FindSimilarFace> Synapse.ML.Cognitive.FindSimilarFace.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Cognitive.FindSimilarFace.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 |
FindSimilarFace Synapse.ML.Cognitive.FindSimilarFace.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
value | max number of concurrent calls |
FindSimilarFace Synapse.ML.Cognitive.FindSimilarFace.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
FindSimilarFace Synapse.ML.Cognitive.FindSimilarFace.SetErrorCol | ( | string | value | ) |
Sets value for errorCol
value | column to hold http errors |
FindSimilarFace Synapse.ML.Cognitive.FindSimilarFace.SetFaceId | ( | string | value | ) |
Sets value for faceId
value | faceId of the query face. User needs to call FaceDetect first to get a valid faceId. Note that this faceId is not persisted and will expire 24 hours after the detection call. |
FindSimilarFace Synapse.ML.Cognitive.FindSimilarFace.SetFaceIdCol | ( | string | value | ) |
Sets value for faceId column
value | faceId of the query face. User needs to call FaceDetect first to get a valid faceId. Note that this faceId is not persisted and will expire 24 hours after the detection call. |
FindSimilarFace Synapse.ML.Cognitive.FindSimilarFace.SetFaceIds | ( | string [] | value | ) |
Sets value for faceIds
value | An array of candidate faceIds. All of them are created by FaceDetect and the faceIds will expire 24 hours after the detection call. The number of faceIds is limited to 1000. Parameter faceListId, largeFaceListId and faceIds should not be provided at the same time. |
FindSimilarFace Synapse.ML.Cognitive.FindSimilarFace.SetFaceIdsCol | ( | string | value | ) |
Sets value for faceIds column
value | An array of candidate faceIds. All of them are created by FaceDetect and the faceIds will expire 24 hours after the detection call. The number of faceIds is limited to 1000. Parameter faceListId, largeFaceListId and faceIds should not be provided at the same time. |
FindSimilarFace Synapse.ML.Cognitive.FindSimilarFace.SetFaceListId | ( | string | value | ) |
Sets value for faceListId
value | An existing user-specified unique candidate face list, created in FaceList - Create. Face list contains a set of persistedFaceIds which are persisted and will never expire. Parameter faceListId, largeFaceListId and faceIds should not be provided at the same time. |
FindSimilarFace Synapse.ML.Cognitive.FindSimilarFace.SetFaceListIdCol | ( | string | value | ) |
Sets value for faceListId column
value | An existing user-specified unique candidate face list, created in FaceList - Create. Face list contains a set of persistedFaceIds which are persisted and will never expire. Parameter faceListId, largeFaceListId and faceIds should not be provided at the same time. |
FindSimilarFace Synapse.ML.Cognitive.FindSimilarFace.SetHandler | ( | object | value | ) |
Sets value for handler
value | Which strategy to use when handling requests |
FindSimilarFace Synapse.ML.Cognitive.FindSimilarFace.SetLargeFaceListId | ( | string | value | ) |
Sets value for largeFaceListId
value | An existing user-specified unique candidate large face list, created in LargeFaceList - Create. Large face list contains a set of persistedFaceIds which are persisted and will never expire. Parameter faceListId, largeFaceListId and faceIds should not be provided at the same time. |
FindSimilarFace Synapse.ML.Cognitive.FindSimilarFace.SetLargeFaceListIdCol | ( | string | value | ) |
Sets value for largeFaceListId column
value | An existing user-specified unique candidate large face list, created in LargeFaceList - Create. Large face list contains a set of persistedFaceIds which are persisted and will never expire. Parameter faceListId, largeFaceListId and faceIds should not be provided at the same time. |
FindSimilarFace Synapse.ML.Cognitive.FindSimilarFace.SetLinkedService | ( | string | value | ) |
FindSimilarFace Synapse.ML.Cognitive.FindSimilarFace.SetLocation | ( | string | value | ) |
Sets value for location
value | Location of the cognitive service |
FindSimilarFace Synapse.ML.Cognitive.FindSimilarFace.SetMaxNumOfCandidatesReturned | ( | int | value | ) |
Sets value for maxNumOfCandidatesReturned
value | Optional parameter. The number of top similar faces returned. The valid range is [1, 1000].It defaults to 20. |
FindSimilarFace Synapse.ML.Cognitive.FindSimilarFace.SetMaxNumOfCandidatesReturnedCol | ( | string | value | ) |
Sets value for maxNumOfCandidatesReturned column
value | Optional parameter. The number of top similar faces returned. The valid range is [1, 1000].It defaults to 20. |
FindSimilarFace Synapse.ML.Cognitive.FindSimilarFace.SetMode | ( | string | value | ) |
Sets value for mode
value | Optional parameter. Similar face searching mode. It can be 'matchPerson' or 'matchFace'. It defaults to 'matchPerson'. |
FindSimilarFace Synapse.ML.Cognitive.FindSimilarFace.SetModeCol | ( | string | value | ) |
Sets value for mode column
value | Optional parameter. Similar face searching mode. It can be 'matchPerson' or 'matchFace'. It defaults to 'matchPerson'. |
FindSimilarFace Synapse.ML.Cognitive.FindSimilarFace.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
FindSimilarFace Synapse.ML.Cognitive.FindSimilarFace.SetSubscriptionKey | ( | string | value | ) |
FindSimilarFace Synapse.ML.Cognitive.FindSimilarFace.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
value | the API key to use |
FindSimilarFace Synapse.ML.Cognitive.FindSimilarFace.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
FindSimilarFace Synapse.ML.Cognitive.FindSimilarFace.SetUrl | ( | string | value | ) |