Package

com.microsoft.ml.spark

cognitive

Permalink

package cognitive

Visibility
  1. Public
  2. All

Type Members

  1. case class ADEntireResponse(isAnomaly: Seq[Boolean], isPositiveAnomaly: Seq[Boolean], isNegativeAnomaly: Seq[Boolean], period: Int, expectedValues: Seq[Double], upperMargins: Seq[Double], lowerMargins: Seq[Double]) extends Product with Serializable

    Permalink
  2. case class ADLastResponse(isAnomaly: Boolean, isPositiveAnomaly: Boolean, isNegativeAnomaly: Boolean, period: Int, expectedValue: Double, upperMargin: Double, lowerMargin: Double, suggestedWindow: Int) extends Product with Serializable

    Permalink
  3. case class ADRequest(series: Seq[TimeSeriesPoint], granularity: String, maxAnomalyRatio: Option[Double], sensitivity: Option[Int], customInterval: Option[Int], period: Option[Int]) extends Product with Serializable

    Permalink
  4. case class ADSingleResponse(isAnomaly: Boolean, isPositiveAnomaly: Boolean, isNegativeAnomaly: Boolean, period: Int, expectedValue: Double, upperMargin: Double, lowerMargin: Double) extends Product with Serializable

    Permalink
  5. case class AIAdult(isAdultContent: Boolean, isRacyContent: Boolean, adultScore: Double, racyScore: Double) extends Product with Serializable

    Permalink
  6. case class AIBrand(name: String, rectangle: Rectangle2) extends Product with Serializable

    Permalink
  7. case class AICaption(text: String, confidence: Double) extends Product with Serializable

    Permalink
  8. case class AICategory(name: String, score: Double, detail: Option[AIDetail]) extends Product with Serializable

    Permalink
  9. case class AIColor(dominantColorForeground: String, dominantColorBackground: String, dominantColors: Seq[String], accentColor: String, isBwImg: Option[Boolean]) extends Product with Serializable

    Permalink
  10. case class AIDescription(tags: Seq[String], captions: Seq[AICaption]) extends Product with Serializable

    Permalink
  11. case class AIDetail(celebrities: Option[Seq[DSIRCelebrity]], landmarks: Option[Seq[DSIRLandmark]]) extends Product with Serializable

    Permalink
  12. case class AIFace(age: Int, gender: String, faceRectangle: Rectangle) extends Product with Serializable

    Permalink
  13. case class AIImageType(clipArtType: Int, lineDrawingType: Int) extends Product with Serializable

    Permalink
  14. case class AIMetadata(width: Int, height: Int, format: String) extends Product with Serializable

    Permalink
  15. case class AIObject(rectangle: Rectangle2, object: String, confidence: Double) extends Product with Serializable

    Permalink
  16. 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

    Permalink
  17. case class AITag(name: String, confidence: Double) extends Product with Serializable

    Permalink
  18. case class ASResponse(key: String, status: Boolean, errorMessage: Option[String], statusCode: Int) extends Product with Serializable

    Permalink
  19. case class ASResponses(value: Seq[ASResponse]) extends Product with Serializable

    Permalink
  20. class AddDocuments extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasActionCol with HasServiceName with HasIndexName with HasBatchSize

    Permalink
  21. class AnalyzeImage extends CognitiveServicesBase with HasImageInput with HasInternalJsonOutputParser with HasCognitiveServiceInput with HasSetLocation

    Permalink
  22. abstract class AnomalyDetectorBase extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation

    Permalink
  23. case class BingImage(accentColor: String, contentSize: String, contentUrl: String, datePublished: String, encodingFormat: String, height: Int, hostPageDisplayUrl: String, hostPageUrl: String, id: String, imageId: String, imageInsightsToken: String, insightsMetadata: String, name: String, thumbnail: BingMediaSize, thumbnailUrl: String, webSearchUrl: String, width: Int) extends Product with Serializable

    Permalink
  24. class BingImageSearch extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser

    Permalink
    Annotations
    @InternalWrapper()
  25. case class BingImagesResponse(_type: String, instrumentation: BingInstrumentation, webSearchUrl: String, totalEstimatedMatches: Int, nextOffset: Int, value: Seq[BingImage], pivotSuggestions: Seq[BingPivot], queryExpansions: Seq[BingQuery], relatedSearches: Seq[BingQuery]) extends Product with Serializable

    Permalink
  26. case class BingInstrumentation(_type: String) extends Product with Serializable

    Permalink
  27. case class BingMediaSize(height: Int, width: Int) extends Product with Serializable

    Permalink
  28. case class BingPivot(pivot: String, suggestions: Seq[BingQuery]) extends Product with Serializable

    Permalink
  29. case class BingQuery(displayText: String, searchLink: String, text: String, thumbnail: BingThumbnail, webSearchUrl: String) extends Product with Serializable

    Permalink
  30. case class BingThumbnail(thumbnailUrl: String) extends Product with Serializable

    Permalink
  31. abstract class CognitiveServicesBase extends CognitiveServicesBaseWithoutHandler with HasHandler

    Permalink
  32. abstract class CognitiveServicesBaseWithoutHandler extends Transformer with HTTPParams with HasOutputCol with HasURL with ComplexParamsWritable with HasSubscriptionKey with HasErrorCol

    Permalink
  33. case class DSIRCelebrity(name: String, faceRectangle: Rectangle, confidence: Double) extends Product with Serializable

    Permalink
  34. case class DSIRLandmark(name: String, confidence: Double) extends Product with Serializable

    Permalink
  35. case class DSIRMetadata(width: Int, height: Int, format: String) extends Product with Serializable

    Permalink
  36. case class DSIRResponse(requestId: String, metadata: DSIRMetadata, result: DSIRResult) extends Product with Serializable

    Permalink
  37. case class DSIRResult(celebrities: Option[Seq[DSIRCelebrity]], landmarks: Option[Seq[DSIRLandmark]]) extends Product with Serializable

    Permalink
  38. class DescribeImage extends CognitiveServicesBase with HasCognitiveServiceInput with HasImageInput with HasInternalJsonOutputParser with HasSetLocation

    Permalink
  39. case class DescribeImageResponse(description: ImageDescription, requestID: String, metadata: ImageMetadata) extends Product with Serializable

    Permalink
  40. case class DetailedSpeechResponse(Confidence: Double, Lexical: String, ITN: String, MaskedITN: String, Display: String) extends Product with Serializable

    Permalink
  41. class DetectAnomalies extends AnomalyDetectorBase

    Permalink
  42. case class DetectEntitiesScore(id: String, entities: Seq[Entity]) extends Product with Serializable

    Permalink
  43. class DetectFace extends CognitiveServicesBase with HasImageUrl with HasServiceParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation

    Permalink
  44. case class DetectLanguageScore(id: String, detectedLanguages: Seq[DetectedLanguage]) extends Product with Serializable

    Permalink
  45. class DetectLastAnomaly extends AnomalyDetectorBase

    Permalink
  46. case class DetectedLanguage(name: String, iso6391Name: String, score: Double) extends Product with Serializable

    Permalink
  47. case class Entity(name: String, matches: Seq[Match], wikipediaLanguage: String, wikipediaId: String, wikipediaUrl: String, bingId: String) extends Product with Serializable

    Permalink
  48. class EntityDetector extends TextAnalyticsBase

    Permalink
  49. class FindSimilarFace extends CognitiveServicesBase with HasServiceParams with HasMaxNumOfCandidatesReturned with HasFaceIds with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation

    Permalink
  50. class GenerateThumbnails extends CognitiveServicesBase with HasImageInput with HasWidth with HasHeight with HasSmartCropping with HasInternalJsonOutputParser with HasCognitiveServiceInput with HasSetLocation

    Permalink
  51. class GroupFaces extends CognitiveServicesBase with HasServiceParams with HasFaceIds with HasSetLocation with HasCognitiveServiceInput with HasInternalJsonOutputParser

    Permalink
  52. trait HasActionCol extends HasServiceParams

    Permalink
  53. trait HasCognitiveServiceInput extends HasURL with HasSubscriptionKey

    Permalink
  54. trait HasDetectOrientation extends HasServiceParams

    Permalink
  55. trait HasFaceIds extends HasServiceParams

    Permalink
  56. trait HasHeight extends HasServiceParams

    Permalink
  57. trait HasImageBytes extends HasServiceParams

    Permalink
  58. trait HasImageInput extends HasImageUrl with HasImageBytes with HasCognitiveServiceInput

    Permalink
  59. trait HasImageUrl extends HasServiceParams

    Permalink
  60. trait HasIndexName extends HasServiceParams

    Permalink
  61. trait HasInternalJsonOutputParser extends AnyRef

    Permalink
  62. trait HasLanguage extends HasServiceParams

    Permalink
  63. trait HasMaxNumOfCandidatesReturned extends HasServiceParams

    Permalink
  64. trait HasServiceName extends HasServiceParams

    Permalink
  65. trait HasServiceParams extends Params

    Permalink
  66. trait HasSetLocation extends Wrappable

    Permalink
  67. trait HasSmartCropping extends HasServiceParams

    Permalink
  68. trait HasSubscriptionKey extends HasServiceParams

    Permalink
  69. trait HasWidth extends HasServiceParams

    Permalink
  70. class IdentifyFaces extends CognitiveServicesBase with HasServiceParams with HasMaxNumOfCandidatesReturned with HasFaceIds with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation

    Permalink
  71. case class ImageCaptions(text: String, confidence: Double) extends Product with Serializable

    Permalink
  72. case class ImageDescription(tags: Seq[String], captions: Seq[ImageCaptions]) extends Product with Serializable

    Permalink
  73. case class ImageMetadata(width: Int, height: Int, format: String) extends Product with Serializable

    Permalink
  74. case class ImageTag(name: String, confidence: Double, hint: Option[String]) extends Product with Serializable

    Permalink
  75. case class IndexField(name: String, type: String, searchable: Option[Boolean], filterable: Option[Boolean], sortable: Option[Boolean], facetable: Option[Boolean], retrievable: Option[Boolean], key: Option[Boolean], analyzer: Option[String], searchAnalyzer: Option[String], indexAnalyzer: Option[String], synonymMap: Option[String], fields: Option[Seq[IndexField]]) extends Product with Serializable

    Permalink
  76. case class IndexInfo(name: Option[String], fields: Seq[IndexField], suggesters: Option[Seq[String]], scoringProfiles: Option[Seq[String]], analyzers: Option[Seq[String]], charFilters: Option[Seq[String]], tokenizers: Option[Seq[String]], tokenFilters: Option[Seq[String]], defaultScoringProfile: Option[Seq[String]], corsOptions: Option[Seq[String]]) extends Product with Serializable

    Permalink
  77. case class IndexList(@odata.context: String, value: Seq[IndexName]) extends Product with Serializable

    Permalink
  78. trait IndexLister extends AnyRef

    Permalink
  79. case class IndexName(name: String) extends Product with Serializable

    Permalink
  80. trait IndexParser extends AnyRef

    Permalink
  81. case class IndexStats(documentCount: Int, storageSize: Int) extends Product with Serializable

    Permalink
  82. class KeyPhraseExtractor extends TextAnalyticsBase

    Permalink
  83. case class KeyPhraseScore(id: String, keyPhrases: Seq[String]) extends Product with Serializable

    Permalink
  84. class LanguageDetector extends TextAnalyticsBase

    Permalink
  85. case class LocalNEREntity(value: String, startIndex: Int, precision: Double, category: String) extends Product with Serializable

    Permalink
  86. case class LocalNERScore(id: String, entities: Seq[LocalNEREntity]) extends Product with Serializable

    Permalink
  87. case class Match(text: String, offset: Int, length: Int) extends Product with Serializable

    Permalink
  88. class NER extends TextAnalyticsBase

    Permalink
  89. case class NERDoc(id: String, entities: Seq[NEREntity]) extends Product with Serializable

    Permalink
  90. case class NEREntity(name: String, matches: Seq[NERMatch], type: Option[String], subtype: Option[String], wikipediaLanguage: Option[String], wikipediaId: Option[String], wikipediaUrl: Option[String], bingId: Option[String]) extends Product with Serializable

    Permalink
  91. case class NERMatch(text: String, offset: Int, length: Int) extends Product with Serializable

    Permalink
  92. class OCR extends CognitiveServicesBase with HasLanguage with HasImageInput with HasDetectOrientation with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation

    Permalink
  93. case class OCRLine(boundingBox: String, words: Seq[OCRWord]) extends Product with Serializable

    Permalink
  94. case class OCRRegion(boundingBox: String, lines: Seq[OCRLine]) extends Product with Serializable

    Permalink
  95. case class OCRResponse(language: String, textAngle: Option[Double], orientation: String, regions: Seq[OCRRegion]) extends Product with Serializable

    Permalink
  96. case class OCRWord(boundingBox: String, text: String) extends Product with Serializable

    Permalink
  97. case class RTLine(boundingBox: Array[Int], text: String, words: Array[RTWord]) extends Product with Serializable

    Permalink
  98. case class RTResponse(status: String, recognitionResult: RTResult) extends Product with Serializable

    Permalink
  99. case class RTResult(lines: Array[RTLine]) extends Product with Serializable

    Permalink
  100. case class RTWord(boundingBox: Array[Int], text: String) extends Product with Serializable

    Permalink
  101. class RecognizeDomainSpecificContent extends CognitiveServicesBase with HasImageInput with HasServiceParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation

    Permalink
  102. class RecognizeText extends CognitiveServicesBaseWithoutHandler with HasImageInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation

    Permalink
  103. case class Rectangle(left: Int, top: Int, width: Int, height: Int) extends Product with Serializable

    Permalink
  104. case class Rectangle2(x: Int, y: Int, w: Int, h: Int) extends Product with Serializable

    Permalink
  105. case class SentimentScore(id: String, score: Float) extends Product with Serializable

    Permalink
  106. class SimpleDetectAnomalies extends AnomalyDetectorBase with HasOutputCol

    Permalink
  107. case class SpeechResponse(RecognitionStatus: String, Offset: Int, Duration: Int, DisplayText: Option[String], NBest: Option[Seq[DetailedSpeechResponse]]) extends Product with Serializable

    Permalink
  108. class SpeechToText extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation

    Permalink
  109. case class TADocument(language: Option[String], id: String, text: String) extends Product with Serializable

    Permalink
  110. case class TAError(id: String, message: String) extends Product with Serializable

    Permalink
  111. case class TARequest(documents: Seq[TADocument]) extends Product with Serializable

    Permalink
  112. case class TAResponse[T](documents: Seq[T], errors: Option[Seq[TAError]]) extends Product with Serializable

    Permalink
  113. class TagImage extends CognitiveServicesBase with HasImageInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation

    Permalink
  114. case class TagImagesResponse(tags: Seq[ImageTag], requestId: String, metaData: ImageMetadata) extends Product with Serializable

    Permalink
  115. abstract class TextAnalyticsBase extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation

    Permalink
  116. class TextSentiment extends TextAnalyticsBase

    Permalink
  117. case class TimeSeriesPoint(timestamp: String, value: Double) extends Product with Serializable

    Permalink
  118. class VerifyFaces extends CognitiveServicesBase with HasServiceParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation

    Permalink

