Packages

p

com.microsoft.ml.spark

cognitive

package cognitive

Ordering
  1. Alphabetic
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
  2. case class ADLastResponse(isAnomaly: Boolean, isPositiveAnomaly: Boolean, isNegativeAnomaly: Boolean, period: Int, expectedValue: Double, upperMargin: Double, lowerMargin: Double, suggestedWindow: Int) extends Product with Serializable
  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
  4. case class ADSingleResponse(isAnomaly: Boolean, isPositiveAnomaly: Boolean, isNegativeAnomaly: Boolean, period: Int, expectedValue: Double, upperMargin: Double, lowerMargin: Double) extends Product with Serializable
  5. case class AIAdult(isAdultContent: Boolean, isRacyContent: Boolean, adultScore: Double, racyScore: Double) extends Product with Serializable
  6. case class AIBrand(name: String, rectangle: Rectangle2) extends Product with Serializable
  7. case class AICaption(text: String, confidence: Double) extends Product with Serializable
  8. case class AICategory(name: String, score: Double, detail: Option[AIDetail]) extends Product with Serializable
  9. case class AIColor(dominantColorForeground: String, dominantColorBackground: String, dominantColors: Seq[String], accentColor: String, isBwImg: Option[Boolean]) extends Product with Serializable
  10. case class AIDescription(tags: Seq[String], captions: Seq[AICaption]) extends Product with Serializable
  11. case class AIDetail(celebrities: Option[Seq[DSIRCelebrity]], landmarks: Option[Seq[DSIRLandmark]]) extends Product with Serializable
  12. case class AIFace(age: Int, gender: String, faceRectangle: Rectangle) extends Product with Serializable
  13. case class AIImageType(clipArtType: Int, lineDrawingType: Int) extends Product with Serializable
  14. case class AIMetadata(width: Int, height: Int, format: String) extends Product with Serializable
  15. case class AIObject(rectangle: Rectangle2, object: String, confidence: Double) extends Product with Serializable
  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
  17. case class AITag(name: String, confidence: Double) extends Product with Serializable
  18. case class ASResponse(key: String, status: Boolean, errorMessage: Option[String], statusCode: Int) extends Product with Serializable
  19. case class ASResponses(value: Seq[ASResponse]) extends Product with Serializable
  20. case class Accessory(type: String, confidence: Double) extends Product with Serializable
  21. class AddDocuments extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasActionCol with HasServiceName with HasIndexName with HasBatchSize with BasicLogging
  22. case class Alignment(proj: String) extends Product with Serializable
  23. case class AlternativeDetectResponse(language: String, score: Double, isTranslationSupported: Boolean, isTransliterationSupported: Boolean) extends Product with Serializable
  24. class AnalyzeBusinessCards extends FormRecognizerBase with BasicLogging with HasPages with HasTextDetails with HasLocale
  25. class AnalyzeCustomModel extends FormRecognizerBase with BasicLogging with HasTextDetails with HasModelID
  26. class AnalyzeIDDocuments extends FormRecognizerBase with BasicLogging with HasPages with HasTextDetails
  27. class AnalyzeImage extends CognitiveServicesBase with HasImageInput with HasInternalJsonOutputParser with HasCognitiveServiceInput with HasSetLocation with BasicLogging with HasSetLinkedService
  28. class AnalyzeInvoices extends FormRecognizerBase with BasicLogging with HasPages with HasTextDetails with HasLocale
  29. class AnalyzeLayout extends FormRecognizerBase with BasicLogging with HasPages
  30. class AnalyzeReceipts extends FormRecognizerBase with BasicLogging with HasPages with HasTextDetails with HasLocale
  31. case class AnalyzeResponse(status: String, createdDateTime: String, lastUpdatedDateTime: String, analyzeResult: AnalyzeResult) extends Product with Serializable
  32. case class AnalyzeResult(version: String, readResults: Seq[FormReadResult], pageResults: Option[Seq[PageResult]], documentResults: Option[Seq[DocumentResult]]) extends Product with Serializable
  33. abstract class AnomalyDetectorBase extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService
  34. case class BackTranslation(normalizedText: String, displayText: String, numExamples: Int, frequencyCount: Int) extends Product with Serializable
  35. trait BasicAsyncReply extends HasAsyncReply
  36. case class BatchRequest(source: SourceInput, storageType: Option[String], targets: Seq[TargetInput]) extends Product with Serializable
  37. 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
  38. class BingImageSearch extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicLogging with HasSetLinkedService
  39. case class BingImagesResponse(_type: String, instrumentation: BingInstrumentation, webSearchUrl: String, totalEstimatedMatches: Option[Int], nextOffset: Option[Int], value: Seq[BingImage], pivotSuggestions: Seq[BingPivot], queryExpansions: Seq[BingQuery], relatedSearches: Seq[BingQuery]) extends Product with Serializable
  40. case class BingInstrumentation(_type: String) extends Product with Serializable
  41. case class BingMediaSize(height: Int, width: Int) extends Product with Serializable
  42. case class BingPivot(pivot: String, suggestions: Seq[BingQuery]) extends Product with Serializable
  43. case class BingQuery(displayText: String, searchLink: String, text: String, thumbnail: BingThumbnail, webSearchUrl: String) extends Product with Serializable
  44. case class BingThumbnail(thumbnailUrl: String) extends Product with Serializable
  45. case class Blur(blurLevel: String, value: Double) extends Product with Serializable
  46. class BreakSentence extends TextTranslatorBase with TextAsOnlyEntity with BasicLogging
  47. case class BreakSentenceResponse(sentLen: Seq[Int], detectedLanguage: DetectedLanguage) extends Product with Serializable
  48. case class Candidate(personId: String, confidence: Double) extends Product with Serializable
  49. case class Cell(rowIndex: Int, columnIndex: Int, text: String, boundingBox: Seq[Double], isHeader: Option[Boolean], elements: Seq[String]) extends Product with Serializable
  50. abstract class CognitiveServicesBase extends CognitiveServicesBaseNoHandler with HasHandler
  51. abstract class CognitiveServicesBaseNoHandler extends Transformer with HTTPParams with HasOutputCol with HasURL with ComplexParamsWritable with HasSubscriptionKey with HasErrorCol with BasicLogging
  52. case class Color(color: String, confidence: Double) extends Product with Serializable
  53. class ConversationTranscription extends SpeechSDKBase with BasicLogging
  54. case class DSIRCelebrity(name: String, faceRectangle: Rectangle, confidence: Double) extends Product with Serializable
  55. case class DSIRLandmark(name: String, confidence: Double) extends Product with Serializable
  56. case class DSIRMetadata(width: Int, height: Int, format: String) extends Product with Serializable
  57. case class DSIRResponse(requestId: String, metadata: DSIRMetadata, result: DSIRResult) extends Product with Serializable
  58. case class DSIRResult(celebrities: Option[Seq[DSIRCelebrity]], landmarks: Option[Seq[DSIRLandmark]]) extends Product with Serializable
  59. class DescribeImage extends CognitiveServicesBase with HasCognitiveServiceInput with HasImageInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  60. case class DescribeImageResponse(description: ImageDescription, requestID: String, metadata: ImageMetadata) extends Product with Serializable
  61. case class DetailedSpeechResponse(Confidence: Double, Lexical: String, ITN: String, MaskedITN: String, Display: String) extends Product with Serializable
  62. class Detect extends TextTranslatorBase with TextAsOnlyEntity with BasicLogging
  63. class DetectAnomalies extends AnomalyDetectorBase with BasicLogging
  64. case class DetectEntitiesScoreV2(id: String, entities: Seq[EntityV2]) extends Product with Serializable
  65. case class DetectEntitiesScoreV3(id: String, entities: Seq[EntityV3], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends Product with Serializable
  66. class DetectFace extends CognitiveServicesBase with HasImageUrl with HasServiceParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  67. case class DetectLanguageScoreV2(id: String, detectedLanguages: Seq[DetectedLanguageV2]) extends Product with Serializable
  68. class DetectLastAnomaly extends AnomalyDetectorBase with BasicLogging
  69. case class DetectResponse(language: String, score: Double, isTranslationSupported: Boolean, isTransliterationSupported: Boolean, alternative: Seq[AlternativeDetectResponse]) extends Product with Serializable
  70. case class DetectedLanguage(language: String, score: Double) extends Product with Serializable
  71. case class DetectedLanguageV2(name: String, iso6391Name: String, score: Double) extends Product with Serializable
  72. case class DetectedLanguageV3(name: String, iso6391Name: String, confidenceScore: Double) extends Product with Serializable
  73. class DictionaryExamples extends TextTranslatorBase with HasTextAndTranslationInput with HasFromLanguage with HasToLanguage with HasCognitiveServiceInput with BasicLogging
  74. case class DictionaryExamplesResponse(normalizedSource: String, normalizedTarget: String, examples: Seq[Example]) extends Product with Serializable
  75. class DictionaryLookup extends TextTranslatorBase with TextAsOnlyEntity with HasFromLanguage with HasToLanguage with BasicLogging
  76. case class DictionaryLookupResponse(normalizedSource: String, displaySource: String, translations: Seq[DictionaryTranslation]) extends Product with Serializable
  77. case class DictionaryTranslation(normalizedTarget: String, displayTarget: String, posTag: String, confidence: Double, prefixWord: String, backTranslations: Seq[BackTranslation]) extends Product with Serializable
  78. case class DocumentFilter(prefix: Option[String], suffix: Option[String]) extends Product with Serializable
  79. case class DocumentLanguageV3(id: String, detectedLanguage: Option[DetectedLanguageV3], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends Product with Serializable
  80. case class DocumentResult(docType: String, pageRange: Seq[Int], fields: Map[String, FieldResult]) extends Product with Serializable
  81. case class DocumentStatistics(charactersCount: Int, transactionsCount: Int) extends Product with Serializable
  82. case class DocumentTranslationInput(inputs: Seq[BatchRequest]) extends Product with Serializable
  83. class DocumentTranslator extends CognitiveServicesBaseNoHandler with HasInternalJsonOutputParser with HasCognitiveServiceInput with HasServiceName with Wrappable with DocumentTranslatorAsyncReply with BasicLogging with HasSetLinkedService
  84. trait DocumentTranslatorAsyncReply extends BasicAsyncReply
  85. case class Element(text: String, boundingBox: Seq[Double]) extends Product with Serializable
  86. case class Emotion(anger: Double, contempt: Double, disgust: Double, fear: Double, happiness: Double, neutral: Double, sadness: Double, surprise: Double) extends Product with Serializable
  87. class EntityDetector extends TextAnalyticsBase with HasModelVersion with HasShowStats with HasStringIndexType with BasicLogging
  88. class EntityDetectorV2 extends TextAnalyticsBase with BasicLogging
  89. case class EntityV2(name: String, matches: Seq[Match], wikipediaLanguage: String, wikipediaId: String, wikipediaUrl: String, bingId: String) extends Product with Serializable
  90. case class EntityV3(name: String, matches: Seq[MatchV3], language: String, id: Option[String], url: String, dataSource: String) extends Product with Serializable
  91. case class Example(sourcePrefix: String, sourceTerm: String, sourceSuffix: String, targetPrefix: String, targetTerm: String, targetSuffix: String) extends Product with Serializable
  92. case class Exposure(exposureLevel: String, value: Double) extends Product with Serializable
  93. case class Face(faceId: String, faceRectangle: Rectangle, faceLandmarks: Option[Map[String, Point]], faceAttributes: Option[FaceAttributes]) extends Product with Serializable
  94. 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
  95. case class FaceGrouping(groups: Array[Array[String]], messyGroup: Array[String]) extends Product with Serializable
  96. case class FaceListContents(faceListId: String, name: String, userData: Option[String], persistedFaces: Array[PersistedFaceInfo]) extends Product with Serializable
  97. case class FaceListInfo(faceListId: String, name: String, userData: Option[String]) extends Product with Serializable
  98. case class FacialHair(moustache: Double, beard: Double, sideburns: Double) extends Product with Serializable
  99. case class Field(fieldName: String, accuracy: Double) extends Product with Serializable
  100. case class FieldResult(type: String, page: Option[Int], confidence: Option[Double], boundingBox: Option[Seq[Double]], text: Option[String], valueString: Option[String], valueNumber: Option[Double], valueDate: Option[String], valueTime: Option[String], valueObject: Option[String], valueArray: Option[Seq[String]]) extends Product with Serializable
  101. class FindSimilarFace extends CognitiveServicesBase with HasServiceParams with HasMaxNumOfCandidatesReturned with HasFaceIds with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  102. case class FormReadResult(page: Int, language: Option[String], angle: Double, width: Double, height: Double, unit: String, lines: Option[Seq[ReadLine]]) extends Product with Serializable
  103. abstract class FormRecognizerBase extends CognitiveServicesBaseNoHandler with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicAsyncReply with HasImageInput with HasSetLocation with HasSetLinkedService
  104. case class FoundFace(persistedFaceId: Option[String], faceId: Option[String], confidence: Double) extends Product with Serializable
  105. class GenerateThumbnails extends CognitiveServicesBase with HasImageInput with HasWidth with HasHeight with HasSmartCropping with HasInternalJsonOutputParser with HasCognitiveServiceInput with HasSetLocation with BasicLogging with HasSetLinkedService
  106. class GetCustomModel extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService with BasicLogging with HasModelID
  107. case class GetCustomModelResponse(modelInfo: ModelInfo, keys: String, trainResult: TrainResult) extends Product with Serializable
  108. case class Glossary(format: String, glossaryUrl: String, storageSource: Option[String], version: Option[String]) extends Product with Serializable
  109. class GroupFaces extends CognitiveServicesBase with HasServiceParams with HasFaceIds with HasSetLocation with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicLogging with HasSetLinkedService
  110. case class Hair(bald: Double, invisible: Boolean, hairColor: Array[Color]) extends Product with Serializable
  111. trait HasActionCol extends HasServiceParams
  112. trait HasAsyncReply extends Params
  113. trait HasCognitiveServiceInput extends HasURL with HasSubscriptionKey
  114. trait HasDetectOrientation extends HasServiceParams
  115. trait HasFaceIds extends HasServiceParams
  116. trait HasFromLanguage extends HasServiceParams
  117. trait HasHeight extends HasServiceParams
  118. trait HasImageBytes extends HasServiceParams
  119. trait HasImageInput extends HasImageUrl with HasImageBytes with HasCognitiveServiceInput
  120. trait HasImageUrl extends HasServiceParams
  121. trait HasIndexName extends HasServiceParams
  122. trait HasInternalJsonOutputParser extends AnyRef
  123. trait HasLanguage extends HasServiceParams
  124. trait HasLocale extends HasServiceParams
  125. trait HasMaxNumOfCandidatesReturned extends HasServiceParams
  126. trait HasModelID extends HasServiceParams
  127. trait HasModelVersion extends HasServiceParams
  128. trait HasPages extends HasServiceParams
  129. trait HasServiceName extends HasServiceParams
  130. trait HasServiceParams extends Params
  131. trait HasSetLinkedService extends Wrappable with HasURL with HasSubscriptionKey with HasUrlPath
  132. trait HasSetLinkedServiceUsingLocation extends HasSetLinkedService with HasSetLocation
  133. trait HasSetLocation extends Wrappable with HasURL with HasUrlPath
  134. trait HasShowStats extends HasServiceParams
  135. trait HasSmartCropping extends HasServiceParams
  136. trait HasStringIndexType extends HasServiceParams
  137. trait HasSubscriptionKey extends HasServiceParams
  138. trait HasSubscriptionRegion extends HasServiceParams
  139. trait HasTextAndTranslationInput extends HasServiceParams
  140. trait HasTextDetails extends HasServiceParams
  141. trait HasTextInput extends HasServiceParams
  142. trait HasToLanguage extends HasServiceParams
  143. trait HasUrlPath extends AnyRef
  144. trait HasWidth extends HasServiceParams
  145. case class HeadPose(roll: Double, yaw: Double, pitch: Double) extends Product with Serializable
  146. case class IdentifiedFace(faceId: String, candidates: Seq[Candidate]) extends Product with Serializable
  147. class IdentifyFaces extends CognitiveServicesBase with HasServiceParams with HasMaxNumOfCandidatesReturned with HasFaceIds with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  148. case class ImageCaptions(text: String, confidence: Double) extends Product with Serializable
  149. case class ImageDescription(tags: Seq[String], captions: Seq[ImageCaptions]) extends Product with Serializable
  150. case class ImageMetadata(width: Int, height: Int, format: String) extends Product with Serializable
  151. case class ImageTag(name: String, confidence: Double, hint: Option[String]) extends Product with Serializable
  152. 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
  153. 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
  154. case class IndexList(@odata.context: String, value: Seq[IndexName]) extends Product with Serializable
  155. trait IndexLister extends AnyRef
  156. case class IndexName(name: String) extends Product with Serializable
  157. trait IndexParser extends AnyRef
  158. case class IndexStats(documentCount: Int, storageSize: Int) extends Product with Serializable
  159. case class Key(clusters: Map[String, Seq[String]]) extends Product with Serializable
  160. class KeyPhraseExtractor extends TextAnalyticsBase with HasModelVersion with HasShowStats with BasicLogging
  161. class KeyPhraseExtractorV2 extends TextAnalyticsBase with BasicLogging
  162. case class KeyPhraseScoreV2(id: String, keyPhrases: Seq[String]) extends Product with Serializable
  163. case class KeyPhraseScoreV3(id: String, keyPhrases: Seq[String], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends Product with Serializable
  164. case class KeyValuePair(key: Element, value: Element) extends Product with Serializable
  165. class LanguageDetector extends TextAnalyticsBase with HasModelVersion with HasShowStats with BasicLogging
  166. class LanguageDetectorV2 extends TextAnalyticsBase with BasicLogging
  167. class ListCustomModels extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService with BasicLogging
  168. case class ListCustomModelsResponse(summary: Summary, modelList: Seq[ModelInfo], nextLink: String) extends Product with Serializable
  169. case class LocalNEREntityV2(value: String, startIndex: Int, precision: Double, category: String) extends Product with Serializable
  170. case class LocalNERScoreV2(id: String, entities: Seq[LocalNEREntityV2]) extends Product with Serializable
  171. case class Makeup(eyeMakeup: Boolean, lipMakeup: Boolean) extends Product with Serializable
  172. case class Match(text: String, offset: Int, length: Int) extends Product with Serializable
  173. case class MatchV3(confidenceScore: Double, text: String, offset: Int, length: Int) extends Product with Serializable
  174. case class ModelInfo(modelId: String, status: String, createDateTime: String, lastUpdatedDateTime: String) extends Product with Serializable
  175. class NER extends TextAnalyticsBase with HasModelVersion with HasShowStats with HasStringIndexType with BasicLogging
  176. case class NERDocV2(id: String, entities: Seq[NEREntityV2]) extends Product with Serializable
  177. case class NERDocV3(id: String, entities: Seq[NEREntityV3], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends Product with Serializable
  178. case class NEREntityV2(name: String, matches: Seq[NERMatchV2], type: Option[String], subtype: Option[String], wikipediaLanguage: Option[String], wikipediaId: Option[String], wikipediaUrl: Option[String], bingId: Option[String]) extends Product with Serializable
  179. case class NEREntityV3(text: String, category: String, subcategory: Option[String] = None, offset: Integer, length: Integer, confidenceScore: Double) extends Product with Serializable
  180. case class NERMatchV2(text: String, offset: Int, length: Int) extends Product with Serializable
  181. class NERV2 extends TextAnalyticsBase with BasicLogging
  182. case class Noise(noiseLevel: String, value: Double) extends Product with Serializable
  183. class OCR extends CognitiveServicesBase with HasLanguage with HasImageInput with HasDetectOrientation with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  184. case class OCRLine(boundingBox: String, words: Seq[OCRWord]) extends Product with Serializable
  185. case class OCRRegion(boundingBox: String, lines: Seq[OCRLine]) extends Product with Serializable
  186. case class OCRResponse(language: String, textAngle: Option[Double], orientation: String, regions: Seq[OCRRegion]) extends Product with Serializable
  187. case class OCRWord(boundingBox: String, text: String) extends Product with Serializable
  188. case class Occlusion(foreheadOccluded: Boolean, eyeOccluded: Boolean, mouthOccluded: Boolean) extends Product with Serializable
  189. class PII extends TextAnalyticsBase with HasModelVersion with HasShowStats with HasStringIndexType with BasicLogging
  190. case class PIIDocV3(id: String, entities: Seq[PIIEntityV3], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends Product with Serializable
  191. case class PIIEntityV3(text: String, category: String, subcategory: Option[String] = None, offset: Integer, length: Integer, confidenceScore: Double) extends Product with Serializable
  192. case class PageResult(page: Int, keyValuePairs: Option[Seq[KeyValuePair]], tables: Seq[Table]) extends Product with Serializable
  193. case class PersistedFaceInfo(persistedFaceId: String, userData: Option[String]) extends Product with Serializable
  194. case class PersonGroupInfo(personGroupId: String, name: String, userData: Option[String]) extends Product with Serializable
  195. case class PersonGroupTrainingStatus(status: String, createdDateTime: String, lastActionDateTime: String, message: Option[String]) extends Product with Serializable
  196. case class PersonInfo(personId: String, name: String, userData: Option[String], persistedFaceIds: Seq[String]) extends Product with Serializable
  197. case class Point(x: Double, y: Double) extends Product with Serializable
  198. case class RTLine(boundingBox: Array[Int], text: String, words: Array[RTWord]) extends Product with Serializable
  199. case class RTResponse(status: String, recognitionResult: RTResult) extends Product with Serializable
  200. case class RTResult(lines: Array[RTLine]) extends Product with Serializable
  201. case class RTWord(boundingBox: Array[Int], text: String) extends Product with Serializable
  202. case class ReadAnalyzeResult(version: String, readResults: Seq[ReadResult]) extends Product with Serializable
  203. class ReadImage extends CognitiveServicesBaseNoHandler with BasicAsyncReply with HasImageInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  204. case class ReadLine(boundingBox: Array[Double], text: String, words: Array[ReadWord]) extends Product with Serializable
  205. case class ReadResponse(status: String, createdDateTime: String, lastUpdatedDateTime: String, analyzeResult: ReadAnalyzeResult) extends Product with Serializable
  206. case class ReadResult(page: Int, language: Option[String], angle: Double, width: Double, height: Double, unit: String, lines: Array[ReadLine]) extends Product with Serializable
  207. case class ReadWord(boundingBox: Array[Double], text: String, confidence: Double) extends Product with Serializable
  208. class RecognizeDomainSpecificContent extends CognitiveServicesBase with HasImageInput with HasServiceParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  209. class RecognizeText extends CognitiveServicesBaseNoHandler with BasicAsyncReply with HasImageInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  210. case class Rectangle(left: Int, top: Int, width: Int, height: Int) extends Product with Serializable
  211. case class Rectangle2(x: Int, y: Int, w: Int, h: Int) extends Product with Serializable
  212. case class SentLen(srcSentLen: Seq[Int], transSentLen: Seq[Int]) extends Product with Serializable
  213. case class Sentence(text: Option[String], sentiment: String, confidenceScores: SentimentScoreV3, offset: Int, length: Int) extends Product with Serializable
  214. case class SentimentScoreV2(id: String, score: Float) extends Product with Serializable
  215. case class SentimentScoreV3(positive: Double, neutral: Double, negative: Double) extends Product with Serializable
  216. case class SentimentScoredDocumentV3(id: String, sentiment: String, statistics: Option[DocumentStatistics], confidenceScores: SentimentScoreV3, sentences: Seq[Sentence], warnings: Seq[TAWarning]) extends Product with Serializable
  217. trait SharedSpeechFields extends AnyRef
  218. class SimpleDetectAnomalies extends AnomalyDetectorBase with HasOutputCol with BasicLogging
  219. case class SourceInput(filter: Option[DocumentFilter], language: Option[String], sourceUrl: String, storageSource: Option[String]) extends Product with Serializable
  220. case class SourceText(text: String) extends Product with Serializable
  221. case class SpeechResponse(RecognitionStatus: String, Offset: Long, Duration: Long, Id: Option[String], DisplayText: Option[String], NBest: Option[Seq[DetailedSpeechResponse]]) extends SharedSpeechFields with Product with Serializable
  222. abstract class SpeechSDKBase extends Transformer with HasSetLocation with HasServiceParams with HasOutputCol with HasURL with HasSubscriptionKey with ComplexParamsWritable with BasicLogging with HasSetLinkedServiceUsingLocation
  223. class SpeechToText extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedServiceUsingLocation
  224. class SpeechToTextSDK extends SpeechSDKBase with BasicLogging
  225. case class StatusSummary(total: Int, failed: Int, success: Int, inProgress: Int, notYetStarted: Int, cancelled: Int, totalCharacterCharged: Int) extends Product with Serializable
  226. case class Summary(count: Int, limit: Int, lastUpdatedDateTime: String) extends Product with Serializable
  227. case class TADocument(language: Option[String], id: String, text: String) extends Product with Serializable
  228. case class TAError(id: String, error: String) extends Product with Serializable
  229. case class TARequest(documents: Seq[TADocument]) extends Product with Serializable
  230. case class TAResponse[T](statistics: Option[TAResponseStatistics], documents: Seq[T], errors: Option[Seq[TAError]], modelVersion: Option[String]) extends Product with Serializable
  231. case class TAResponseStatistics(documentsCount: Int, validDocumentsCount: Int, erroneousDocumentsCount: Int, transactionsCount: Int) extends Product with Serializable
  232. case class TAWarning(code: String, message: String, targetRef: Option[String] = None) extends Product with Serializable
  233. case class Table(rows: Int, columns: Int, cells: Seq[Cell], boundingBox: Seq[Double]) extends Product with Serializable
  234. class TagImage extends CognitiveServicesBase with HasImageInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  235. case class TagImagesResponse(tags: Seq[ImageTag], requestId: String, metaData: ImageMetadata) extends Product with Serializable
  236. case class TargetInput(category: Option[String], glossaries: Option[Seq[Glossary]], targetUrl: String, language: String, storageSource: Option[String]) extends Product with Serializable
  237. abstract class TextAnalyticsBase extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService
  238. trait TextAsOnlyEntity extends HasTextInput with HasCognitiveServiceInput with HasSubscriptionRegion
  239. class TextSentiment extends TextAnalyticsBase with HasModelVersion with HasShowStats with HasStringIndexType with BasicLogging
  240. class TextSentimentV2 extends TextAnalyticsBase with BasicLogging
  241. abstract class TextTranslatorBase extends CognitiveServicesBase with HasInternalJsonOutputParser with HasSubscriptionRegion with HasSetLocation with HasSetLinkedServiceUsingLocation
  242. case class TimeSeriesPoint(timestamp: String, value: Double) extends Product with Serializable
  243. case class TrainResult(trainingDocuments: Seq[TrainingDocument], fields: Seq[Field], errors: Seq[String]) extends Product with Serializable
  244. case class TrainingDocument(documentName: String, pages: Int, errors: Seq[String], status: String) extends Product with Serializable
  245. case class TranscriptionParticipant(name: String, language: String, signature: String) extends Product with Serializable
  246. case class TranscriptionResponse(RecognitionStatus: String, Offset: Long, Duration: Long, Id: Option[String], DisplayText: Option[String], NBest: Option[Seq[DetailedSpeechResponse]], SpeakerId: String, Type: String, UtteranceId: String) extends SharedSpeechFields with Product with Serializable
  247. class Translate extends TextTranslatorBase with TextAsOnlyEntity with BasicLogging
  248. case class TranslateResponse(detectedLanguage: Option[DetectedLanguage], translations: Seq[Translation], sourceText: Option[SourceText]) extends Product with Serializable
  249. case class Translation(to: String, text: String, transliteration: Option[Transliteration], alignment: Option[Alignment], sentLen: Option[SentLen]) extends Product with Serializable
  250. case class TranslationStatusResponse(id: String, createdDateTimeUtc: String, lastActionDateTimeUtc: String, status: String, summary: StatusSummary) extends Product with Serializable
  251. class Transliterate extends TextTranslatorBase with TextAsOnlyEntity with BasicLogging
  252. case class TransliterateResponse(text: String, script: String) extends Product with Serializable
  253. case class Transliteration(script: String, text: String) extends Product with Serializable
  254. class VerifyFaces extends CognitiveServicesBase with HasServiceParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService

Value Members

  1. object ADEntireResponse extends SparkBindings[ADEntireResponse]
  2. object ADLastResponse extends SparkBindings[ADLastResponse]
  3. object ADRequest extends SparkBindings[ADRequest]
  4. object ADSingleResponse extends SparkBindings[ADSingleResponse]
  5. object AIResponse extends SparkBindings[AIResponse]
  6. object ASResponses extends SparkBindings[ASResponses]
  7. object AddDocuments extends ComplexParamsReadable[AddDocuments] with Serializable
  8. object AnalyzeBusinessCards extends ComplexParamsReadable[AnalyzeBusinessCards] with Serializable
  9. object AnalyzeCustomModel extends ComplexParamsReadable[AnalyzeCustomModel] with Serializable
  10. object AnalyzeIDDocuments extends ComplexParamsReadable[AnalyzeIDDocuments] with Serializable
  11. object AnalyzeImage extends ComplexParamsReadable[AnalyzeImage] with Serializable
  12. object AnalyzeInvoices extends ComplexParamsReadable[AnalyzeInvoices] with Serializable
  13. object AnalyzeLayout extends ComplexParamsReadable[AnalyzeLayout] with Serializable
  14. object AnalyzeReceipts extends ComplexParamsReadable[AnalyzeReceipts] with Serializable
  15. object AnalyzeResponse extends SparkBindings[AnalyzeResponse]
  16. object AnomalyDetectorProtocol
  17. object AzureSearchAPIConstants
  18. object AzureSearchProtocol
  19. object AzureSearchWriter extends IndexParser with Logging
  20. object BingImage extends SparkBindings[BingImage]
  21. object BingImageSearch extends ComplexParamsReadable[BingImageSearch] with Serializable
  22. object BingImagesResponse extends SparkBindings[BingImagesResponse]
  23. object BreakSentence extends ComplexParamsReadable[BreakSentence] with Serializable
  24. object BreakSentenceResponse extends SparkBindings[BreakSentenceResponse]
  25. object ConversationTranscription extends ComplexParamsReadable[ConversationTranscription] with Serializable
  26. object DSIRResponse extends SparkBindings[DSIRResponse]
  27. object DescribeImage extends ComplexParamsReadable[DescribeImage] with Serializable
  28. object DescribeImageResponse extends SparkBindings[DescribeImageResponse]
  29. object Detect extends ComplexParamsReadable[Detect] with Serializable
  30. object DetectAnomalies extends ComplexParamsReadable[DetectAnomalies] with Serializable
  31. object DetectEntitiesResponseV2 extends SparkBindings[TAResponse[DetectEntitiesScoreV2]]
  32. object DetectEntitiesResponseV3 extends SparkBindings[TAResponse[DetectEntitiesScoreV3]]
  33. object DetectFace extends ComplexParamsReadable[DetectFace] with Serializable
  34. object DetectLanguageResponseV2 extends SparkBindings[TAResponse[DetectLanguageScoreV2]]
  35. object DetectLanguageResponseV3 extends SparkBindings[TAResponse[DocumentLanguageV3]]
  36. object DetectLastAnomaly extends ComplexParamsReadable[DetectLastAnomaly] with Serializable
  37. object DetectResponse extends SparkBindings[DetectResponse]
  38. object DictionaryExamples extends ComplexParamsReadable[DictionaryExamples] with Serializable
  39. object DictionaryExamplesResponse extends SparkBindings[DictionaryExamplesResponse]
  40. object DictionaryLookup extends ComplexParamsReadable[DictionaryLookup] with Serializable
  41. object DictionaryLookupResponse extends SparkBindings[DictionaryLookupResponse]
  42. object DocumentTranslator extends ComplexParamsReadable[DocumentTranslator] with Serializable
  43. object EntityDetector extends ComplexParamsReadable[EntityDetector] with Serializable
  44. object EntityDetectorV2 extends ComplexParamsReadable[EntityDetectorV2] with Serializable
  45. object Face extends SparkBindings[Face]
  46. object FaceGrouping extends SparkBindings[FaceGrouping]
  47. object FindSimilarFace extends ComplexParamsReadable[FindSimilarFace] with Serializable
  48. object FormsFlatteners
  49. object FormsJsonProtocol extends DefaultJsonProtocol
  50. object FoundFace extends SparkBindings[FoundFace]
  51. object GenerateThumbnails extends ComplexParamsReadable[GenerateThumbnails] with Serializable
  52. object GetCustomModel extends ComplexParamsReadable[GetCustomModel] with Serializable
  53. object GetCustomModelResponse extends SparkBindings[GetCustomModelResponse]
  54. object GroupFaces extends ComplexParamsReadable[GroupFaces] with Serializable
  55. object IdentifiedFace extends SparkBindings[IdentifiedFace]
  56. object IdentifyFaces extends ComplexParamsReadable[IdentifyFaces] with Serializable
  57. object KeyPhraseExtractor extends ComplexParamsReadable[KeyPhraseExtractor] with Serializable
  58. object KeyPhraseExtractorV2 extends ComplexParamsReadable[KeyPhraseExtractorV2] with Serializable
  59. object KeyPhraseResponseV2 extends SparkBindings[TAResponse[KeyPhraseScoreV2]]
  60. object KeyPhraseResponseV3 extends SparkBindings[TAResponse[KeyPhraseScoreV3]]
  61. object LanguageDetector extends ComplexParamsReadable[LanguageDetector] with Serializable
  62. object LanguageDetectorV2 extends ComplexParamsReadable[LanguageDetectorV2] with Serializable
  63. object ListCustomModels extends ComplexParamsReadable[ListCustomModels] with Serializable
  64. object ListCustomModelsResponse extends SparkBindings[ListCustomModelsResponse]
  65. object LocalNERResponseV2 extends SparkBindings[TAResponse[LocalNERScoreV2]]
  66. object NER extends ComplexParamsReadable[NER] with Serializable
  67. object NERResponseV2 extends SparkBindings[TAResponse[NERDocV2]]
  68. object NERResponseV3 extends SparkBindings[TAResponse[NERDocV3]]
  69. object NERV2 extends ComplexParamsReadable[NERV2] with Serializable
  70. object OCR extends ComplexParamsReadable[OCR] with Serializable
  71. object OCRResponse extends SparkBindings[OCRResponse]
  72. object PII extends ComplexParamsReadable[PII] with Serializable
  73. object PIIResponseV3 extends SparkBindings[TAResponse[PIIDocV3]]
  74. object RESTHelpers
  75. object RTResponse extends SparkBindings[RTResponse]
  76. object ReadImage extends ComplexParamsReadable[ReadImage] with Serializable
  77. object ReadResponse extends SparkBindings[ReadResponse]
  78. object RecognizeDomainSpecificContent extends ComplexParamsReadable[RecognizeDomainSpecificContent] with Serializable
  79. object RecognizeText extends ComplexParamsReadable[RecognizeText] with Serializable
  80. object SearchIndex extends IndexParser with IndexLister
  81. object SentimentResponseV2 extends SparkBindings[TAResponse[SentimentScoreV2]]
  82. object SentimentResponseV3 extends SparkBindings[TAResponse[SentimentScoredDocumentV3]]
  83. object SimpleDetectAnomalies extends ComplexParamsReadable[SimpleDetectAnomalies] with Serializable
  84. object SpeechAPI
  85. object SpeechFormat extends DefaultJsonProtocol
  86. object SpeechResponse extends SparkBindings[SpeechResponse]
  87. object SpeechToText extends ComplexParamsReadable[SpeechToText] with Serializable
  88. object SpeechToTextSDK extends ComplexParamsReadable[SpeechToTextSDK] with Serializable
  89. object TADocument extends SparkBindings[TADocument]
  90. object TAError extends SparkBindings[TAError]
  91. object TAJSONFormat
  92. object TARequest extends SparkBindings[TARequest]
  93. object TagImage extends ComplexParamsReadable[TagImage] with Serializable
  94. object TagImagesResponse extends SparkBindings[TagImagesResponse]
  95. object TextSentiment extends ComplexParamsReadable[TextSentiment] with Serializable
  96. object TextSentimentV2 extends ComplexParamsReadable[TextSentimentV2] with Serializable
  97. object TimeSeriesPoint extends SparkBindings[TimeSeriesPoint]
  98. object TranscriptionResponse extends SparkBindings[TranscriptionResponse]
  99. object Translate extends ComplexParamsReadable[Translate] with Serializable
  100. object TranslateResponse extends SparkBindings[TranslateResponse]
  101. object TranslationStatusResponse extends SparkBindings[TranslationStatusResponse]
  102. object TranslatorJsonProtocol extends DefaultJsonProtocol
  103. object Transliterate extends ComplexParamsReadable[Transliterate] with Serializable
  104. object TransliterateResponse extends SparkBindings[TransliterateResponse]
  105. object URLEncodingUtils
  106. object VerifyFaces extends ComplexParamsReadable[VerifyFaces] with Serializable

Ungrouped