Synapseml
0.10.0
|
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 | 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... | |
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 | 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. |
int Synapse.ML.Cognitive.VerifyFaces.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Cognitive.VerifyFaces.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string Synapse.ML.Cognitive.VerifyFaces.GetErrorCol | ( | ) |
Gets errorCol value
string Synapse.ML.Cognitive.VerifyFaces.GetFaceId | ( | ) |
Gets faceId value
string Synapse.ML.Cognitive.VerifyFaces.GetFaceId1 | ( | ) |
Gets faceId1 value
string Synapse.ML.Cognitive.VerifyFaces.GetFaceId2 | ( | ) |
Gets faceId2 value
object Synapse.ML.Cognitive.VerifyFaces.GetHandler | ( | ) |
Gets handler value
string Synapse.ML.Cognitive.VerifyFaces.GetLargePersonGroupId | ( | ) |
Gets largePersonGroupId value
string Synapse.ML.Cognitive.VerifyFaces.GetOutputCol | ( | ) |
Gets outputCol value
string Synapse.ML.Cognitive.VerifyFaces.GetPersonGroupId | ( | ) |
Gets personGroupId value
string Synapse.ML.Cognitive.VerifyFaces.GetPersonId | ( | ) |
Gets personId value
string Synapse.ML.Cognitive.VerifyFaces.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
double Synapse.ML.Cognitive.VerifyFaces.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Cognitive.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.Cognitive.VerifyFaces.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Cognitive.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.Cognitive.VerifyFaces.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
value | max number of concurrent calls |
VerifyFaces Synapse.ML.Cognitive.VerifyFaces.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
VerifyFaces Synapse.ML.Cognitive.VerifyFaces.SetErrorCol | ( | string | value | ) |
VerifyFaces Synapse.ML.Cognitive.VerifyFaces.SetFaceId | ( | string | value | ) |
Sets value for faceId
value | faceId of the face, comes from Face - Detect. |
VerifyFaces Synapse.ML.Cognitive.VerifyFaces.SetFaceId1 | ( | string | value | ) |
Sets value for faceId1
value | faceId of one face, comes from Face - Detect. |
VerifyFaces Synapse.ML.Cognitive.VerifyFaces.SetFaceId1Col | ( | string | value | ) |
Sets value for faceId1 column
value | faceId of one face, comes from Face - Detect. |
VerifyFaces Synapse.ML.Cognitive.VerifyFaces.SetFaceId2 | ( | string | value | ) |
Sets value for faceId2
value | faceId of another face, comes from Face - Detect. |
VerifyFaces Synapse.ML.Cognitive.VerifyFaces.SetFaceId2Col | ( | string | value | ) |
Sets value for faceId2 column
value | faceId of another face, comes from Face - Detect. |
VerifyFaces Synapse.ML.Cognitive.VerifyFaces.SetFaceIdCol | ( | string | value | ) |
Sets value for faceId column
value | faceId of the face, comes from Face - Detect. |
VerifyFaces Synapse.ML.Cognitive.VerifyFaces.SetHandler | ( | object | value | ) |
Sets value for handler
value | Which strategy to use when handling requests |
VerifyFaces Synapse.ML.Cognitive.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.Cognitive.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.Cognitive.VerifyFaces.SetLinkedService | ( | string | value | ) |
VerifyFaces Synapse.ML.Cognitive.VerifyFaces.SetLocation | ( | string | value | ) |
Sets value for location
value | Location of the cognitive service |
VerifyFaces Synapse.ML.Cognitive.VerifyFaces.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
VerifyFaces Synapse.ML.Cognitive.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.Cognitive.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.Cognitive.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.Cognitive.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.Cognitive.VerifyFaces.SetSubscriptionKey | ( | string | value | ) |
VerifyFaces Synapse.ML.Cognitive.VerifyFaces.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
value | the API key to use |
VerifyFaces Synapse.ML.Cognitive.VerifyFaces.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
VerifyFaces Synapse.ML.Cognitive.VerifyFaces.SetUrl | ( | string | value | ) |