Value Members

  1. object ADEntireResponse extends SparkBindings[ADEntireResponse]

    Permalink
  2. object ADLastResponse extends SparkBindings[ADLastResponse]

    Permalink
  3. object ADRequest extends SparkBindings[ADRequest]

    Permalink
  4. object ADSingleResponse extends SparkBindings[ADSingleResponse]

    Permalink
  5. object AIResponse extends SparkBindings[AIResponse]

    Permalink
  6. object ASResponses extends SparkBindings[ASResponses]

    Permalink
  7. object AddDocuments extends ComplexParamsReadable[AddDocuments] with Serializable

    Permalink
  8. object AnalyzeImage extends ComplexParamsReadable[AnalyzeImage] with Serializable

    Permalink
  9. object AnomalyDetectorProtocol

    Permalink
  10. object AzureSearchAPIConstants

    Permalink
  11. object AzureSearchProtocol

    Permalink
  12. object AzureSearchWriter extends IndexParser with Logging

    Permalink
  13. object BingImage extends SparkBindings[BingImage]

    Permalink
  14. object BingImageSearch extends ComplexParamsReadable[BingImageSearch] with Serializable

    Permalink
  15. object BingImagesResponse extends SparkBindings[BingImagesResponse]

    Permalink
  16. object CognitiveServiceUtils

    Permalink
  17. object DSIRResponse extends SparkBindings[DSIRResponse]

    Permalink
  18. object DescribeImage extends ComplexParamsReadable[DescribeImage] with Serializable

    Permalink
  19. object DescribeImageResponse extends SparkBindings[DescribeImageResponse]

    Permalink
  20. object DetectAnomalies extends ComplexParamsReadable[DetectAnomalies] with Serializable

    Permalink
  21. object DetectEntitiesResponse extends SparkBindings[TAResponse[DetectEntitiesScore]]

    Permalink
  22. object DetectFace extends ComplexParamsReadable[DetectFace] with Serializable

    Permalink
  23. object DetectLanguageResponse extends SparkBindings[TAResponse[DetectLanguageScore]]

    Permalink
  24. object DetectLastAnomaly extends ComplexParamsReadable[DetectLastAnomaly] with Serializable

    Permalink
  25. object EntityDetector extends ComplexParamsReadable[EntityDetector] with Serializable

    Permalink
  26. object FindSimilarFace extends ComplexParamsReadable[FindSimilarFace] with Serializable

    Permalink
  27. object GenerateThumbnails extends ComplexParamsReadable[GenerateThumbnails] with Serializable

    Permalink
  28. object GroupFaces extends ComplexParamsReadable[GroupFaces] with Serializable

    Permalink
  29. object IdentifyFaces extends ComplexParamsReadable[IdentifyFaces] with Serializable

    Permalink
  30. object KeyPhraseExtractor extends ComplexParamsReadable[EntityDetector] with Serializable

    Permalink
  31. object KeyPhraseResponse extends SparkBindings[TAResponse[KeyPhraseScore]]

    Permalink
  32. object LanguageDetector extends ComplexParamsReadable[LanguageDetector] with Serializable

    Permalink
  33. object LocalNERResponse extends SparkBindings[TAResponse[LocalNERScore]]

    Permalink
  34. object NER extends ComplexParamsReadable[NER] with Serializable

    Permalink
  35. object NERResponse extends SparkBindings[TAResponse[NERDoc]]

    Permalink
  36. object OCR extends ComplexParamsReadable[OCR] with Serializable

    Permalink
  37. object OCRResponse extends SparkBindings[OCRResponse]

    Permalink
  38. object RESTHelpers

    Permalink
  39. object RTResponse extends SparkBindings[RTResponse]

    Permalink
  40. object RecognizeDomainSpecificContent extends ComplexParamsReadable[RecognizeDomainSpecificContent] with Serializable

    Permalink
  41. object RecognizeText extends ComplexParamsReadable[RecognizeText] with Serializable

    Permalink
  42. object SearchIndex extends IndexParser with IndexLister

    Permalink
  43. object SentimentResponse extends SparkBindings[TAResponse[SentimentScore]]

    Permalink
  44. object SimpleDetectAnomalies extends ComplexParamsReadable[SimpleDetectAnomalies] with Serializable

    Permalink
  45. object SpeechResponse extends SparkBindings[SpeechResponse]

    Permalink
  46. object SpeechToText extends ComplexParamsReadable[SpeechToText] with Serializable

    Permalink
  47. object TADocument extends SparkBindings[TADocument]

    Permalink
  48. object TAError extends SparkBindings[TAError]

    Permalink
  49. object TAJSONFormat

    Permalink
  50. object TARequest extends SparkBindings[TARequest]

    Permalink
  51. object TagImage extends ComplexParamsReadable[TagImage] with Serializable

    Permalink
  52. object TagImagesResponse extends SparkBindings[TagImagesResponse]

    Permalink
  53. object TextSentiment extends ComplexParamsReadable[TextSentiment] with Serializable

    Permalink
  54. object TimeSeriesPoint extends SparkBindings[TimeSeriesPoint]

    Permalink
  55. object URLEncodingUtils

    Permalink
  56. object VerifyFaces extends ComplexParamsReadable[VerifyFaces] with Serializable

    Permalink
  57. package cognitive

    Permalink

Ungrouped