Synapseml
0.10.0
|
DetectFace implements DetectFace More...
Public Member Functions | |
DetectFace () | |
Creates a DetectFace without any parameters. More... | |
DetectFace (string uid) | |
Creates a DetectFace with a UID that is used to give the DetectFace a unique ID. More... | |
DetectFace | SetConcurrency (int value) |
Sets value for concurrency More... | |
DetectFace | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
DetectFace | SetErrorCol (string value) |
Sets value for errorCol More... | |
DetectFace | SetHandler (object value) |
Sets value for handler More... | |
DetectFace | SetImageUrl (string value) |
Sets value for imageUrl More... | |
DetectFace | SetImageUrlCol (string value) |
Sets value for imageUrl column More... | |
DetectFace | SetOutputCol (string value) |
Sets value for outputCol More... | |
DetectFace | SetReturnFaceAttributes (string[] value) |
Sets value for returnFaceAttributes More... | |
DetectFace | SetReturnFaceAttributesCol (string value) |
Sets value for returnFaceAttributes column More... | |
DetectFace | SetReturnFaceId (bool value) |
Sets value for returnFaceId More... | |
DetectFace | SetReturnFaceIdCol (string value) |
Sets value for returnFaceId column More... | |
DetectFace | SetReturnFaceLandmarks (bool value) |
Sets value for returnFaceLandmarks More... | |
DetectFace | SetReturnFaceLandmarksCol (string value) |
Sets value for returnFaceLandmarks column More... | |
DetectFace | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
DetectFace | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
DetectFace | SetTimeout (double value) |
Sets value for timeout More... | |
DetectFace | 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... | |
object | GetHandler () |
Gets handler value More... | |
string | GetImageUrl () |
Gets imageUrl value More... | |
string | GetOutputCol () |
Gets outputCol value More... | |
string [] | GetReturnFaceAttributes () |
Gets returnFaceAttributes value More... | |
bool | GetReturnFaceId () |
Gets returnFaceId value More... | |
bool | GetReturnFaceLandmarks () |
Gets returnFaceLandmarks 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< DetectFace > | Read () |
Get the corresponding JavaMLReader instance. More... | |
DetectFace | SetLocation (string value) |
Sets value for location More... | |
DetectFace | SetLinkedService (string value) |
Sets value for linkedService More... | |
Static Public Member Functions | |
static DetectFace | Load (string path) |
Loads the DetectFace that was previously saved using Save(string). More... | |
DetectFace implements DetectFace
|
inline |
Creates a DetectFace without any parameters.
|
inline |
Creates a DetectFace with a UID that is used to give the DetectFace a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
int Synapse.ML.Cognitive.DetectFace.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Cognitive.DetectFace.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string Synapse.ML.Cognitive.DetectFace.GetErrorCol | ( | ) |
Gets errorCol value
object Synapse.ML.Cognitive.DetectFace.GetHandler | ( | ) |
Gets handler value
string Synapse.ML.Cognitive.DetectFace.GetImageUrl | ( | ) |
Gets imageUrl value
string Synapse.ML.Cognitive.DetectFace.GetOutputCol | ( | ) |
Gets outputCol value
string [] Synapse.ML.Cognitive.DetectFace.GetReturnFaceAttributes | ( | ) |
Gets returnFaceAttributes value
bool Synapse.ML.Cognitive.DetectFace.GetReturnFaceId | ( | ) |
Gets returnFaceId value
bool Synapse.ML.Cognitive.DetectFace.GetReturnFaceLandmarks | ( | ) |
Gets returnFaceLandmarks value
string Synapse.ML.Cognitive.DetectFace.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
double Synapse.ML.Cognitive.DetectFace.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Cognitive.DetectFace.GetUrl | ( | ) |
Gets url value
|
static |
Loads the DetectFace that was previously saved using Save(string).
path | The path the previous DetectFace was saved to |
JavaMLReader<DetectFace> Synapse.ML.Cognitive.DetectFace.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Cognitive.DetectFace.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 |
DetectFace Synapse.ML.Cognitive.DetectFace.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
value | max number of concurrent calls |
DetectFace Synapse.ML.Cognitive.DetectFace.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
DetectFace Synapse.ML.Cognitive.DetectFace.SetErrorCol | ( | string | value | ) |
DetectFace Synapse.ML.Cognitive.DetectFace.SetHandler | ( | object | value | ) |
Sets value for handler
value | Which strategy to use when handling requests |
DetectFace Synapse.ML.Cognitive.DetectFace.SetImageUrl | ( | string | value | ) |
DetectFace Synapse.ML.Cognitive.DetectFace.SetImageUrlCol | ( | string | value | ) |
Sets value for imageUrl column
value | the url of the image to use |
DetectFace Synapse.ML.Cognitive.DetectFace.SetLinkedService | ( | string | value | ) |
DetectFace Synapse.ML.Cognitive.DetectFace.SetLocation | ( | string | value | ) |
Sets value for location
value | Location of the cognitive service |
DetectFace Synapse.ML.Cognitive.DetectFace.SetOutputCol | ( | string | value | ) |
DetectFace Synapse.ML.Cognitive.DetectFace.SetReturnFaceAttributes | ( | string [] | value | ) |
Sets value for returnFaceAttributes
value | Analyze and return the one or more specified face attributes Supported face attributes include: age, gender, headPose, smile, facialHair, glasses, emotion, hair, makeup, occlusion, accessories, blur, exposure and noise. Face attribute analysis has additional computational and time cost. |
DetectFace Synapse.ML.Cognitive.DetectFace.SetReturnFaceAttributesCol | ( | string | value | ) |
Sets value for returnFaceAttributes column
value | Analyze and return the one or more specified face attributes Supported face attributes include: age, gender, headPose, smile, facialHair, glasses, emotion, hair, makeup, occlusion, accessories, blur, exposure and noise. Face attribute analysis has additional computational and time cost. |
DetectFace Synapse.ML.Cognitive.DetectFace.SetReturnFaceId | ( | bool | value | ) |
Sets value for returnFaceId
value | Return faceIds of the detected faces or not. The default value is true |
DetectFace Synapse.ML.Cognitive.DetectFace.SetReturnFaceIdCol | ( | string | value | ) |
Sets value for returnFaceId column
value | Return faceIds of the detected faces or not. The default value is true |
DetectFace Synapse.ML.Cognitive.DetectFace.SetReturnFaceLandmarks | ( | bool | value | ) |
Sets value for returnFaceLandmarks
value | Return face landmarks of the detected faces or not. The default value is false. |
DetectFace Synapse.ML.Cognitive.DetectFace.SetReturnFaceLandmarksCol | ( | string | value | ) |
Sets value for returnFaceLandmarks column
value | Return face landmarks of the detected faces or not. The default value is false. |
DetectFace Synapse.ML.Cognitive.DetectFace.SetSubscriptionKey | ( | string | value | ) |
DetectFace Synapse.ML.Cognitive.DetectFace.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
value | the API key to use |
DetectFace Synapse.ML.Cognitive.DetectFace.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
DetectFace Synapse.ML.Cognitive.DetectFace.SetUrl | ( | string | value | ) |