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], severity: 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, severity: Double) 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], imputeMode: Option[String], imputeFixedValue: Option[Double]) extends Product with Serializable
  4. case class ADSingleResponse(isAnomaly: Boolean, isPositiveAnomaly: Boolean, isNegativeAnomaly: Boolean, period: Int, expectedValue: Double, upperMargin: Double, lowerMargin: Double, severity: 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 AlignPolicy(alignMode: Option[String], fillNAMethod: Option[String], paddingValue: Option[Int]) extends Product with Serializable
  23. case class Alignment(proj: String) extends Product with Serializable
  24. case class AlternativeDetectResponse(language: String, score: Double, isTranslationSupported: Boolean, isTransliterationSupported: Boolean) extends Product with Serializable
  25. class AnalyzeBusinessCards extends FormRecognizerBase with BasicLogging with HasPages with HasTextDetails with HasLocale
  26. class AnalyzeCustomModel extends FormRecognizerBase with BasicLogging with HasTextDetails with HasModelID
  27. class AnalyzeDocument extends CognitiveServicesBaseNoHandler with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicAsyncReply with HasPrebuiltModelID with HasPages with HasLocale with HasAPIVersion with HasImageInput with HasSetLocation with BasicLogging with HasSetLinkedService
  28. case class AnalyzeDocumentResponse(status: String, createdDateTime: String, lastUpdatedDateTime: String, analyzeResult: AnalyzeResultV3) extends Product with Serializable
  29. class AnalyzeHealthText extends TextAnalyticsBaseNoBinding with HasUnpackedBinding with HasStringIndexType with BasicAsyncReply
  30. case class AnalyzeHealthTextScoredDoc(id: String, entities: Seq[HealthEntity], relations: Seq[HealthRelation], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends HasDocId with Product with Serializable
  31. class AnalyzeIDDocuments extends FormRecognizerBase with BasicLogging with HasPages with HasTextDetails
  32. class AnalyzeImage extends CognitiveServicesBase with HasImageInput with HasInternalJsonOutputParser with HasCognitiveServiceInput with HasSetLocation with BasicLogging with HasSetLinkedService
  33. class AnalyzeInvoices extends FormRecognizerBase with BasicLogging with HasPages with HasTextDetails with HasLocale
  34. class AnalyzeLayout extends FormRecognizerBase with BasicLogging with HasPages
  35. class AnalyzeReceipts extends FormRecognizerBase with BasicLogging with HasPages with HasTextDetails with HasLocale
  36. case class AnalyzeResponse(status: String, createdDateTime: String, lastUpdatedDateTime: String, analyzeResult: AnalyzeResult) extends Product with Serializable
  37. case class AnalyzeResult(version: String, readResults: Seq[FormReadResult], pageResults: Option[Seq[PageResult]], documentResults: Option[Seq[DocumentResult]]) extends Product with Serializable
  38. case class AnalyzeResultV3(apiVersion: String, modelId: String, stringIndexType: String, content: String, pages: Option[Seq[PageResultV3]], tables: Option[Seq[TableResultV3]], keyValuePairs: Option[Seq[KeyValuePairV3]], entities: Option[Seq[FormEntityV3]], styles: Option[Seq[FormStyleV3]], documents: Option[Seq[FormDocumentV3]]) extends Product with Serializable
  39. abstract class AnomalyDetectorBase extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService
  40. case class AsyncTAResponse[T <: HasDocId](jobId: String, lastUpdateDateTime: String, createdDateTime: String, expirationDateTime: String, status: String, errors: Seq[TAError], results: TAResponse[T]) extends Product with Serializable
  41. case class BackTranslation(normalizedText: String, displayText: String, numExamples: Int, frequencyCount: Int) extends Product with Serializable
  42. trait BasicAsyncReply extends HasAsyncReply
  43. case class BatchRequest(source: SourceInput, storageType: Option[String], targets: Seq[TargetInput]) extends Product with Serializable
  44. case class BinarySentimentScore(positive: Double, negative: Double) extends Product with Serializable
  45. 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
  46. class BingImageSearch extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicLogging with HasSetLinkedService
  47. 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
  48. case class BingInstrumentation(_type: String) extends Product with Serializable
  49. case class BingMediaSize(height: Int, width: Int) extends Product with Serializable
  50. case class BingPivot(pivot: String, suggestions: Seq[BingQuery]) extends Product with Serializable
  51. case class BingQuery(displayText: String, searchLink: String, text: String, thumbnail: BingThumbnail, webSearchUrl: String) extends Product with Serializable
  52. case class BingThumbnail(thumbnailUrl: String) extends Product with Serializable
  53. case class Blur(blurLevel: String, value: Double) extends Product with Serializable
  54. case class BoundingRegion(pageNumber: Int, boundingBox: Option[Seq[Double]]) extends Product with Serializable
  55. class BreakSentence extends TextTranslatorBase with TextAsOnlyEntity with BasicLogging
  56. case class BreakSentenceResponse(sentLen: Seq[Int], detectedLanguage: TranslatorDetectedLanguage) extends Product with Serializable
  57. case class Candidate(personId: String, confidence: Double) extends Product with Serializable
  58. case class Cell(rowIndex: Int, columnIndex: Int, text: String, boundingBox: Seq[Double], isHeader: Option[Boolean], elements: Seq[String]) extends Product with Serializable
  59. abstract class CognitiveServicesBase extends CognitiveServicesBaseNoHandler with HasHandler
  60. abstract class CognitiveServicesBaseNoHandler extends Transformer with ConcurrencyParams with HasOutputCol with HasURL with ComplexParamsWritable with HasSubscriptionKey with HasErrorCol with BasicLogging
  61. case class Color(color: String, confidence: Double) extends Product with Serializable
  62. case class CompletionResponse(id: String, object: String, created: String, model: String, choices: Seq[OpenAIChoice]) extends Product with Serializable
  63. class CompressedStream extends PullAudioInputStreamCallback
  64. class ConversationTranscription extends SpeechSDKBase with BasicLogging
  65. case class DMAContributor(contributionScore: Option[Double], variable: Option[String]) extends Product with Serializable
  66. case class DMAError(code: String, message: String) extends Product with Serializable
  67. case class DMARequest(source: String, startTime: String, endTime: String) extends Product with Serializable
  68. case class DMAResponse(resultId: String, summary: DMASummary, results: Seq[DMAResult]) extends Product with Serializable
  69. case class DMAResult(timestamp: String, value: Option[DMAValue], errors: Option[Seq[DMAError]]) extends Product with Serializable
  70. case class DMASetupInfo(source: String, startTime: String, endTime: String) extends Product with Serializable
  71. case class DMASummary(status: String, errors: Option[Seq[DMAError]], variableStates: Option[Seq[DMAVariableState]], setupInfo: DMASetupInfo) extends Product with Serializable
  72. case class DMAValue(contributors: Option[Seq[DMAContributor]], isAnomaly: Boolean, severity: Double, score: Double) extends Product with Serializable
  73. case class DMAVariableState(variable: Option[String], filledNARatio: Option[Double], effectiveCount: Option[Int], startTime: Option[String], endTime: Option[String], errors: Option[Seq[DMAError]]) extends Product with Serializable
  74. case class DSIRCelebrity(name: String, faceRectangle: Rectangle, confidence: Double) extends Product with Serializable
  75. case class DSIRLandmark(name: String, confidence: Double) extends Product with Serializable
  76. case class DSIRMetadata(width: Int, height: Int, format: String) extends Product with Serializable
  77. case class DSIRResponse(requestId: String, metadata: DSIRMetadata, result: DSIRResult) extends Product with Serializable
  78. case class DSIRResult(celebrities: Option[Seq[DSIRCelebrity]], landmarks: Option[Seq[DSIRLandmark]]) extends Product with Serializable
  79. class DescribeImage extends CognitiveServicesBase with HasCognitiveServiceInput with HasImageInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  80. case class DescribeImageResponse(description: ImageDescription, requestID: String, metadata: ImageMetadata) extends Product with Serializable
  81. case class DetailedSpeechResponse(Confidence: Double, Lexical: String, ITN: String, MaskedITN: String, Display: String) extends Product with Serializable
  82. class Detect extends TextTranslatorBase with TextAsOnlyEntity with BasicLogging
  83. class DetectAnomalies extends AnomalyDetectorBase with BasicLogging
  84. class DetectFace extends CognitiveServicesBase with HasImageUrl with HasServiceParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  85. class DetectLastAnomaly extends AnomalyDetectorBase with BasicLogging
  86. class DetectMultivariateAnomaly extends Model[DetectMultivariateAnomaly] with MADBase
  87. case class DetectResponse(language: String, score: Double, isTranslationSupported: Boolean, isTransliterationSupported: Boolean, alternative: Seq[AlternativeDetectResponse]) extends Product with Serializable
  88. case class DetectedLanguage(name: String, iso6391Name: String, confidenceScore: Double) extends Product with Serializable
  89. case class DiagnosticsInfo(modelState: Option[ModelState], variableStates: Option[Seq[DMAVariableState]]) extends Product with Serializable
  90. class DictionaryExamples extends TextTranslatorBase with HasTextAndTranslationInput with HasFromLanguage with HasToLanguage with HasCognitiveServiceInput with BasicLogging
  91. case class DictionaryExamplesResponse(normalizedSource: String, normalizedTarget: String, examples: Seq[Example]) extends Product with Serializable
  92. class DictionaryLookup extends TextTranslatorBase with TextAsOnlyEntity with HasFromLanguage with HasToLanguage with BasicLogging
  93. case class DictionaryLookupResponse(normalizedSource: String, displaySource: String, translations: Seq[DictionaryTranslation]) extends Product with Serializable
  94. case class DictionaryTranslation(normalizedTarget: String, displayTarget: String, posTag: String, confidence: Double, prefixWord: String, backTranslations: Seq[BackTranslation]) extends Product with Serializable
  95. case class DocumentFilter(prefix: Option[String], suffix: Option[String]) extends Product with Serializable
  96. case class DocumentResult(docType: String, pageRange: Seq[Int], fields: Map[String, FieldResult]) extends Product with Serializable
  97. case class DocumentStatistics(charactersCount: Int, transactionsCount: Int) extends Product with Serializable
  98. case class DocumentTranslationInput(inputs: Seq[BatchRequest]) extends Product with Serializable
  99. class DocumentTranslator extends CognitiveServicesBaseNoHandler with HasInternalJsonOutputParser with HasCognitiveServiceInput with HasServiceName with Wrappable with DocumentTranslatorAsyncReply with BasicLogging with HasSetLinkedService with DomainHelper
  100. trait DocumentTranslatorAsyncReply extends BasicAsyncReply
  101. trait DomainHelper extends AnyRef
  102. case class Element(text: String, boundingBox: Seq[Double]) extends Product with Serializable
  103. case class Emotion(anger: Double, contempt: Double, disgust: Double, fear: Double, happiness: Double, neutral: Double, sadness: Double, surprise: Double) extends Product with Serializable
  104. case class Entity(name: String, matches: Seq[Match], language: String, id: Option[String], url: String, dataSource: String) extends Product with Serializable
  105. class EntityDetector extends TextAnalyticsBase with HasStringIndexType with HasHandler
  106. case class EntityDetectorScoredDoc(id: String, entities: Seq[Entity], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends HasDocId with Product with Serializable
  107. case class Example(sourcePrefix: String, sourceTerm: String, sourceSuffix: String, targetPrefix: String, targetTerm: String, targetSuffix: String) extends Product with Serializable
  108. case class Exposure(exposureLevel: String, value: Double) extends Product with Serializable
  109. case class Face(faceId: String, faceRectangle: Rectangle, faceLandmarks: Option[Map[String, Point]], faceAttributes: Option[FaceAttributes]) extends Product with Serializable
  110. 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
  111. case class FaceGrouping(groups: Array[Array[String]], messyGroup: Array[String]) extends Product with Serializable
  112. case class FaceListContents(faceListId: String, name: String, userData: Option[String], persistedFaces: Array[PersistedFaceInfo]) extends Product with Serializable
  113. case class FaceListInfo(faceListId: String, name: String, userData: Option[String]) extends Product with Serializable
  114. case class FacialHair(moustache: Double, beard: Double, sideburns: Double) extends Product with Serializable
  115. case class Field(fieldName: String, accuracy: Double) extends Product with Serializable
  116. 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
  117. 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
  118. class FindSimilarFace extends CognitiveServicesBase with HasServiceParams with HasMaxNumOfCandidatesReturned with HasFaceIds with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  119. class FitMultivariateAnomaly extends Estimator[DetectMultivariateAnomaly] with MADBase
  120. case class FormCell(kind: String, rowIndex: Int, columnIndex: Int, rowSpan: Int, columnSpan: Int, content: String, boundingRegions: Option[Seq[BoundingRegion]], spans: Option[Seq[FormSpan]]) extends Product with Serializable
  121. case class FormDocumentV3(docType: String, boundingRegions: Option[Seq[BoundingRegion]], spans: Option[Seq[FormSpan]], confidence: Double, fields: Option[Map[String, FormFieldV3]]) extends Product with Serializable
  122. case class FormEntityV3(category: String, subCategory: String, content: String, boundingRegions: Option[Seq[BoundingRegion]], spans: Option[Seq[FormSpan]], confidence: Double) extends Product with Serializable
  123. case class FormFieldV3(type: String, content: Option[String], boundingRegions: Option[Seq[BoundingRegion]], confidence: Option[Double], spans: Option[Seq[FormSpan]], valueString: Option[String], valuePhoneNumber: Option[String], valueContryRegion: Option[String], valueNumber: Option[Double], valueDate: Option[String], valueTime: Option[String], valueObject: Option[String], valueArray: Option[Seq[String]]) extends Product with Serializable
  124. case class FormKV(content: String, boundingRegions: Option[Seq[BoundingRegion]], spans: Option[Seq[FormSpan]]) extends Product with Serializable
  125. case class FormLine(content: String, boundingBox: Option[Seq[Double]], spans: Option[Seq[FormSpan]]) extends Product with Serializable
  126. class FormOntologyLearner extends Estimator[FormOntologyTransformer] with BasicLogging with DefaultParamsWritable with HasInputCol with HasOutputCol with Wrappable
  127. class FormOntologyTransformer extends Model[FormOntologyTransformer] with BasicLogging with ComplexParamsWritable with HasInputCol with HasOutputCol with Wrappable
  128. case class FormReadResult(page: Int, language: Option[String], angle: Double, width: Double, height: Double, unit: String, lines: Option[Seq[ReadLine]]) extends Product with Serializable
  129. abstract class FormRecognizerBase extends CognitiveServicesBaseNoHandler with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicAsyncReply with HasImageInput with HasSetLocation with HasSetLinkedService with HasModelVersion
  130. case class FormSelectionMark(state: String, boundingBox: Option[Seq[Double]], confidence: Double, span: FormSpan) extends Product with Serializable
  131. case class FormSpan(offset: Int, length: Int) extends Product with Serializable
  132. case class FormStyleV3(isHandwritten: Boolean, spans: Option[Seq[FormSpan]], confidence: Double) extends Product with Serializable
  133. case class FormWord(content: String, boundingBox: Option[Seq[Double]], confidence: Double, span: FormSpan) extends Product with Serializable
  134. case class FoundFace(persistedFaceId: Option[String], faceId: Option[String], confidence: Double) extends Product with Serializable
  135. class GenerateThumbnails extends CognitiveServicesBase with HasImageInput with HasWidth with HasHeight with HasSmartCropping with HasCognitiveServiceInput with HasSetLocation with BasicLogging with HasSetLinkedService
  136. class GetCustomModel extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService with BasicLogging with HasModelID
  137. case class GetCustomModelResponse(modelInfo: ModelInfo, keys: String, trainResult: TrainResult) extends Product with Serializable
  138. case class Glossary(format: String, glossaryUrl: String, storageSource: Option[String], version: Option[String]) extends Product with Serializable
  139. class GroupFaces extends CognitiveServicesBase with HasServiceParams with HasFaceIds with HasSetLocation with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicLogging with HasSetLinkedService
  140. case class Hair(bald: Double, invisible: Boolean, hairColor: Array[Color]) extends Product with Serializable
  141. trait HasAPIVersion extends HasServiceParams
  142. trait HasActionCol extends HasServiceParams
  143. trait HasAsyncReply extends Params
  144. trait HasBatchIndexPrompt extends HasServiceParams
  145. trait HasBatchPrompt extends HasServiceParams
  146. trait HasCognitiveServiceInput extends HasURL with HasSubscriptionKey
  147. trait HasDeploymentName extends HasServiceParams
  148. trait HasDetectOrientation extends HasServiceParams
  149. trait HasDocId extends AnyRef
  150. trait HasFaceIds extends HasServiceParams
  151. trait HasFromLanguage extends HasServiceParams
  152. trait HasHeight extends HasServiceParams
  153. trait HasImageBytes extends HasServiceParams
  154. trait HasImageInput extends HasImageUrl with HasImageBytes with HasCognitiveServiceInput
  155. trait HasImageUrl extends HasServiceParams
  156. trait HasIndexName extends HasServiceParams
  157. trait HasIndexPrompt extends HasServiceParams
  158. trait HasInternalJsonOutputParser extends AnyRef
  159. trait HasLanguage extends HasServiceParams
  160. trait HasLocale extends HasServiceParams
  161. trait HasLocaleCol extends HasServiceParams
  162. trait HasMaxNumOfCandidatesReturned extends HasServiceParams
  163. trait HasMaxTokens extends HasServiceParams
  164. trait HasModelID extends HasServiceParams
  165. trait HasModelVersion extends HasServiceParams
  166. trait HasOpenAIParams extends HasServiceParams with HasSetServiceName with HasPrompt with HasBatchPrompt with HasIndexPrompt with HasBatchIndexPrompt with HasAPIVersion with HasDeploymentName with HasMaxTokens
  167. trait HasOpinionMining extends HasServiceParams
  168. trait HasPages extends HasServiceParams
  169. trait HasPrebuiltModelID extends HasServiceParams
  170. trait HasPrompt extends HasServiceParams
  171. trait HasServiceName extends HasServiceParams
  172. trait HasServiceParams extends Params
  173. trait HasSetLinkedService extends Wrappable with HasURL with HasSubscriptionKey with HasUrlPath
  174. trait HasSetLinkedServiceUsingLocation extends HasSetLinkedService with HasSetLocation
  175. trait HasSetLocation extends Wrappable with HasURL with HasUrlPath with DomainHelper
  176. trait HasSetServiceName extends Wrappable with HasURL
  177. trait HasSmartCropping extends HasServiceParams
  178. trait HasStringIndexType extends HasServiceParams
  179. trait HasSubscriptionKey extends HasServiceParams
  180. trait HasSubscriptionRegion extends HasServiceParams
  181. trait HasTextAndTranslationInput extends HasServiceParams
  182. trait HasTextCol extends HasServiceParams
  183. trait HasTextDetails extends HasServiceParams
  184. trait HasTextInput extends HasServiceParams
  185. trait HasToLanguage extends HasServiceParams
  186. trait HasUrlPath extends AnyRef
  187. trait HasVoiceNameCol extends HasServiceParams
  188. trait HasWidth extends HasServiceParams
  189. case class HeadPose(roll: Double, yaw: Double, pitch: Double) extends Product with Serializable
  190. case class HealthEntity(offset: Int, length: Int, text: String, category: String, confidenceScore: Double) extends Product with Serializable
  191. case class HealthEntityRef(ref: String, role: String) extends Product with Serializable
  192. case class HealthRelation(relationType: String, entities: Seq[HealthEntityRef]) extends Product with Serializable
  193. case class IdentifiedFace(faceId: String, candidates: Seq[Candidate]) extends Product with Serializable
  194. class IdentifyFaces extends CognitiveServicesBase with HasServiceParams with HasMaxNumOfCandidatesReturned with HasFaceIds with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  195. case class ImageCaptions(text: String, confidence: Double) extends Product with Serializable
  196. case class ImageDescription(tags: Seq[String], captions: Seq[ImageCaptions]) extends Product with Serializable
  197. case class ImageMetadata(width: Int, height: Int, format: String) extends Product with Serializable
  198. case class ImageTag(name: String, confidence: Double, hint: Option[String]) extends Product with Serializable
  199. 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
  200. 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
  201. case class IndexList(@odata.context: String, value: Seq[IndexName]) extends Product with Serializable
  202. trait IndexLister extends AnyRef
  203. case class IndexName(name: String) extends Product with Serializable
  204. trait IndexParser extends AnyRef
  205. case class IndexStats(documentCount: Int, storageSize: Int) extends Product with Serializable
  206. case class Key(clusters: Map[String, Seq[String]]) extends Product with Serializable
  207. class KeyPhraseExtractor extends TextAnalyticsBase with HasStringIndexType with HasHandler
  208. case class KeyPhraseScoredDoc(id: String, keyPhrases: Seq[String], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends HasDocId with Product with Serializable
  209. case class KeyValuePair(key: Element, value: Element) extends Product with Serializable
  210. case class KeyValuePairV3(key: FormKV, value: FormKV, confidence: Double) extends Product with Serializable
  211. class LanguageDetector extends TextAnalyticsBase with HasStringIndexType with HasHandler
  212. case class LanguageDetectorScoredDoc(id: String, detectedLanguage: Option[DetectedLanguage], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends HasDocId with Product with Serializable
  213. class ListCustomModels extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService with BasicLogging
  214. case class ListCustomModelsResponse(summary: Summary, modelList: Seq[ModelInfo], nextLink: String) extends Product with Serializable
  215. trait MADBase extends HasOutputCol with MADHttpRequest with HasSetLocation with HasInputCols with ComplexParamsWritable with Wrappable with HasErrorCol with BasicLogging
  216. trait MADHttpRequest extends HasURL with HasSubscriptionKey with HasAsyncReply
  217. case class MAEModelInfo(slidingWindow: Option[Int], alignPolicy: Option[AlignPolicy], source: String, startTime: String, endTime: String, displayName: Option[String], status: String, errors: Option[Seq[DMAError]], diagnosticsInfo: Option[DiagnosticsInfo]) extends Product with Serializable
  218. case class MAERequest(source: String, startTime: String, endTime: String, slidingWindow: Option[Int], alignPolicy: Option[AlignPolicy], displayName: Option[String]) extends Product with Serializable
  219. case class MAEResponse(modelId: String, createdTime: String, lastUpdatedTime: String, modelInfo: MAEModelInfo) extends Product with Serializable
  220. case class Makeup(eyeMakeup: Boolean, lipMakeup: Boolean) extends Product with Serializable
  221. case class Match(confidenceScore: Double, text: String, offset: Int, length: Int) extends Product with Serializable
  222. case class ModelInfo(modelId: String, status: String, createDateTime: String, lastUpdatedDateTime: String) extends Product with Serializable
  223. case class ModelState(epochIds: Option[Seq[Int]], trainLosses: Option[Seq[Double]], validationLosses: Option[Seq[Double]], latenciesInSeconds: Option[Seq[Double]]) extends Product with Serializable
  224. class NER extends TextAnalyticsBase with HasStringIndexType with HasHandler
  225. case class NEREntity(text: String, category: String, subcategory: Option[String] = None, offset: Integer, length: Integer, confidenceScore: Double) extends Product with Serializable
  226. case class NERScoredDoc(id: String, entities: Seq[NEREntity], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends HasDocId with Product with Serializable
  227. case class Noise(noiseLevel: String, value: Double) extends Product with Serializable
  228. class OCR extends CognitiveServicesBase with HasLanguage with HasImageInput with HasDetectOrientation with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  229. case class OCRLine(boundingBox: String, words: Seq[OCRWord]) extends Product with Serializable
  230. case class OCRRegion(boundingBox: String, lines: Seq[OCRLine]) extends Product with Serializable
  231. case class OCRResponse(language: String, textAngle: Option[Double], orientation: String, regions: Seq[OCRRegion]) extends Product with Serializable
  232. case class OCRWord(boundingBox: String, text: String) extends Product with Serializable
  233. case class Occlusion(foreheadOccluded: Boolean, eyeOccluded: Boolean, mouthOccluded: Boolean) extends Product with Serializable
  234. case class OpenAIChoice(text: String, index: Long, logprobs: Option[OpenAILogProbs], finish_reason: String) extends Product with Serializable
  235. class OpenAICompletion extends CognitiveServicesBase with HasOpenAIParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicLogging
  236. case class OpenAILogProbs(tokens: Seq[String], token_logprobs: Seq[Double], top_logprobs: Seq[Map[String, Double]], text_offset: Seq[Long]) extends Product with Serializable
  237. class PII extends TextAnalyticsBase with HasStringIndexType with HasHandler
  238. case class PIIEntity(text: String, category: String, subcategory: Option[String] = None, offset: Int, length: Int, confidenceScore: Double) extends Product with Serializable
  239. case class PIIScoredDoc(id: String, entities: Seq[PIIEntity], redactedText: String, warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends HasDocId with Product with Serializable
  240. case class PageResult(page: Int, keyValuePairs: Option[Seq[KeyValuePair]], tables: Seq[Table]) extends Product with Serializable
  241. case class PageResultV3(pageNumber: Int, angle: Double, width: Double, height: Double, unit: String, spans: Option[Seq[FormSpan]], words: Option[Seq[FormWord]], selectionMarks: Option[Seq[FormSelectionMark]], lines: Option[Seq[FormLine]]) extends Product with Serializable
  242. case class PersistedFaceInfo(persistedFaceId: String, userData: Option[String]) extends Product with Serializable
  243. case class PersonGroupInfo(personGroupId: String, name: String, userData: Option[String]) extends Product with Serializable
  244. case class PersonGroupTrainingStatus(status: String, createdDateTime: String, lastActionDateTime: String, message: Option[String]) extends Product with Serializable
  245. case class PersonInfo(personId: String, name: String, userData: Option[String], persistedFaceIds: Seq[String]) extends Product with Serializable
  246. case class Point(x: Double, y: Double) extends Product with Serializable
  247. case class RTLine(boundingBox: Array[Int], text: String, words: Array[RTWord]) extends Product with Serializable
  248. case class RTResponse(status: String, recognitionResult: RTResult) extends Product with Serializable
  249. case class RTResult(lines: Array[RTLine]) extends Product with Serializable
  250. case class RTWord(boundingBox: Array[Int], text: String) extends Product with Serializable
  251. case class ReadAnalyzeResult(version: String, readResults: Seq[ReadResult]) extends Product with Serializable
  252. class ReadImage extends CognitiveServicesBaseNoHandler with BasicAsyncReply with HasImageInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  253. case class ReadLine(boundingBox: Array[Double], text: String, words: Array[ReadWord]) extends Product with Serializable
  254. case class ReadResponse(status: String, createdDateTime: String, lastUpdatedDateTime: String, analyzeResult: ReadAnalyzeResult) extends Product with Serializable
  255. case class ReadResult(page: Int, language: Option[String], angle: Double, width: Double, height: Double, unit: String, lines: Array[ReadLine]) extends Product with Serializable
  256. case class ReadWord(boundingBox: Array[Double], text: String, confidence: Double) extends Product with Serializable
  257. class RecognizeDomainSpecificContent extends CognitiveServicesBase with HasImageInput with HasServiceParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  258. class RecognizeText extends CognitiveServicesBaseNoHandler with BasicAsyncReply with HasImageInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  259. case class Rectangle(left: Int, top: Int, width: Int, height: Int) extends Product with Serializable
  260. case class Rectangle2(x: Int, y: Int, w: Int, h: Int) extends Product with Serializable
  261. case class SSMLConversation(Begin: Int, End: Int, Content: String, Role: String, Style: String) extends Product with Serializable
  262. case class SentLen(srcSentLen: Seq[Int], transSentLen: Seq[Int]) extends Product with Serializable
  263. case class Sentence(text: Option[String], sentiment: String, confidenceScores: SentimentScore, targets: Option[Seq[SentimentTarget]], assessments: Option[Seq[SentimentAssessment]], offset: Int, length: Int) extends Product with Serializable
  264. case class SentimentAssessment(confidenceScores: BinarySentimentScore, length: Int, offset: Int, text: Option[String], sentiment: String, isNegated: Boolean) extends Product with Serializable
  265. case class SentimentRelation(ref: String, relationType: String) extends Product with Serializable
  266. case class SentimentScore(positive: Double, neutral: Double, negative: Double) extends Product with Serializable
  267. case class SentimentTarget(confidenceScores: BinarySentimentScore, length: Int, offset: Int, text: Option[String], sentiment: String, relations: Seq[SentimentRelation]) extends Product with Serializable
  268. trait SharedSpeechFields extends AnyRef
  269. class SimpleDetectAnomalies extends AnomalyDetectorBase with HasOutputCol with BasicLogging
  270. case class SourceInput(filter: Option[DocumentFilter], language: Option[String], sourceUrl: String, storageSource: Option[String]) extends Product with Serializable
  271. case class SourceText(text: String) extends Product with Serializable
  272. class SpeakerEmotionInference extends CognitiveServicesBase with HasLocaleCol with HasVoiceNameCol with HasTextCol with HasSetLocation with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicLogging
  273. case class SpeakerEmotionInferenceError(errorCode: String, errorDetails: String) extends Product with Serializable
  274. case class SpeakerEmotionInferenceResponse(IsValid: Boolean, Conversations: Seq[SSMLConversation]) extends Product with Serializable
  275. 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
  276. abstract class SpeechSDKBase extends Transformer with HasSetLocation with HasServiceParams with HasOutputCol with HasURL with HasSubscriptionKey with ComplexParamsWritable with BasicLogging with HasSetLinkedServiceUsingLocation
  277. case class SpeechSynthesisError(errorCode: String, errorDetails: String, errorReason: String) extends Product with Serializable
  278. class SpeechToText extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedServiceUsingLocation
  279. class SpeechToTextSDK extends SpeechSDKBase with BasicLogging
  280. case class StatusSummary(total: Int, failed: Int, success: Int, inProgress: Int, notYetStarted: Int, cancelled: Int, totalCharacterCharged: Int) extends Product with Serializable
  281. case class Summary(count: Int, limit: Int, lastUpdatedDateTime: String) extends Product with Serializable
  282. case class TADocument(language: Option[String], id: String, text: String) extends Product with Serializable
  283. case class TAError(id: String, error: String) extends Product with Serializable
  284. case class TARequest(documents: Seq[TADocument]) extends Product with Serializable
  285. case class TAResponse[T <: HasDocId](statistics: Option[TAResponseStatistics], documents: Seq[T], errors: Option[Seq[TAError]], modelVersion: Option[String]) extends Product with Serializable
  286. case class TAResponseStatistics(documentsCount: Int, validDocumentsCount: Int, erroneousDocumentsCount: Int, transactionsCount: Int) extends Product with Serializable
  287. case class TAWarning(code: String, message: String, targetRef: Option[String] = None) extends Product with Serializable
  288. case class Table(rows: Int, columns: Int, cells: Seq[Cell], boundingBox: Seq[Double]) extends Product with Serializable
  289. case class TableResultV3(rowCount: Int, columnCount: Int, boundingRegions: Option[Seq[BoundingRegion]], spans: Option[Seq[FormSpan]], cells: Option[Seq[FormCell]]) extends Product with Serializable
  290. class TagImage extends CognitiveServicesBase with HasImageInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  291. case class TagImagesResponse(tags: Seq[ImageTag], requestId: String, metaData: ImageMetadata) extends Product with Serializable
  292. case class TargetInput(category: Option[String], glossaries: Option[Seq[Glossary]], targetUrl: String, language: String, storageSource: Option[String]) extends Product with Serializable
  293. trait TextAnalyticsBaseParams extends HasServiceParams with HasModelVersion
  294. trait TextAnalyticsInputParams extends HasServiceParams
  295. class TextAnalyze extends TextAnalyticsBaseNoBinding with BasicAsyncReply
  296. case class TextAnalyzeAPIResults[T <: HasDocId](state: String, lastUpdateDateTime: Option[String], results: Option[TAResponse[T]]) extends Product with Serializable
  297. case class TextAnalyzeAPITasks(completed: Int, failed: Int, inProgress: Int, total: Int, entityRecognitionTasks: Option[Seq[TextAnalyzeAPIResults[NERScoredDoc]]], entityLinkingTasks: Option[Seq[TextAnalyzeAPIResults[EntityDetectorScoredDoc]]], entityRecognitionPiiTasks: Option[Seq[TextAnalyzeAPIResults[PIIScoredDoc]]], keyPhraseExtractionTasks: Option[Seq[TextAnalyzeAPIResults[KeyPhraseScoredDoc]]], sentimentAnalysisTasks: Option[Seq[TextAnalyzeAPIResults[TextSentimentScoredDoc]]]) extends Product with Serializable
  298. case class TextAnalyzeInput(documents: Seq[TADocument]) extends Product with Serializable
  299. case class TextAnalyzeRequest(displayName: String, analysisInput: TextAnalyzeInput, tasks: TextAnalyzeTasks) extends Product with Serializable
  300. case class TextAnalyzeResponse(status: String, errors: Option[Seq[TAError]], displayName: String, tasks: TextAnalyzeAPITasks) extends Product with Serializable
  301. case class TextAnalyzeTask(parameters: Map[String, String]) extends Product with Serializable
  302. case class TextAnalyzeTasks(entityRecognitionTasks: Seq[TextAnalyzeTask], entityLinkingTasks: Seq[TextAnalyzeTask], entityRecognitionPiiTasks: Seq[TextAnalyzeTask], keyPhraseExtractionTasks: Seq[TextAnalyzeTask], sentimentAnalysisTasks: Seq[TextAnalyzeTask]) extends Product with Serializable
  303. case class TextAndTranslation(text: String, translation: String) extends Product with Serializable
  304. trait TextAsOnlyEntity extends HasTextInput with HasCognitiveServiceInput with HasSubscriptionRegion
  305. class TextSentiment extends TextAnalyticsBase with HasStringIndexType with HasHandler
  306. case class TextSentimentScoredDoc(id: String, sentiment: String, statistics: Option[DocumentStatistics], confidenceScores: SentimentScore, sentences: Seq[Sentence], warnings: Seq[TAWarning]) extends HasDocId with Product with Serializable
  307. class TextToSpeech extends Transformer with HasSetLocation with HasServiceParams with HasErrorCol with HasURL with HasSubscriptionKey with ComplexParamsWritable with BasicLogging with HasSetLinkedServiceUsingLocation
  308. abstract class TextTranslatorBase extends CognitiveServicesBase with HasInternalJsonOutputParser with HasSubscriptionRegion with HasSetLocation with HasSetLinkedServiceUsingLocation
  309. case class TimeSeriesPoint(timestamp: String, value: Double) extends Product with Serializable
  310. case class TrainResult(trainingDocuments: Seq[TrainingDocument], fields: Seq[Field], errors: Seq[String]) extends Product with Serializable
  311. case class TrainingDocument(documentName: String, pages: Int, errors: Seq[String], status: String) extends Product with Serializable
  312. case class TranscriptionParticipant(name: String, language: String, signature: String) extends Product with Serializable
  313. 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
  314. class Translate extends TextTranslatorBase with TextAsOnlyEntity with BasicLogging
  315. case class TranslateResponse(detectedLanguage: Option[TranslatorDetectedLanguage], translations: Seq[Translation], sourceText: Option[SourceText]) extends Product with Serializable
  316. case class Translation(to: String, text: String, transliteration: Option[Transliteration], alignment: Option[Alignment], sentLen: Option[SentLen]) extends Product with Serializable
  317. case class TranslationStatusResponse(id: String, createdDateTimeUtc: String, lastActionDateTimeUtc: String, status: String, summary: StatusSummary) extends Product with Serializable
  318. case class TranslatorDetectedLanguage(language: String, score: Double) extends Product with Serializable
  319. class Transliterate extends TextTranslatorBase with TextAsOnlyEntity with BasicLogging
  320. case class TransliterateResponse(text: String, script: String) extends Product with Serializable
  321. case class Transliteration(script: String, text: String) extends Product with Serializable
  322. case class UnpackedTAResponse[T <: HasDocId](statistics: Option[TAResponseStatistics], document: Option[T], error: Option[TAError], modelVersion: Option[String]) extends Product with Serializable
  323. case class UnpackedTextAnalyzeResponse(entityRecognition: Option[UnpackedTAResponse[NERScoredDoc]], entityLinking: Option[UnpackedTAResponse[EntityDetectorScoredDoc]], pii: Option[UnpackedTAResponse[PIIScoredDoc]], keyPhraseExtraction: Option[UnpackedTAResponse[KeyPhraseScoredDoc]], sentimentAnalysis: Option[UnpackedTAResponse[TextSentimentScoredDoc]]) extends Product with Serializable
  324. class VerifyFaces extends CognitiveServicesBase with HasServiceParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  325. 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 AnalyzeDocument extends ComplexParamsReadable[AnalyzeDocument] with Serializable
  11. object AnalyzeDocumentResponse extends SparkBindings[AnalyzeDocumentResponse]
  12. object AnalyzeHealthText extends ComplexParamsReadable[AnalyzeHealthText] with Serializable
  13. object AnalyzeHealthTextResponse extends SparkBindings[AsyncTAResponse[AnalyzeHealthTextScoredDoc]]
  14. object AnalyzeIDDocuments extends ComplexParamsReadable[AnalyzeIDDocuments] with Serializable
  15. object AnalyzeImage extends ComplexParamsReadable[AnalyzeImage] with Serializable
  16. object AnalyzeInvoices extends ComplexParamsReadable[AnalyzeInvoices] with Serializable
  17. object AnalyzeLayout extends ComplexParamsReadable[AnalyzeLayout] with Serializable
  18. object AnalyzeReceipts extends ComplexParamsReadable[AnalyzeReceipts] with Serializable
  19. object AnalyzeResponse extends SparkBindings[AnalyzeResponse]
  20. object AnalyzeResultV3 extends SparkBindings[AnalyzeResultV3]
  21. object AnomalyDetectorProtocol
  22. object AzureSearchAPIConstants
  23. object AzureSearchProtocol
  24. object AzureSearchWriter extends IndexParser with Logging
  25. object BingImage extends SparkBindings[BingImage]
  26. object BingImageSearch extends ComplexParamsReadable[BingImageSearch] with Serializable
  27. object BingImagesResponse extends SparkBindings[BingImagesResponse]
  28. object BreakSentence extends ComplexParamsReadable[BreakSentence] with Serializable
  29. object BreakSentenceResponse extends SparkBindings[BreakSentenceResponse]
  30. object CompletionResponse extends SparkBindings[CompletionResponse]
  31. object ConversationTranscription extends ComplexParamsReadable[ConversationTranscription] with Serializable
  32. object DMAError extends SparkBindings[DMAError]
  33. object DMARequest extends SparkBindings[DMARequest]
  34. object DMAResponse extends SparkBindings[DMAResponse]
  35. object DSIRResponse extends SparkBindings[DSIRResponse]
  36. object DescribeImage extends ComplexParamsReadable[DescribeImage] with Serializable
  37. object DescribeImageResponse extends SparkBindings[DescribeImageResponse]
  38. object Detect extends ComplexParamsReadable[Detect] with Serializable
  39. object DetectAnomalies extends ComplexParamsReadable[DetectAnomalies] with Serializable
  40. object DetectFace extends ComplexParamsReadable[DetectFace] with Serializable
  41. object DetectLastAnomaly extends ComplexParamsReadable[DetectLastAnomaly] with Serializable
  42. object DetectMultivariateAnomaly extends ComplexParamsReadable[DetectMultivariateAnomaly] with Serializable
  43. object DetectResponse extends SparkBindings[DetectResponse]
  44. object DictionaryExamples extends ComplexParamsReadable[DictionaryExamples] with Serializable
  45. object DictionaryExamplesResponse extends SparkBindings[DictionaryExamplesResponse]
  46. object DictionaryLookup extends ComplexParamsReadable[DictionaryLookup] with Serializable
  47. object DictionaryLookupResponse extends SparkBindings[DictionaryLookupResponse]
  48. object DocumentTranslator extends ComplexParamsReadable[DocumentTranslator] with Serializable
  49. object EntityDetector extends ComplexParamsReadable[EntityDetector] with Serializable
  50. object EntityDetectorResponse extends SparkBindings[TAResponse[EntityDetectorScoredDoc]]
  51. object Face extends SparkBindings[Face]
  52. object FaceGrouping extends SparkBindings[FaceGrouping]
  53. object FindSimilarFace extends ComplexParamsReadable[FindSimilarFace] with Serializable
  54. object FitMultivariateAnomaly extends ComplexParamsReadable[FitMultivariateAnomaly] with Serializable
  55. object FormOntologyLearner extends DefaultParamsReadable[FormOntologyLearner] with Serializable
  56. object FormOntologyTransformer extends ComplexParamsReadable[FormOntologyTransformer] with Serializable
  57. object FormsFlatteners
  58. object FormsJsonProtocol extends DefaultJsonProtocol
  59. object FoundFace extends SparkBindings[FoundFace]
  60. object GenerateThumbnails extends ComplexParamsReadable[GenerateThumbnails] with Serializable
  61. object GetCustomModel extends ComplexParamsReadable[GetCustomModel] with Serializable
  62. object GetCustomModelResponse extends SparkBindings[GetCustomModelResponse]
  63. object GroupFaces extends ComplexParamsReadable[GroupFaces] with Serializable
  64. object IdentifiedFace extends SparkBindings[IdentifiedFace]
  65. object IdentifyFaces extends ComplexParamsReadable[IdentifyFaces] with Serializable
  66. object KeyPhraseExtractor extends ComplexParamsReadable[KeyPhraseExtractor] with Serializable
  67. object KeyPhraseExtractorResponse extends SparkBindings[TAResponse[KeyPhraseScoredDoc]]
  68. object LanguageDetector extends ComplexParamsReadable[LanguageDetector] with Serializable
  69. object LanguageDetectorResponse extends SparkBindings[TAResponse[LanguageDetectorScoredDoc]]
  70. object ListCustomModels extends ComplexParamsReadable[ListCustomModels] with Serializable
  71. object ListCustomModelsResponse extends SparkBindings[ListCustomModelsResponse]
  72. object MADJsonProtocol extends DefaultJsonProtocol
  73. object MADUtils
  74. object MAERequest extends SparkBindings[MAERequest]
  75. object MAEResponse extends SparkBindings[MAEResponse]
  76. object NER extends ComplexParamsReadable[NER] with Serializable
  77. object NERResponse extends SparkBindings[TAResponse[NERScoredDoc]]
  78. object OCR extends ComplexParamsReadable[OCR] with Serializable
  79. object OCRResponse extends SparkBindings[OCRResponse]
  80. object OpenAICompletion extends ComplexParamsReadable[OpenAICompletion] with Serializable
  81. object PII extends ComplexParamsReadable[PII] with Serializable
  82. object PIIResponse extends SparkBindings[TAResponse[PIIScoredDoc]]
  83. object RTResponse extends SparkBindings[RTResponse]
  84. object ReadImage extends ComplexParamsReadable[ReadImage] with Serializable
  85. object ReadResponse extends SparkBindings[ReadResponse]
  86. object RecognizeDomainSpecificContent extends ComplexParamsReadable[RecognizeDomainSpecificContent] with Serializable
  87. object RecognizeText extends ComplexParamsReadable[RecognizeText] with Serializable
  88. object SSMLConversation extends SparkBindings[SSMLConversation]
  89. object SearchIndex extends IndexParser with IndexLister
  90. object SimpleDetectAnomalies extends ComplexParamsReadable[SimpleDetectAnomalies] with Serializable
  91. object SlimStorageClient
  92. object SpeakerEmotionInference extends ComplexParamsReadable[SpeakerEmotionInference] with Serializable
  93. object SpeakerEmotionInferenceError extends SparkBindings[SpeakerEmotionInferenceError]
  94. object SpeakerEmotionInferenceResponse extends SparkBindings[SpeakerEmotionInferenceResponse]
  95. object SpeechAPI
  96. object SpeechFormat extends DefaultJsonProtocol
  97. object SpeechResponse extends SparkBindings[SpeechResponse]
  98. object SpeechSynthesisError extends SparkBindings[SpeechSynthesisError]
  99. object SpeechToText extends ComplexParamsReadable[SpeechToText] with Serializable
  100. object SpeechToTextSDK extends ComplexParamsReadable[SpeechToTextSDK] with Serializable
  101. object TADocument extends SparkBindings[TADocument]
  102. object TAError extends SparkBindings[TAError]
  103. object TAJSONFormat
  104. object TARequest extends SparkBindings[TARequest]
  105. object TagImage extends ComplexParamsReadable[TagImage] with Serializable
  106. object TagImagesResponse extends SparkBindings[TagImagesResponse]
  107. object TextAnalyze extends ComplexParamsReadable[TextAnalyze] with Serializable
  108. object TextAnalyzeRequest extends SparkBindings[TextAnalyzeRequest]
  109. object TextAnalyzeResponse extends SparkBindings[TextAnalyzeResponse]
  110. object TextAnalyzeTask extends SparkBindings[TextAnalyzeTask]
  111. object TextAnalyzeTasks extends SparkBindings[TextAnalyzeTasks]
  112. object TextSentiment extends ComplexParamsReadable[TextSentiment] with Serializable
  113. object TextSentimentResponse extends SparkBindings[TAResponse[TextSentimentScoredDoc]]
  114. object TextSentimentScoredDoc extends SparkBindings[TextSentimentScoredDoc]
  115. object TextToSpeech extends ComplexParamsReadable[TextToSpeech] with Serializable
  116. object TimeSeriesPoint extends SparkBindings[TimeSeriesPoint]
  117. object TranscriptionResponse extends SparkBindings[TranscriptionResponse]
  118. object Translate extends ComplexParamsReadable[Translate] with Serializable
  119. object TranslateResponse extends SparkBindings[TranslateResponse]
  120. object TranslationStatusResponse extends SparkBindings[TranslationStatusResponse]
  121. object TranslatorJsonProtocol extends DefaultJsonProtocol
  122. object Transliterate extends ComplexParamsReadable[Transliterate] with Serializable
  123. object TransliterateResponse extends SparkBindings[TransliterateResponse]
  124. object URLEncodingUtils
  125. object UnpackedAHTResponse extends SparkBindings[UnpackedTAResponse[AnalyzeHealthTextScoredDoc]]
  126. object UnpackedEntityDetectorResponse extends SparkBindings[UnpackedTAResponse[EntityDetectorScoredDoc]]
  127. object UnpackedKPEResponse extends SparkBindings[UnpackedTAResponse[KeyPhraseScoredDoc]]
  128. object UnpackedLanguageDetectorResponse extends SparkBindings[UnpackedTAResponse[LanguageDetectorScoredDoc]]
  129. object UnpackedNERResponse extends SparkBindings[UnpackedTAResponse[NERScoredDoc]]
  130. object UnpackedPIIResponse extends SparkBindings[UnpackedTAResponse[PIIScoredDoc]]
  131. object UnpackedTextAnalyzeResponse extends SparkBindings[UnpackedTextAnalyzeResponse]
  132. object UnpackedTextSentimentResponse extends SparkBindings[UnpackedTAResponse[TextSentimentScoredDoc]]
  133. object VerifyFaces extends ComplexParamsReadable[VerifyFaces] with Serializable

Ungrouped