package vision

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AIAdult(isAdultContent: Boolean, isRacyContent: Boolean, adultScore: Double, racyScore: Double) extends Product with Serializable
  2. case class AIBrand(name: String, rectangle: Rectangle2) extends Product with Serializable
  3. case class AICaption(text: String, confidence: Double) extends Product with Serializable
  4. case class AICategory(name: String, score: Double, detail: Option[AIDetail]) extends Product with Serializable
  5. case class AIColor(dominantColorForeground: String, dominantColorBackground: String, dominantColors: Seq[String], accentColor: String, isBwImg: Option[Boolean]) extends Product with Serializable
  6. case class AIDescription(tags: Seq[String], captions: Seq[AICaption]) extends Product with Serializable
  7. case class AIDetail(celebrities: Option[Seq[DSIRCelebrity]], landmarks: Option[Seq[DSIRLandmark]]) extends Product with Serializable
  8. case class AIFace(age: Int, gender: String, faceRectangle: Rectangle) extends Product with Serializable
  9. case class AIImageType(clipArtType: Int, lineDrawingType: Int) extends Product with Serializable
  10. case class AIMetadata(width: Int, height: Int, format: String) extends Product with Serializable
  11. case class AIObject(rectangle: Rectangle2, object: String, confidence: Double) extends Product with Serializable
  12. case class AIResponse(categories: Option[Seq[AICategory]], adult: Option[AIAdult], tags: Option[Seq[AITag]], description: Option[AIDescription], requestId: String, metadata: AIMetadata, faces: Option[Seq[AIFace]], color: Option[AIColor], imageType: Option[AIImageType], brands: Option[Seq[AIBrand]], objects: Option[Seq[AIObject]]) extends Product with Serializable
  13. case class AITag(name: String, confidence: Double) extends Product with Serializable
  14. class AnalyzeImage extends CognitiveServicesBase with HasImageInput with HasInternalJsonOutputParser with HasCognitiveServiceInput with HasSetLocation with SynapseMLLogging with HasSetLinkedService
  15. trait BasicAsyncReply extends HasAsyncReply
  16. case class DSIRCelebrity(name: String, faceRectangle: Rectangle, confidence: Double) extends Product with Serializable
  17. case class DSIRLandmark(name: String, confidence: Double) extends Product with Serializable
  18. case class DSIRMetadata(width: Int, height: Int, format: String) extends Product with Serializable
  19. case class DSIRResponse(requestId: String, metadata: DSIRMetadata, result: DSIRResult) extends Product with Serializable
  20. case class DSIRResult(celebrities: Option[Seq[DSIRCelebrity]], landmarks: Option[Seq[DSIRLandmark]]) extends Product with Serializable
  21. class DescribeImage extends CognitiveServicesBase with HasCognitiveServiceInput with HasImageInput with HasInternalJsonOutputParser with HasSetLocation with SynapseMLLogging with HasSetLinkedService
  22. case class DescribeImageResponse(description: ImageDescription, requestID: String, metadata: ImageMetadata) extends Product with Serializable
  23. class GenerateThumbnails extends CognitiveServicesBase with HasImageInput with HasWidth with HasHeight with HasSmartCropping with HasCognitiveServiceInput with HasSetLocation with SynapseMLLogging with HasSetLinkedService
  24. trait HasAsyncReply extends Params
  25. trait HasDetectOrientation extends HasServiceParams
  26. trait HasHeight extends HasServiceParams
  27. trait HasImageBytes extends HasServiceParams
  28. trait HasImageInput extends HasImageUrl with HasImageBytes with HasCognitiveServiceInput
  29. trait HasImageUrl extends HasServiceParams
  30. trait HasSmartCropping extends HasServiceParams
  31. trait HasWidth extends HasServiceParams
  32. case class ImageCaptions(text: String, confidence: Double) extends Product with Serializable
  33. case class ImageDescription(tags: Seq[String], captions: Seq[ImageCaptions]) extends Product with Serializable
  34. case class ImageMetadata(width: Int, height: Int, format: String) extends Product with Serializable
  35. case class ImageTag(name: String, confidence: Double, hint: Option[String]) extends Product with Serializable
  36. class OCR extends CognitiveServicesBase with HasLanguage with HasImageInput with HasDetectOrientation with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with SynapseMLLogging with HasSetLinkedService
  37. case class OCRLine(boundingBox: String, words: Seq[OCRWord]) extends Product with Serializable
  38. case class OCRRegion(boundingBox: String, lines: Seq[OCRLine]) extends Product with Serializable
  39. case class OCRResponse(language: String, textAngle: Option[Double], orientation: String, regions: Seq[OCRRegion]) extends Product with Serializable
  40. case class OCRWord(boundingBox: String, text: String) extends Product with Serializable
  41. case class RTLine(boundingBox: Array[Int], text: String, words: Array[RTWord]) extends Product with Serializable
  42. case class RTResponse(status: String, recognitionResult: RTResult) extends Product with Serializable
  43. case class RTResult(lines: Array[RTLine]) extends Product with Serializable
  44. case class RTWord(boundingBox: Array[Int], text: String) extends Product with Serializable
  45. case class ReadAnalyzeResult(version: String, readResults: Seq[ReadResult]) extends Product with Serializable
  46. class ReadImage extends CognitiveServicesBaseNoHandler with BasicAsyncReply with HasImageInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with SynapseMLLogging with HasSetLinkedService
  47. case class ReadLine(boundingBox: Array[Double], text: String, words: Array[ReadWord]) extends Product with Serializable
  48. case class ReadResponse(status: String, createdDateTime: String, lastUpdatedDateTime: String, analyzeResult: ReadAnalyzeResult) extends Product with Serializable
  49. case class ReadResult(page: Int, language: Option[String], angle: Double, width: Double, height: Double, unit: String, lines: Array[ReadLine]) extends Product with Serializable
  50. case class ReadWord(boundingBox: Array[Double], text: String, confidence: Double) extends Product with Serializable
  51. class RecognizeDomainSpecificContent extends CognitiveServicesBase with HasImageInput with HasServiceParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with SynapseMLLogging with HasSetLinkedService
  52. class RecognizeText extends CognitiveServicesBaseNoHandler with BasicAsyncReply with HasImageInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with SynapseMLLogging with HasSetLinkedService
  53. class TagImage extends CognitiveServicesBase with HasImageInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with SynapseMLLogging with HasSetLinkedService
  54. case class TagImagesResponse(tags: Seq[ImageTag], requestId: String, metaData: ImageMetadata) extends Product with Serializable

Ungrouped