Packages

package face

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Accessory(type: String, confidence: Double) extends Product with Serializable
  2. case class Blur(blurLevel: String, value: Double) extends Product with Serializable
  3. case class Candidate(personId: String, confidence: Double) extends Product with Serializable
  4. case class Color(color: String, confidence: Double) extends Product with Serializable
  5. class DetectFace extends CognitiveServicesBase with HasImageUrl with HasServiceParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with SynapseMLLogging with HasSetLinkedService
  6. case class Emotion(anger: Double, contempt: Double, disgust: Double, fear: Double, happiness: Double, neutral: Double, sadness: Double, surprise: Double) extends Product with Serializable
  7. case class Exposure(exposureLevel: String, value: Double) extends Product with Serializable
  8. case class Face(faceId: String, faceRectangle: Rectangle, faceLandmarks: Option[Map[String, Point]], faceAttributes: Option[FaceAttributes]) extends Product with Serializable
  9. case class FaceAttributes(age: Option[Double], gender: Option[String], smile: Option[Double], facialHair: Option[FacialHair], glasses: Option[String], headPose: Option[HeadPose], emotion: Option[Emotion], hair: Option[Hair], makeup: Option[Makeup], occlusion: Option[Occlusion], accessories: Option[Seq[Accessory]], blur: Option[Blur], exposure: Option[Exposure], noise: Option[Noise]) extends Product with Serializable
  10. case class FaceGrouping(groups: Array[Array[String]], messyGroup: Array[String]) extends Product with Serializable
  11. case class FaceListContents(faceListId: String, name: String, userData: Option[String], persistedFaces: Array[PersistedFaceInfo]) extends Product with Serializable
  12. case class FaceListInfo(faceListId: String, name: String, userData: Option[String]) extends Product with Serializable
  13. case class FacialHair(moustache: Double, beard: Double, sideburns: Double) extends Product with Serializable
  14. class FindSimilarFace extends CognitiveServicesBase with HasServiceParams with HasMaxNumOfCandidatesReturned with HasFaceIds with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with SynapseMLLogging with HasSetLinkedService
  15. case class FoundFace(persistedFaceId: Option[String], faceId: Option[String], confidence: Double) extends Product with Serializable
  16. class GroupFaces extends CognitiveServicesBase with HasServiceParams with HasFaceIds with HasSetLocation with HasCognitiveServiceInput with HasInternalJsonOutputParser with SynapseMLLogging with HasSetLinkedService
  17. case class Hair(bald: Double, invisible: Boolean, hairColor: Array[Color]) extends Product with Serializable
  18. trait HasFaceIds extends HasServiceParams
  19. trait HasMaxNumOfCandidatesReturned extends HasServiceParams
  20. case class HeadPose(roll: Double, yaw: Double, pitch: Double) extends Product with Serializable
  21. case class IdentifiedFace(faceId: String, candidates: Seq[Candidate]) extends Product with Serializable
  22. class IdentifyFaces extends CognitiveServicesBase with HasServiceParams with HasMaxNumOfCandidatesReturned with HasFaceIds with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with SynapseMLLogging with HasSetLinkedService
  23. case class Makeup(eyeMakeup: Boolean, lipMakeup: Boolean) extends Product with Serializable
  24. case class Noise(noiseLevel: String, value: Double) extends Product with Serializable
  25. case class Occlusion(foreheadOccluded: Boolean, eyeOccluded: Boolean, mouthOccluded: Boolean) extends Product with Serializable
  26. case class PersistedFaceInfo(persistedFaceId: String, userData: Option[String]) extends Product with Serializable
  27. case class PersonGroupInfo(personGroupId: String, name: String, userData: Option[String]) extends Product with Serializable
  28. case class PersonGroupTrainingStatus(status: String, createdDateTime: String, lastActionDateTime: String, message: Option[String]) extends Product with Serializable
  29. case class PersonInfo(personId: String, name: String, userData: Option[String], persistedFaceIds: Seq[String]) extends Product with Serializable
  30. case class Point(x: Double, y: Double) extends Product with Serializable
  31. class VerifyFaces extends CognitiveServicesBase with HasServiceParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with SynapseMLLogging with HasSetLinkedService

Ungrouped