|
Synapseml
1.0.4
|
VerifyFaces implements VerifyFaces More...


Public Member Functions | |
| VerifyFaces () | |
| Creates a VerifyFaces without any parameters. More... | |
| VerifyFaces (string uid) | |
| Creates a VerifyFaces with a UID that is used to give the VerifyFaces a unique ID. More... | |
| VerifyFaces | SetAADToken (string value) |
| Sets value for AADToken More... | |
| VerifyFaces | SetAADTokenCol (string value) |
| Sets value for AADToken column More... | |
| VerifyFaces | SetCustomAuthHeader (string value) |
| Sets value for CustomAuthHeader More... | |
| VerifyFaces | SetCustomAuthHeaderCol (string value) |
| Sets value for CustomAuthHeader column More... | |
| VerifyFaces | SetConcurrency (int value) |
| Sets value for concurrency More... | |
| VerifyFaces | SetConcurrentTimeout (double value) |
| Sets value for concurrentTimeout More... | |
| VerifyFaces | SetErrorCol (string value) |
| Sets value for errorCol More... | |
| VerifyFaces | SetFaceId (string value) |
| Sets value for faceId More... | |
| VerifyFaces | SetFaceIdCol (string value) |
| Sets value for faceId column More... | |
| VerifyFaces | SetFaceId1 (string value) |
| Sets value for faceId1 More... | |
| VerifyFaces | SetFaceId1Col (string value) |
| Sets value for faceId1 column More... | |
| VerifyFaces | SetFaceId2 (string value) |
| Sets value for faceId2 More... | |
| VerifyFaces | SetFaceId2Col (string value) |
| Sets value for faceId2 column More... | |
| VerifyFaces | SetHandler (object value) |
| Sets value for handler More... | |
| VerifyFaces | SetLargePersonGroupId (string value) |
| Sets value for largePersonGroupId More... | |
| VerifyFaces | SetLargePersonGroupIdCol (string value) |
| Sets value for largePersonGroupId column More... | |
| VerifyFaces | SetOutputCol (string value) |
| Sets value for outputCol More... | |
| VerifyFaces | SetPersonGroupId (string value) |
| Sets value for personGroupId More... | |
| VerifyFaces | SetPersonGroupIdCol (string value) |
| Sets value for personGroupId column More... | |
| VerifyFaces | SetPersonId (string value) |
| Sets value for personId More... | |
| VerifyFaces | SetPersonIdCol (string value) |
| Sets value for personId column More... | |
| VerifyFaces | SetSubscriptionKey (string value) |
| Sets value for subscriptionKey More... | |
| VerifyFaces | SetSubscriptionKeyCol (string value) |
| Sets value for subscriptionKey column More... | |
| VerifyFaces | SetTimeout (double value) |
| Sets value for timeout More... | |
| VerifyFaces | 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 | GetFaceId1 () |
| Gets faceId1 value More... | |
| string | GetFaceId2 () |
| Gets faceId2 value More... | |
| object | GetHandler () |
| Gets handler value More... | |
| string | GetLargePersonGroupId () |
| Gets largePersonGroupId value More... | |
| string | GetOutputCol () |
| Gets outputCol value More... | |
| string | GetPersonGroupId () |
| Gets personGroupId value More... | |
| string | GetPersonId () |
| Gets personId 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< VerifyFaces > | Read () |
| Get the corresponding JavaMLReader instance. More... | |
| VerifyFaces | SetCustomServiceName (string value) |
| Sets value for service name More... | |
| VerifyFaces | SetEndpoint (string value) |
| Sets value for endpoint More... | |
| VerifyFaces | SetLocation (string value) |
| Sets value for location More... | |
| VerifyFaces | SetLinkedService (string value) |
| Sets value for linkedService More... | |
Static Public Member Functions | |
| static VerifyFaces | Load (string path) |
| Loads the VerifyFaces that was previously saved using Save(string). More... | |
VerifyFaces implements VerifyFaces
|
inline |
Creates a VerifyFaces without any parameters.
|
inline |
Creates a VerifyFaces with a UID that is used to give the VerifyFaces a unique ID.
| uid | An immutable unique ID for the object and its derivatives. |
| string Synapse.ML.Services.Face.VerifyFaces.GetAADToken | ( | ) |
Gets AADToken value
| int Synapse.ML.Services.Face.VerifyFaces.GetConcurrency | ( | ) |
Gets concurrency value
| double Synapse.ML.Services.Face.VerifyFaces.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
| string Synapse.ML.Services.Face.VerifyFaces.GetCustomAuthHeader | ( | ) |
Gets CustomAuthHeader value
| string Synapse.ML.Services.Face.VerifyFaces.GetErrorCol | ( | ) |
Gets errorCol value
| string Synapse.ML.Services.Face.VerifyFaces.GetFaceId | ( | ) |
Gets faceId value
| string Synapse.ML.Services.Face.VerifyFaces.GetFaceId1 | ( | ) |
Gets faceId1 value
| string Synapse.ML.Services.Face.VerifyFaces.GetFaceId2 | ( | ) |
Gets faceId2 value
| object Synapse.ML.Services.Face.VerifyFaces.GetHandler | ( | ) |
Gets handler value
| string Synapse.ML.Services.Face.VerifyFaces.GetLargePersonGroupId | ( | ) |
Gets largePersonGroupId value
| string Synapse.ML.Services.Face.VerifyFaces.GetOutputCol | ( | ) |
Gets outputCol value
| string Synapse.ML.Services.Face.VerifyFaces.GetPersonGroupId | ( | ) |
Gets personGroupId value
| string Synapse.ML.Services.Face.VerifyFaces.GetPersonId | ( | ) |
Gets personId value
| string Synapse.ML.Services.Face.VerifyFaces.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
| double Synapse.ML.Services.Face.VerifyFaces.GetTimeout | ( | ) |
Gets timeout value
| string Synapse.ML.Services.Face.VerifyFaces.GetUrl | ( | ) |
Gets url value
|
static |
Loads the VerifyFaces that was previously saved using Save(string).
| path | The path the previous VerifyFaces was saved to |
| JavaMLReader<VerifyFaces> Synapse.ML.Services.Face.VerifyFaces.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Services.Face.VerifyFaces.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 |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetAADToken | ( | string | value | ) |
Sets value for AADToken
| value | AAD Token used for authentication |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetAADTokenCol | ( | string | value | ) |
Sets value for AADToken column
| value | AAD Token used for authentication |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
| value | max number of concurrent calls |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
| value | max number seconds to wait on futures if concurrency >= 1 |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetCustomAuthHeader | ( | string | value | ) |
Sets value for CustomAuthHeader
| value | A Custom Value for Authorization Header |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetCustomAuthHeaderCol | ( | string | value | ) |
Sets value for CustomAuthHeader column
| value | A Custom Value for Authorization Header |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetCustomServiceName | ( | string | value | ) |
Sets value for service name
| value | Service name of the cognitive service if it's custom domain |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetEndpoint | ( | string | value | ) |
Sets value for endpoint
| value | Endpoint of the cognitive service |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetErrorCol | ( | string | value | ) |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetFaceId | ( | string | value | ) |
Sets value for faceId
| value | faceId of the face, comes from Face - Detect. |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetFaceId1 | ( | string | value | ) |
Sets value for faceId1
| value | faceId of one face, comes from Face - Detect. |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetFaceId1Col | ( | string | value | ) |
Sets value for faceId1 column
| value | faceId of one face, comes from Face - Detect. |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetFaceId2 | ( | string | value | ) |
Sets value for faceId2
| value | faceId of another face, comes from Face - Detect. |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetFaceId2Col | ( | string | value | ) |
Sets value for faceId2 column
| value | faceId of another face, comes from Face - Detect. |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetFaceIdCol | ( | string | value | ) |
Sets value for faceId column
| value | faceId of the face, comes from Face - Detect. |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetHandler | ( | object | value | ) |
Sets value for handler
| value | Which strategy to use when handling requests |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetLargePersonGroupId | ( | string | value | ) |
Sets value for largePersonGroupId
| value | Using existing largePersonGroupId and personId for fast adding a specified person. largePersonGroupId is created in LargePersonGroup - Create. Parameter personGroupId and largePersonGroupId should not be provided at the same time. |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetLargePersonGroupIdCol | ( | string | value | ) |
Sets value for largePersonGroupId column
| value | Using existing largePersonGroupId and personId for fast adding a specified person. largePersonGroupId is created in LargePersonGroup - Create. Parameter personGroupId and largePersonGroupId should not be provided at the same time. |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetLinkedService | ( | string | value | ) |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetLocation | ( | string | value | ) |
Sets value for location
| value | Location of the cognitive service |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
| value | The name of the output column |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetPersonGroupId | ( | string | value | ) |
Sets value for personGroupId
| value | Using existing personGroupId and personId for fast loading a specified person. personGroupId is created in PersonGroup - Create. Parameter personGroupId and largePersonGroupId should not be provided at the same time. |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetPersonGroupIdCol | ( | string | value | ) |
Sets value for personGroupId column
| value | Using existing personGroupId and personId for fast loading a specified person. personGroupId is created in PersonGroup - Create. Parameter personGroupId and largePersonGroupId should not be provided at the same time. |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetPersonId | ( | string | value | ) |
Sets value for personId
| value | Specify a certain person in a person group or a large person group. personId is created in PersonGroup Person - Create or LargePersonGroup Person - Create. |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetPersonIdCol | ( | string | value | ) |
Sets value for personId column
| value | Specify a certain person in a person group or a large person group. personId is created in PersonGroup Person - Create or LargePersonGroup Person - Create. |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetSubscriptionKey | ( | string | value | ) |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
| value | the API key to use |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetTimeout | ( | double | value | ) |
Sets value for timeout
| value | number of seconds to wait before closing the connection |
| VerifyFaces Synapse.ML.Services.Face.VerifyFaces.SetUrl | ( | string | value | ) |
1.8.17