|
Synapseml
1.0.4
|
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 | SetAADToken (string value) |
| Sets value for AADToken More... | |
| DetectFace | SetAADTokenCol (string value) |
| Sets value for AADToken column More... | |
| DetectFace | SetCustomAuthHeader (string value) |
| Sets value for CustomAuthHeader More... | |
| DetectFace | SetCustomAuthHeaderCol (string value) |
| Sets value for CustomAuthHeader column 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... | |
| 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... | |
| 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 | SetCustomServiceName (string value) |
| Sets value for service name More... | |
| DetectFace | SetEndpoint (string value) |
| Sets value for endpoint 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. |
| string Synapse.ML.Services.Face.DetectFace.GetAADToken | ( | ) |
Gets AADToken value
| int Synapse.ML.Services.Face.DetectFace.GetConcurrency | ( | ) |
Gets concurrency value
| double Synapse.ML.Services.Face.DetectFace.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
| string Synapse.ML.Services.Face.DetectFace.GetCustomAuthHeader | ( | ) |
Gets CustomAuthHeader value
| string Synapse.ML.Services.Face.DetectFace.GetErrorCol | ( | ) |
Gets errorCol value
| object Synapse.ML.Services.Face.DetectFace.GetHandler | ( | ) |
Gets handler value
| string Synapse.ML.Services.Face.DetectFace.GetImageUrl | ( | ) |
Gets imageUrl value
| string Synapse.ML.Services.Face.DetectFace.GetOutputCol | ( | ) |
Gets outputCol value
| string [] Synapse.ML.Services.Face.DetectFace.GetReturnFaceAttributes | ( | ) |
Gets returnFaceAttributes value
| bool Synapse.ML.Services.Face.DetectFace.GetReturnFaceId | ( | ) |
Gets returnFaceId value
| bool Synapse.ML.Services.Face.DetectFace.GetReturnFaceLandmarks | ( | ) |
Gets returnFaceLandmarks value
| string Synapse.ML.Services.Face.DetectFace.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
| double Synapse.ML.Services.Face.DetectFace.GetTimeout | ( | ) |
Gets timeout value
| string Synapse.ML.Services.Face.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.Services.Face.DetectFace.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Services.Face.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.Services.Face.DetectFace.SetAADToken | ( | string | value | ) |
Sets value for AADToken
| value | AAD Token used for authentication |
| DetectFace Synapse.ML.Services.Face.DetectFace.SetAADTokenCol | ( | string | value | ) |
Sets value for AADToken column
| value | AAD Token used for authentication |
| DetectFace Synapse.ML.Services.Face.DetectFace.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
| value | max number of concurrent calls |
| DetectFace Synapse.ML.Services.Face.DetectFace.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
| value | max number seconds to wait on futures if concurrency >= 1 |
| DetectFace Synapse.ML.Services.Face.DetectFace.SetCustomAuthHeader | ( | string | value | ) |
Sets value for CustomAuthHeader
| value | A Custom Value for Authorization Header |
| DetectFace Synapse.ML.Services.Face.DetectFace.SetCustomAuthHeaderCol | ( | string | value | ) |
Sets value for CustomAuthHeader column
| value | A Custom Value for Authorization Header |
| DetectFace Synapse.ML.Services.Face.DetectFace.SetCustomServiceName | ( | string | value | ) |
Sets value for service name
| value | Service name of the cognitive service if it's custom domain |
| DetectFace Synapse.ML.Services.Face.DetectFace.SetEndpoint | ( | string | value | ) |
Sets value for endpoint
| value | Endpoint of the cognitive service |
| DetectFace Synapse.ML.Services.Face.DetectFace.SetErrorCol | ( | string | value | ) |
| DetectFace Synapse.ML.Services.Face.DetectFace.SetHandler | ( | object | value | ) |
Sets value for handler
| value | Which strategy to use when handling requests |
| DetectFace Synapse.ML.Services.Face.DetectFace.SetImageUrl | ( | string | value | ) |
| DetectFace Synapse.ML.Services.Face.DetectFace.SetImageUrlCol | ( | string | value | ) |
Sets value for imageUrl column
| value | the url of the image to use |
| DetectFace Synapse.ML.Services.Face.DetectFace.SetLinkedService | ( | string | value | ) |
| DetectFace Synapse.ML.Services.Face.DetectFace.SetLocation | ( | string | value | ) |
Sets value for location
| value | Location of the cognitive service |
| DetectFace Synapse.ML.Services.Face.DetectFace.SetOutputCol | ( | string | value | ) |
| DetectFace Synapse.ML.Services.Face.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.Services.Face.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.Services.Face.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.Services.Face.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.Services.Face.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.Services.Face.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.Services.Face.DetectFace.SetSubscriptionKey | ( | string | value | ) |
| DetectFace Synapse.ML.Services.Face.DetectFace.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
| value | the API key to use |
| DetectFace Synapse.ML.Services.Face.DetectFace.SetTimeout | ( | double | value | ) |
Sets value for timeout
| value | number of seconds to wait before closing the connection |
| DetectFace Synapse.ML.Services.Face.DetectFace.SetUrl | ( | string | value | ) |
1.8.17