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