|
Synapseml
1.0.4
|
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 | SetAADToken (string value) |
| Sets value for AADToken More... | |
| FindSimilarFace | SetAADTokenCol (string value) |
| Sets value for AADToken column More... | |
| FindSimilarFace | SetCustomAuthHeader (string value) |
| Sets value for CustomAuthHeader More... | |
| FindSimilarFace | SetCustomAuthHeaderCol (string value) |
| Sets value for CustomAuthHeader column 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... | |
| 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 | 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 | SetCustomServiceName (string value) |
| Sets value for service name More... | |
| FindSimilarFace | SetEndpoint (string value) |
| Sets value for endpoint 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. |
| string Synapse.ML.Services.Face.FindSimilarFace.GetAADToken | ( | ) |
Gets AADToken value
| int Synapse.ML.Services.Face.FindSimilarFace.GetConcurrency | ( | ) |
Gets concurrency value
| double Synapse.ML.Services.Face.FindSimilarFace.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
| string Synapse.ML.Services.Face.FindSimilarFace.GetCustomAuthHeader | ( | ) |
Gets CustomAuthHeader value
| string Synapse.ML.Services.Face.FindSimilarFace.GetErrorCol | ( | ) |
Gets errorCol value
| string Synapse.ML.Services.Face.FindSimilarFace.GetFaceId | ( | ) |
Gets faceId value
| string [] Synapse.ML.Services.Face.FindSimilarFace.GetFaceIds | ( | ) |
Gets faceIds value
| string Synapse.ML.Services.Face.FindSimilarFace.GetFaceListId | ( | ) |
Gets faceListId value
| object Synapse.ML.Services.Face.FindSimilarFace.GetHandler | ( | ) |
Gets handler value
| string Synapse.ML.Services.Face.FindSimilarFace.GetLargeFaceListId | ( | ) |
Gets largeFaceListId value
| int Synapse.ML.Services.Face.FindSimilarFace.GetMaxNumOfCandidatesReturned | ( | ) |
Gets maxNumOfCandidatesReturned value
| string Synapse.ML.Services.Face.FindSimilarFace.GetMode | ( | ) |
Gets mode value
| string Synapse.ML.Services.Face.FindSimilarFace.GetOutputCol | ( | ) |
Gets outputCol value
| string Synapse.ML.Services.Face.FindSimilarFace.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
| double Synapse.ML.Services.Face.FindSimilarFace.GetTimeout | ( | ) |
Gets timeout value
| string Synapse.ML.Services.Face.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.Services.Face.FindSimilarFace.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Services.Face.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.Services.Face.FindSimilarFace.SetAADToken | ( | string | value | ) |
Sets value for AADToken
| value | AAD Token used for authentication |
| FindSimilarFace Synapse.ML.Services.Face.FindSimilarFace.SetAADTokenCol | ( | string | value | ) |
Sets value for AADToken column
| value | AAD Token used for authentication |
| FindSimilarFace Synapse.ML.Services.Face.FindSimilarFace.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
| value | max number of concurrent calls |
| FindSimilarFace Synapse.ML.Services.Face.FindSimilarFace.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
| value | max number seconds to wait on futures if concurrency >= 1 |
| FindSimilarFace Synapse.ML.Services.Face.FindSimilarFace.SetCustomAuthHeader | ( | string | value | ) |
Sets value for CustomAuthHeader
| value | A Custom Value for Authorization Header |
| FindSimilarFace Synapse.ML.Services.Face.FindSimilarFace.SetCustomAuthHeaderCol | ( | string | value | ) |
Sets value for CustomAuthHeader column
| value | A Custom Value for Authorization Header |
| FindSimilarFace Synapse.ML.Services.Face.FindSimilarFace.SetCustomServiceName | ( | string | value | ) |
Sets value for service name
| value | Service name of the cognitive service if it's custom domain |
| FindSimilarFace Synapse.ML.Services.Face.FindSimilarFace.SetEndpoint | ( | string | value | ) |
Sets value for endpoint
| value | Endpoint of the cognitive service |
| FindSimilarFace Synapse.ML.Services.Face.FindSimilarFace.SetErrorCol | ( | string | value | ) |
Sets value for errorCol
| value | column to hold http errors |
| FindSimilarFace Synapse.ML.Services.Face.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.Services.Face.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.Services.Face.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.Services.Face.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.Services.Face.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.Services.Face.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.Services.Face.FindSimilarFace.SetHandler | ( | object | value | ) |
Sets value for handler
| value | Which strategy to use when handling requests |
| FindSimilarFace Synapse.ML.Services.Face.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.Services.Face.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.Services.Face.FindSimilarFace.SetLinkedService | ( | string | value | ) |
| FindSimilarFace Synapse.ML.Services.Face.FindSimilarFace.SetLocation | ( | string | value | ) |
Sets value for location
| value | Location of the cognitive service |
| FindSimilarFace Synapse.ML.Services.Face.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.Services.Face.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.Services.Face.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.Services.Face.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.Services.Face.FindSimilarFace.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
| value | The name of the output column |
| FindSimilarFace Synapse.ML.Services.Face.FindSimilarFace.SetSubscriptionKey | ( | string | value | ) |
| FindSimilarFace Synapse.ML.Services.Face.FindSimilarFace.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
| value | the API key to use |
| FindSimilarFace Synapse.ML.Services.Face.FindSimilarFace.SetTimeout | ( | double | value | ) |
Sets value for timeout
| value | number of seconds to wait before closing the connection |
| FindSimilarFace Synapse.ML.Services.Face.FindSimilarFace.SetUrl | ( | string | value | ) |
1.8.17