Packages

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 CompressedStream extends PullAudioInputStreamCallback
  54. class ConversationTranscription extends SpeechSDKBase with BasicLogging
  55. case class DSIRCelebrity(name: String, faceRectangle: Rectangle, confidence: Double) extends Product with Serializable
  56. case class DSIRLandmark(name: String, confidence: Double) extends Product with Serializable
  57. case class DSIRMetadata(width: Int, height: Int, format: String) extends Product with Serializable
  58. case class DSIRResponse(requestId: String, metadata: DSIRMetadata, result: DSIRResult) extends Product with Serializable
  59. case class DSIRResult(celebrities: Option[Seq[DSIRCelebrity]], landmarks: Option[Seq[DSIRLandmark]]) extends Product with Serializable
  60. class DescribeImage extends CognitiveServicesBase with HasCognitiveServiceInput with HasImageInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  61. case class DescribeImageResponse(description: ImageDescription, requestID: String, metadata: ImageMetadata) extends Product with Serializable
  62. case class DetailedSpeechResponse(Confidence: Double, Lexical: String, ITN: String, MaskedITN: String, Display: String) extends Product with Serializable
  63. class Detect extends TextTranslatorBase with TextAsOnlyEntity with BasicLogging
  64. class DetectAnomalies extends AnomalyDetectorBase with BasicLogging
  65. case class DetectEntitiesScoreV2(id: String, entities: Seq[EntityV2]) extends Product with Serializable
  66. case class DetectEntitiesScoreV3(id: String, entities: Seq[EntityV3], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends Product with Serializable
  67. class DetectFace extends CognitiveServicesBase with HasImageUrl with HasServiceParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  68. case class DetectLanguageScoreV2(id: String, detectedLanguages: Seq[DetectedLanguageV2]) extends Product with Serializable
  69. class DetectLastAnomaly extends AnomalyDetectorBase with BasicLogging
  70. case class DetectResponse(language: String, score: Double, isTranslationSupported: Boolean, isTransliterationSupported: Boolean, alternative: Seq[AlternativeDetectResponse]) extends Product with Serializable
  71. case class DetectedLanguage(language: String, score: Double) extends Product with Serializable
  72. case class DetectedLanguageV2(name: String, iso6391Name: String, score: Double) extends Product with Serializable
  73. case class DetectedLanguageV3(name: String, iso6391Name: String, confidenceScore: Double) extends Product with Serializable
  74. class DictionaryExamples extends TextTranslatorBase with HasTextAndTranslationInput with HasFromLanguage with HasToLanguage with HasCognitiveServiceInput with BasicLogging
  75. case class DictionaryExamplesResponse(normalizedSource: String, normalizedTarget: String, examples: Seq[Example]) extends Product with Serializable
  76. class DictionaryLookup extends TextTranslatorBase with TextAsOnlyEntity with HasFromLanguage with HasToLanguage with BasicLogging
  77. case class DictionaryLookupResponse(normalizedSource: String, displaySource: String, translations: Seq[DictionaryTranslation]) extends Product with Serializable
  78. case class DictionaryTranslation(normalizedTarget: String, displayTarget: String, posTag: String, confidence: Double, prefixWord: String, backTranslations: Seq[BackTranslation]) extends Product with Serializable
  79. case class DocumentFilter(prefix: Option[String], suffix: Option[String]) extends Product with Serializable
  80. case class DocumentLanguageV3(id: String, detectedLanguage: Option[DetectedLanguageV3], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends Product with Serializable
  81. case class DocumentResult(docType: String, pageRange: Seq[Int], fields: Map[String, FieldResult]) extends Product with Serializable
  82. case class DocumentStatistics(charactersCount: Int, transactionsCount: Int) extends Product with Serializable
  83. case class DocumentTranslationInput(inputs: Seq[BatchRequest]) extends Product with Serializable
  84. class DocumentTranslator extends CognitiveServicesBaseNoHandler with HasInternalJsonOutputParser with HasCognitiveServiceInput with HasServiceName with Wrappable with DocumentTranslatorAsyncReply with BasicLogging with HasSetLinkedService
  85. trait DocumentTranslatorAsyncReply extends BasicAsyncReply
  86. case class Element(text: String, boundingBox: Seq[Double]) extends Product with Serializable
  87. case class Emotion(anger: Double, contempt: Double, disgust: Double, fear: Double, happiness: Double, neutral: Double, sadness: Double, surprise: Double) extends Product with Serializable
  88. class EntityDetector extends TextAnalyticsBase with HasModelVersion with HasShowStats with HasStringIndexType with BasicLogging
  89. class EntityDetectorV2 extends TextAnalyticsBase with BasicLogging
  90. case class EntityV2(name: String, matches: Seq[Match], wikipediaLanguage: String, wikipediaId: String, wikipediaUrl: String, bingId: String) extends Product with Serializable
  91. case class EntityV3(name: String, matches: Seq[MatchV3], language: String, id: Option[String], url: String, dataSource: String) extends Product with Serializable
  92. case class Example(sourcePrefix: String, sourceTerm: String, sourceSuffix: String, targetPrefix: String, targetTerm: String, targetSuffix: String) extends Product with Serializable
  93. case class Exposure(exposureLevel: String, value: Double) extends Product with Serializable
  94. case class Face(faceId: String, faceRectangle: Rectangle, faceLandmarks: Option[Map[String, Point]], faceAttributes: Option[FaceAttributes]) extends Product with Serializable
  95. 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
  96. case class FaceGrouping(groups: Array[Array[String]], messyGroup: Array[String]) extends Product with Serializable
  97. case class FaceListContents(faceListId: String, name: String, userData: Option[String], persistedFaces: Array[PersistedFaceInfo]) extends Product with Serializable
  98. case class FaceListInfo(faceListId: String, name: String, userData: Option[String]) extends Product with Serializable
  99. case class FacialHair(moustache: Double, beard: Double, sideburns: Double) extends Product with Serializable
  100. case class Field(fieldName: String, accuracy: Double) extends Product with Serializable
  101. case class FieldResult(type: String, page: Option[Int], confidence: Option[Double], boundingBox: Option[Seq[Double]], text: Option[String], valueString: Option[String], valuePhoneNumber: Option[String], valueNumber: Option[Double], valueDate: Option[String], valueTime: Option[String], valueObject: Option[String], valueArray: Option[Seq[String]]) extends Product with Serializable
  102. case class FieldResultRecursive(type: String, page: Option[Int], confidence: Option[Double], boundingBox: Option[Seq[Double]], text: Option[String], valueString: Option[String], valuePhoneNumber: Option[String], valueNumber: Option[Double], valueDate: Option[String], valueTime: Option[String], valueObject: Option[Map[String, FieldResultRecursive]], valueArray: Option[Seq[FieldResultRecursive]]) extends Product with Serializable
  103. class FindSimilarFace extends CognitiveServicesBase with HasServiceParams with HasMaxNumOfCandidatesReturned with HasFaceIds with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  104. class FormOntologyLearner extends Estimator[FormOntologyTransformer] with BasicLogging with DefaultParamsWritable with HasInputCol with HasOutputCol with Wrappable
  105. class FormOntologyTransformer extends Model[FormOntologyTransformer] with BasicLogging with ComplexParamsWritable with HasInputCol with HasOutputCol with Wrappable
  106. case class FormReadResult(page: Int, language: Option[String], angle: Double, width: Double, height: Double, unit: String, lines: Option[Seq[ReadLine]]) extends Product with Serializable
  107. abstract class FormRecognizerBase extends CognitiveServicesBaseNoHandler with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicAsyncReply with HasImageInput with HasSetLocation with HasSetLinkedService
  108. case class FoundFace(persistedFaceId: Option[String], faceId: Option[String], confidence: Double) extends Product with Serializable
  109. class GenerateThumbnails extends CognitiveServicesBase with HasImageInput with HasWidth with HasHeight with HasSmartCropping with HasInternalJsonOutputParser with HasCognitiveServiceInput with HasSetLocation with BasicLogging with HasSetLinkedService
  110. class GetCustomModel extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService with BasicLogging with HasModelID
  111. case class GetCustomModelResponse(modelInfo: ModelInfo, keys: String, trainResult: TrainResult) extends Product with Serializable
  112. case class Glossary(format: String, glossaryUrl: String, storageSource: Option[String], version: Option[String]) extends Product with Serializable
  113. class GroupFaces extends CognitiveServicesBase with HasServiceParams with HasFaceIds with HasSetLocation with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicLogging with HasSetLinkedService
  114. case class Hair(bald: Double, invisible: Boolean, hairColor: Array[Color]) extends Product with Serializable
  115. trait HasActionCol extends HasServiceParams
  116. trait HasAsyncReply extends Params
  117. trait HasCognitiveServiceInput extends HasURL with HasSubscriptionKey
  118. trait HasDetectOrientation extends HasServiceParams
  119. trait HasFaceIds extends HasServiceParams
  120. trait HasFromLanguage extends HasServiceParams
  121. trait HasHeight extends HasServiceParams
  122. trait HasImageBytes extends HasServiceParams
  123. trait HasImageInput extends HasImageUrl with HasImageBytes with HasCognitiveServiceInput
  124. trait HasImageUrl extends HasServiceParams
  125. trait HasIndexName extends HasServiceParams
  126. trait HasInternalJsonOutputParser extends AnyRef
  127. trait HasLanguage extends HasServiceParams
  128. trait HasLocale extends HasServiceParams
  129. trait HasMaxNumOfCandidatesReturned extends HasServiceParams
  130. trait HasModelID extends HasServiceParams
  131. trait HasModelVersion extends HasServiceParams
  132. trait HasPages extends HasServiceParams
  133. trait HasServiceName extends HasServiceParams
  134. trait HasServiceParams extends Params
  135. trait HasSetLinkedService extends Wrappable with HasURL with HasSubscriptionKey with HasUrlPath
  136. trait HasSetLinkedServiceUsingLocation extends HasSetLinkedService with HasSetLocation
  137. trait HasSetLocation extends Wrappable with HasURL with HasUrlPath
  138. trait HasShowStats extends HasServiceParams
  139. trait HasSmartCropping extends HasServiceParams
  140. trait HasStringIndexType extends HasServiceParams
  141. trait HasSubscriptionKey extends HasServiceParams
  142. trait HasSubscriptionRegion extends HasServiceParams
  143. trait HasTextAndTranslationInput extends HasServiceParams
  144. trait HasTextDetails extends HasServiceParams
  145. trait HasTextInput extends HasServiceParams
  146. trait HasToLanguage extends HasServiceParams
  147. trait HasUrlPath extends AnyRef
  148. trait HasWidth extends HasServiceParams
  149. case class HeadPose(roll: Double, yaw: Double, pitch: Double) extends Product with Serializable
  150. case class IdentifiedFace(faceId: String, candidates: Seq[Candidate]) extends Product with Serializable
  151. class IdentifyFaces extends CognitiveServicesBase with HasServiceParams with HasMaxNumOfCandidatesReturned with HasFaceIds with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  152. case class ImageCaptions(text: String, confidence: Double) extends Product with Serializable
  153. case class ImageDescription(tags: Seq[String], captions: Seq[ImageCaptions]) extends Product with Serializable
  154. case class ImageMetadata(width: Int, height: Int, format: String) extends Product with Serializable
  155. case class ImageTag(name: String, confidence: Double, hint: Option[String]) extends Product with Serializable
  156. 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
  157. 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
  158. case class IndexList(@odata.context: String, value: Seq[IndexName]) extends Product with Serializable
  159. trait IndexLister extends AnyRef
  160. case class IndexName(name: String) extends Product with Serializable
  161. trait IndexParser extends AnyRef
  162. case class IndexStats(documentCount: Int, storageSize: Int) extends Product with Serializable
  163. case class Key(clusters: Map[String, Seq[String]]) extends Product with Serializable
  164. class KeyPhraseExtractor extends TextAnalyticsBase with HasModelVersion with HasShowStats with BasicLogging
  165. class KeyPhraseExtractorV2 extends TextAnalyticsBase with BasicLogging
  166. case class KeyPhraseScoreV2(id: String, keyPhrases: Seq[String]) extends Product with Serializable
  167. case class KeyPhraseScoreV3(id: String, keyPhrases: Seq[String], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends Product with Serializable
  168. case class KeyValuePair(key: Element, value: Element) extends Product with Serializable
  169. class LanguageDetector extends TextAnalyticsBase with HasModelVersion with HasShowStats with BasicLogging
  170. class LanguageDetectorV2 extends TextAnalyticsBase with BasicLogging
  171. class ListCustomModels extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService with BasicLogging
  172. case class ListCustomModelsResponse(summary: Summary, modelList: Seq[ModelInfo], nextLink: String) extends Product with Serializable
  173. case class LocalNEREntityV2(value: String, startIndex: Int, precision: Double, category: String) extends Product with Serializable
  174. case class LocalNERScoreV2(id: String, entities: Seq[LocalNEREntityV2]) extends Product with Serializable
  175. case class Makeup(eyeMakeup: Boolean, lipMakeup: Boolean) extends Product with Serializable
  176. case class Match(text: String, offset: Int, length: Int) extends Product with Serializable
  177. case class MatchV3(confidenceScore: Double, text: String, offset: Int, length: Int) extends Product with Serializable
  178. case class ModelInfo(modelId: String, status: String, createDateTime: String, lastUpdatedDateTime: String) extends Product with Serializable
  179. class NER extends TextAnalyticsBase with HasModelVersion with HasShowStats with HasStringIndexType with BasicLogging
  180. case class NERDocV2(id: String, entities: Seq[NEREntityV2]) extends Product with Serializable
  181. case class NERDocV3(id: String, entities: Seq[NEREntityV3], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends Product with Serializable
  182. 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
  183. case class NEREntityV3(text: String, category: String, subcategory: Option[String] = None, offset: Integer, length: Integer, confidenceScore: Double) extends Product with Serializable
  184. case class NERMatchV2(text: String, offset: Int, length: Int) extends Product with Serializable
  185. class NERV2 extends TextAnalyticsBase with BasicLogging
  186. case class Noise(noiseLevel: String, value: Double) extends Product with Serializable
  187. class OCR extends CognitiveServicesBase with HasLanguage with HasImageInput with HasDetectOrientation with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  188. case class OCRLine(boundingBox: String, words: Seq[OCRWord]) extends Product with Serializable
  189. case class OCRRegion(boundingBox: String, lines: Seq[OCRLine]) extends Product with Serializable
  190. case class OCRResponse(language: String, textAngle: Option[Double], orientation: String, regions: Seq[OCRRegion]) extends Product with Serializable
  191. case class OCRWord(boundingBox: String, text: String) extends Product with Serializable
  192. case class Occlusion(foreheadOccluded: Boolean, eyeOccluded: Boolean, mouthOccluded: Boolean) extends Product with Serializable
  193. class PII extends TextAnalyticsBase with HasModelVersion with HasShowStats with HasStringIndexType with BasicLogging
  194. case class PIIDocV3(id: String, entities: Seq[PIIEntityV3], redactedText: String, warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends Product with Serializable
  195. case class PIIEntityV3(text: String, category: String, subcategory: Option[String] = None, offset: Integer, length: Integer, confidenceScore: Double) extends Product with Serializable
  196. case class PageResult(page: Int, keyValuePairs: Option[Seq[KeyValuePair]], tables: Seq[Table]) extends Product with Serializable
  197. case class PersistedFaceInfo(persistedFaceId: String, userData: Option[String]) extends Product with Serializable
  198. case class PersonGroupInfo(personGroupId: String, name: String, userData: Option[String]) extends Product with Serializable
  199. case class PersonGroupTrainingStatus(status: String, createdDateTime: String, lastActionDateTime: String, message: Option[String]) extends Product with Serializable
  200. case class PersonInfo(personId: String, name: String, userData: Option[String], persistedFaceIds: Seq[String]) extends Product with Serializable
  201. case class Point(x: Double, y: Double) extends Product with Serializable
  202. case class RTLine(boundingBox: Array[Int], text: String, words: Array[RTWord]) extends Product with Serializable
  203. case class RTResponse(status: String, recognitionResult: RTResult) extends Product with Serializable
  204. case class RTResult(lines: Array[RTLine]) extends Product with Serializable
  205. case class RTWord(boundingBox: Array[Int], text: String) extends Product with Serializable
  206. case class ReadAnalyzeResult(version: String, readResults: Seq[ReadResult]) extends Product with Serializable
  207. class ReadImage extends CognitiveServicesBaseNoHandler with BasicAsyncReply with HasImageInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  208. case class ReadLine(boundingBox: Array[Double], text: String, words: Array[ReadWord]) extends Product with Serializable
  209. case class ReadResponse(status: String, createdDateTime: String, lastUpdatedDateTime: String, analyzeResult: ReadAnalyzeResult) extends Product with Serializable
  210. case class ReadResult(page: Int, language: Option[String], angle: Double, width: Double, height: Double, unit: String, lines: Array[ReadLine]) extends Product with Serializable
  211. case class ReadWord(boundingBox: Array[Double], text: String, confidence: Double) extends Product with Serializable
  212. class RecognizeDomainSpecificContent extends CognitiveServicesBase with HasImageInput with HasServiceParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  213. class RecognizeText extends CognitiveServicesBaseNoHandler with BasicAsyncReply with HasImageInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  214. case class Rectangle(left: Int, top: Int, width: Int, height: Int) extends Product with Serializable
  215. case class Rectangle2(x: Int, y: Int, w: Int, h: Int) extends Product with Serializable
  216. case class SentLen(srcSentLen: Seq[Int], transSentLen: Seq[Int]) extends Product with Serializable
  217. case class Sentence(text: Option[String], sentiment: String, confidenceScores: SentimentScoreV3, offset: Int, length: Int) extends Product with Serializable
  218. case class SentimentScoreV2(id: String, score: Float) extends Product with Serializable
  219. case class SentimentScoreV3(positive: Double, neutral: Double, negative: Double) extends Product with Serializable
  220. case class SentimentScoredDocumentV3(id: String, sentiment: String, statistics: Option[DocumentStatistics], confidenceScores: SentimentScoreV3, sentences: Seq[Sentence], warnings: Seq[TAWarning]) extends Product with Serializable
  221. trait SharedSpeechFields extends AnyRef
  222. class SimpleDetectAnomalies extends AnomalyDetectorBase with HasOutputCol with BasicLogging
  223. case class SourceInput(filter: Option[DocumentFilter], language: Option[String], sourceUrl: String, storageSource: Option[String]) extends Product with Serializable
  224. case class SourceText(text: String) extends Product with Serializable
  225. 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
  226. abstract class SpeechSDKBase extends Transformer with HasSetLocation with HasServiceParams with HasOutputCol with HasURL with HasSubscriptionKey with ComplexParamsWritable with BasicLogging with HasSetLinkedServiceUsingLocation
  227. class SpeechToText extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedServiceUsingLocation
  228. class SpeechToTextSDK extends SpeechSDKBase with BasicLogging
  229. case class StatusSummary(total: Int, failed: Int, success: Int, inProgress: Int, notYetStarted: Int, cancelled: Int, totalCharacterCharged: Int) extends Product with Serializable
  230. case class Summary(count: Int, limit: Int, lastUpdatedDateTime: String) extends Product with Serializable
  231. case class TADocument(language: Option[String], id: String, text: String) extends Product with Serializable
  232. case class TAError(id: String, error: String) extends Product with Serializable
  233. case class TARequest(documents: Seq[TADocument]) extends Product with Serializable
  234. case class TAResponse[T](statistics: Option[TAResponseStatistics], documents: Seq[T], errors: Option[Seq[TAError]], modelVersion: Option[String]) extends Product with Serializable
  235. case class TAResponseStatistics(documentsCount: Int, validDocumentsCount: Int, erroneousDocumentsCount: Int, transactionsCount: Int) extends Product with Serializable
  236. case class TAWarning(code: String, message: String, targetRef: Option[String] = None) extends Product with Serializable
  237. case class Table(rows: Int, columns: Int, cells: Seq[Cell], boundingBox: Seq[Double]) extends Product with Serializable
  238. class TagImage extends CognitiveServicesBase with HasImageInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  239. case class TagImagesResponse(tags: Seq[ImageTag], requestId: String, metaData: ImageMetadata) extends Product with Serializable
  240. case class TargetInput(category: Option[String], glossaries: Option[Seq[Glossary]], targetUrl: String, language: String, storageSource: Option[String]) extends Product with Serializable
  241. abstract class TextAnalyticsBase extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService
  242. trait TextAsOnlyEntity extends HasTextInput with HasCognitiveServiceInput with HasSubscriptionRegion
  243. class TextSentiment extends TextAnalyticsBase with HasModelVersion with HasShowStats with HasStringIndexType with BasicLogging
  244. class TextSentimentV2 extends TextAnalyticsBase with BasicLogging
  245. abstract class TextTranslatorBase extends CognitiveServicesBase with HasInternalJsonOutputParser with HasSubscriptionRegion with HasSetLocation with HasSetLinkedServiceUsingLocation
  246. case class TimeSeriesPoint(timestamp: String, value: Double) extends Product with Serializable
  247. case class TrainResult(trainingDocuments: Seq[TrainingDocument], fields: Seq[Field], errors: Seq[String]) extends Product with Serializable
  248. case class TrainingDocument(documentName: String, pages: Int, errors: Seq[String], status: String) extends Product with Serializable
  249. case class TranscriptionParticipant(name: String, language: String, signature: String) extends Product with Serializable
  250. 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
  251. class Translate extends TextTranslatorBase with TextAsOnlyEntity with BasicLogging
  252. case class TranslateResponse(detectedLanguage: Option[DetectedLanguage], translations: Seq[Translation], sourceText: Option[SourceText]) extends Product with Serializable
  253. case class Translation(to: String, text: String, transliteration: Option[Transliteration], alignment: Option[Alignment], sentLen: Option[SentLen]) extends Product with Serializable
  254. case class TranslationStatusResponse(id: String, createdDateTimeUtc: String, lastActionDateTimeUtc: String, status: String, summary: StatusSummary) extends Product with Serializable
  255. class Transliterate extends TextTranslatorBase with TextAsOnlyEntity with BasicLogging
  256. case class TransliterateResponse(text: String, script: String) extends Product with Serializable
  257. case class Transliteration(script: String, text: String) extends Product with Serializable
  258. class VerifyFaces extends CognitiveServicesBase with HasServiceParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  259. class WavStream extends PullAudioInputStreamCallback

    Code adapted from https://github.com/Azure-Samples/cognitive-services-speech-sdk /blob/master/samples/java/jre/console/src/com/microsoft/ cognitiveservices/speech/samples/console/WavStream.java

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 FormOntologyLearner extends DefaultParamsReadable[FormOntologyLearner] with Serializable
  49. object FormOntologyTransformer extends ComplexParamsReadable[FormOntologyTransformer] with Serializable
  50. object FormsFlatteners
  51. object FormsJsonProtocol extends DefaultJsonProtocol
  52. object FoundFace extends SparkBindings[FoundFace]
  53. object GenerateThumbnails extends ComplexParamsReadable[GenerateThumbnails] with Serializable
  54. object GetCustomModel extends ComplexParamsReadable[GetCustomModel] with Serializable
  55. object GetCustomModelResponse extends SparkBindings[GetCustomModelResponse]
  56. object GroupFaces extends ComplexParamsReadable[GroupFaces] with Serializable
  57. object IdentifiedFace extends SparkBindings[IdentifiedFace]
  58. object IdentifyFaces extends ComplexParamsReadable[IdentifyFaces] with Serializable
  59. object KeyPhraseExtractor extends ComplexParamsReadable[KeyPhraseExtractor] with Serializable
  60. object KeyPhraseExtractorV2 extends ComplexParamsReadable[KeyPhraseExtractorV2] with Serializable
  61. object KeyPhraseResponseV2 extends SparkBindings[TAResponse[KeyPhraseScoreV2]]
  62. object KeyPhraseResponseV3 extends SparkBindings[TAResponse[KeyPhraseScoreV3]]
  63. object LanguageDetector extends ComplexParamsReadable[LanguageDetector] with Serializable
  64. object LanguageDetectorV2 extends ComplexParamsReadable[LanguageDetectorV2] with Serializable
  65. object ListCustomModels extends ComplexParamsReadable[ListCustomModels] with Serializable
  66. object ListCustomModelsResponse extends SparkBindings[ListCustomModelsResponse]
  67. object LocalNERResponseV2 extends SparkBindings[TAResponse[LocalNERScoreV2]]
  68. object NER extends ComplexParamsReadable[NER] with Serializable
  69. object NERResponseV2 extends SparkBindings[TAResponse[NERDocV2]]
  70. object NERResponseV3 extends SparkBindings[TAResponse[NERDocV3]]
  71. object NERV2 extends ComplexParamsReadable[NERV2] with Serializable
  72. object OCR extends ComplexParamsReadable[OCR] with Serializable
  73. object OCRResponse extends SparkBindings[OCRResponse]
  74. object PII extends ComplexParamsReadable[PII] with Serializable
  75. object PIIResponseV3 extends SparkBindings[TAResponse[PIIDocV3]]
  76. object RESTHelpers
  77. object RTResponse extends SparkBindings[RTResponse]
  78. object ReadImage extends ComplexParamsReadable[ReadImage] with Serializable
  79. object ReadResponse extends SparkBindings[ReadResponse]
  80. object RecognizeDomainSpecificContent extends ComplexParamsReadable[RecognizeDomainSpecificContent] with Serializable
  81. object RecognizeText extends ComplexParamsReadable[RecognizeText] with Serializable
  82. object SearchIndex extends IndexParser with IndexLister
  83. object SentimentResponseV2 extends SparkBindings[TAResponse[SentimentScoreV2]]
  84. object SentimentResponseV3 extends SparkBindings[TAResponse[SentimentScoredDocumentV3]]
  85. object SimpleDetectAnomalies extends ComplexParamsReadable[SimpleDetectAnomalies] with Serializable
  86. object SpeechAPI
  87. object SpeechFormat extends DefaultJsonProtocol
  88. object SpeechResponse extends SparkBindings[SpeechResponse]
  89. object SpeechToText extends ComplexParamsReadable[SpeechToText] with Serializable
  90. object SpeechToTextSDK extends ComplexParamsReadable[SpeechToTextSDK] with Serializable
  91. object TADocument extends SparkBindings[TADocument]
  92. object TAError extends SparkBindings[TAError]
  93. object TAJSONFormat
  94. object TARequest extends SparkBindings[TARequest]
  95. object TagImage extends ComplexParamsReadable[TagImage] with Serializable
  96. object TagImagesResponse extends SparkBindings[TagImagesResponse]
  97. object TextSentiment extends ComplexParamsReadable[TextSentiment] with Serializable
  98. object TextSentimentV2 extends ComplexParamsReadable[TextSentimentV2] with Serializable
  99. object TimeSeriesPoint extends SparkBindings[TimeSeriesPoint]
  100. object TranscriptionResponse extends SparkBindings[TranscriptionResponse]
  101. object Translate extends ComplexParamsReadable[Translate] with Serializable
  102. object TranslateResponse extends SparkBindings[TranslateResponse]
  103. object TranslationStatusResponse extends SparkBindings[TranslationStatusResponse]
  104. object TranslatorJsonProtocol extends DefaultJsonProtocol
  105. object Transliterate extends ComplexParamsReadable[Transliterate] with Serializable
  106. object TransliterateResponse extends SparkBindings[TransliterateResponse]
  107. object URLEncodingUtils
  108. object VerifyFaces extends ComplexParamsReadable[VerifyFaces] with Serializable

Ungrouped