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
  28. case class AnalyzeDocumentResponse(status: String, createdDateTime: String, lastUpdatedDateTime: String, analyzeResult: AnalyzeResultV3) extends Product with Serializable
  29. class AnalyzeIDDocuments extends FormRecognizerBase with BasicLogging with HasPages with HasTextDetails
  30. class AnalyzeImage extends CognitiveServicesBase with HasImageInput with HasInternalJsonOutputParser with HasCognitiveServiceInput with HasSetLocation with BasicLogging with HasSetLinkedService
  31. class AnalyzeInvoices extends FormRecognizerBase with BasicLogging with HasPages with HasTextDetails with HasLocale
  32. class AnalyzeLayout extends FormRecognizerBase with BasicLogging with HasPages
  33. class AnalyzeReceipts extends FormRecognizerBase with BasicLogging with HasPages with HasTextDetails with HasLocale
  34. case class AnalyzeResponse(status: String, createdDateTime: String, lastUpdatedDateTime: String, analyzeResult: AnalyzeResult) extends Product with Serializable
  35. case class AnalyzeResult(version: String, readResults: Seq[FormReadResult], pageResults: Option[Seq[PageResult]], documentResults: Option[Seq[DocumentResult]]) extends Product with Serializable
  36. 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
  37. abstract class AnomalyDetectorBase extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService
  38. case class AssessmentSDK(text: String, sentiment: String, confidenceScores: SentimentConfidenceScoreSDK, isNegated: Boolean, offset: Int, length: Int) extends Product with Serializable
  39. case class BackTranslation(normalizedText: String, displayText: String, numExamples: Int, frequencyCount: Int) extends Product with Serializable
  40. trait BasicAsyncReply extends HasAsyncReply
  41. case class BatchRequest(source: SourceInput, storageType: Option[String], targets: Seq[TargetInput]) extends Product with Serializable
  42. case class BinarySentimentScoreV3(positive: Double, negative: Double) extends Product with Serializable
  43. 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
  44. class BingImageSearch extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicLogging with HasSetLinkedService
  45. 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
  46. case class BingInstrumentation(_type: String) extends Product with Serializable
  47. case class BingMediaSize(height: Int, width: Int) extends Product with Serializable
  48. case class BingPivot(pivot: String, suggestions: Seq[BingQuery]) extends Product with Serializable
  49. case class BingQuery(displayText: String, searchLink: String, text: String, thumbnail: BingThumbnail, webSearchUrl: String) extends Product with Serializable
  50. case class BingThumbnail(thumbnailUrl: String) extends Product with Serializable
  51. case class Blur(blurLevel: String, value: Double) extends Product with Serializable
  52. case class BoundingRegion(pageNumber: Int, boundingBox: Option[Seq[Double]]) extends Product with Serializable
  53. class BreakSentence extends TextTranslatorBase with TextAsOnlyEntity with BasicLogging
  54. case class BreakSentenceResponse(sentLen: Seq[Int], detectedLanguage: DetectedLanguage) extends Product with Serializable
  55. case class Candidate(personId: String, confidence: Double) extends Product with Serializable
  56. case class Cell(rowIndex: Int, columnIndex: Int, text: String, boundingBox: Seq[Double], isHeader: Option[Boolean], elements: Seq[String]) extends Product with Serializable
  57. abstract class CognitiveServicesBase extends CognitiveServicesBaseNoHandler with HasHandler
  58. abstract class CognitiveServicesBaseNoHandler extends Transformer with ConcurrencyParams with HasOutputCol with HasURL with ComplexParamsWritable with HasSubscriptionKey with HasErrorCol with BasicLogging
  59. case class Color(color: String, confidence: Double) extends Product with Serializable
  60. case class CompletionResponse(id: String, object: String, created: String, model: String, choices: Seq[OpenAIChoice]) extends Product with Serializable
  61. class CompressedStream extends PullAudioInputStreamCallback
  62. class ConversationTranscription extends SpeechSDKBase with BasicLogging
  63. case class DMAContributor(contributionScore: Option[Double], variable: Option[String]) extends Product with Serializable
  64. case class DMAError(code: String, message: String) extends Product with Serializable
  65. case class DMARequest(source: String, startTime: String, endTime: String) extends Product with Serializable
  66. case class DMAResponse(resultId: String, summary: DMASummary, results: Seq[DMAResult]) extends Product with Serializable
  67. case class DMAResult(timestamp: String, value: Option[DMAValue], errors: Option[Seq[DMAError]]) extends Product with Serializable
  68. case class DMASetupInfo(source: String, startTime: String, endTime: String) extends Product with Serializable
  69. case class DMASummary(status: String, errors: Option[Seq[DMAError]], variableStates: Option[Seq[DMAVariableState]], setupInfo: DMASetupInfo) extends Product with Serializable
  70. case class DMAValue(contributors: Option[Seq[DMAContributor]], isAnomaly: Boolean, severity: Double, score: Double) extends Product with Serializable
  71. 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
  72. case class DSIRCelebrity(name: String, faceRectangle: Rectangle, confidence: Double) extends Product with Serializable
  73. case class DSIRLandmark(name: String, confidence: Double) extends Product with Serializable
  74. case class DSIRMetadata(width: Int, height: Int, format: String) extends Product with Serializable
  75. case class DSIRResponse(requestId: String, metadata: DSIRMetadata, result: DSIRResult) extends Product with Serializable
  76. case class DSIRResult(celebrities: Option[Seq[DSIRCelebrity]], landmarks: Option[Seq[DSIRLandmark]]) extends Product with Serializable
  77. class DescribeImage extends CognitiveServicesBase with HasCognitiveServiceInput with HasImageInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  78. case class DescribeImageResponse(description: ImageDescription, requestID: String, metadata: ImageMetadata) extends Product with Serializable
  79. case class DetailedSpeechResponse(Confidence: Double, Lexical: String, ITN: String, MaskedITN: String, Display: String) extends Product with Serializable
  80. class Detect extends TextTranslatorBase with TextAsOnlyEntity with BasicLogging
  81. class DetectAnomalies extends AnomalyDetectorBase with BasicLogging
  82. case class DetectEntitiesScoreV2(id: String, entities: Seq[EntityV2]) extends HasDocId with Product with Serializable
  83. case class DetectEntitiesScoreV3(id: String, entities: Seq[EntityV3], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends HasDocId with Product with Serializable
  84. class DetectFace extends CognitiveServicesBase with HasImageUrl with HasServiceParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  85. case class DetectLanguageScoreV2(id: String, detectedLanguages: Seq[DetectedLanguageV2]) extends HasDocId with Product with Serializable
  86. class DetectLastAnomaly extends AnomalyDetectorBase with BasicLogging
  87. class DetectMultivariateAnomaly extends Model[DetectMultivariateAnomaly] with MADBase
  88. case class DetectResponse(language: String, score: Double, isTranslationSupported: Boolean, isTransliterationSupported: Boolean, alternative: Seq[AlternativeDetectResponse]) extends Product with Serializable
  89. case class DetectedLanguage(language: String, score: Double) extends Product with Serializable
  90. case class DetectedLanguageSDK(name: String, iso6391Name: String, confidenceScore: Double, warnings: Seq[TAWarningSDK]) extends Product with Serializable
  91. case class DetectedLanguageV2(name: String, iso6391Name: String, score: Double) extends Product with Serializable
  92. case class DetectedLanguageV3(name: String, iso6391Name: String, confidenceScore: Double) extends Product with Serializable
  93. case class DiagnosticsInfo(modelState: Option[ModelState], variableStates: Option[Seq[DMAVariableState]]) extends Product with Serializable
  94. class DictionaryExamples extends TextTranslatorBase with HasTextAndTranslationInput with HasFromLanguage with HasToLanguage with HasCognitiveServiceInput with BasicLogging
  95. case class DictionaryExamplesResponse(normalizedSource: String, normalizedTarget: String, examples: Seq[Example]) extends Product with Serializable
  96. class DictionaryLookup extends TextTranslatorBase with TextAsOnlyEntity with HasFromLanguage with HasToLanguage with BasicLogging
  97. case class DictionaryLookupResponse(normalizedSource: String, displaySource: String, translations: Seq[DictionaryTranslation]) extends Product with Serializable
  98. case class DictionaryTranslation(normalizedTarget: String, displayTarget: String, posTag: String, confidence: Double, prefixWord: String, backTranslations: Seq[BackTranslation]) extends Product with Serializable
  99. case class DocumentFilter(prefix: Option[String], suffix: Option[String]) extends Product with Serializable
  100. case class DocumentLanguageV3(id: String, detectedLanguage: Option[DetectedLanguageV3], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends HasDocId with Product with Serializable
  101. case class DocumentResult(docType: String, pageRange: Seq[Int], fields: Map[String, FieldResult]) extends Product with Serializable
  102. case class DocumentStatistics(charactersCount: Int, transactionsCount: Int) extends Product with Serializable
  103. case class DocumentTranslationInput(inputs: Seq[BatchRequest]) extends Product with Serializable
  104. class DocumentTranslator extends CognitiveServicesBaseNoHandler with HasInternalJsonOutputParser with HasCognitiveServiceInput with HasServiceName with Wrappable with DocumentTranslatorAsyncReply with BasicLogging with HasSetLinkedService
  105. trait DocumentTranslatorAsyncReply extends BasicAsyncReply
  106. case class Element(text: String, boundingBox: Seq[Double]) extends Product with Serializable
  107. case class Emotion(anger: Double, contempt: Double, disgust: Double, fear: Double, happiness: Double, neutral: Double, sadness: Double, surprise: Double) extends Product with Serializable
  108. case class EntityDataSourceSDK(name: String, entityId: String) extends Product with Serializable
  109. class EntityDetector extends TextAnalyticsBase with TAV3Mixins
  110. class EntityDetectorSDK extends TextAnalyticsSDKBase[LinkedEntityCollectionSDK]
  111. class EntityDetectorV2 extends TextAnalyticsBase with BasicLogging with HasHandler
  112. case class EntityV2(name: String, matches: Seq[Match], wikipediaLanguage: String, wikipediaId: String, wikipediaUrl: String, bingId: String) extends Product with Serializable
  113. case class EntityV3(name: String, matches: Seq[MatchV3], language: String, id: Option[String], url: String, dataSource: String) extends Product with Serializable
  114. case class Example(sourcePrefix: String, sourceTerm: String, sourceSuffix: String, targetPrefix: String, targetTerm: String, targetSuffix: String) extends Product with Serializable
  115. case class Exposure(exposureLevel: String, value: Double) extends Product with Serializable
  116. case class Face(faceId: String, faceRectangle: Rectangle, faceLandmarks: Option[Map[String, Point]], faceAttributes: Option[FaceAttributes]) extends Product with Serializable
  117. 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
  118. case class FaceGrouping(groups: Array[Array[String]], messyGroup: Array[String]) extends Product with Serializable
  119. case class FaceListContents(faceListId: String, name: String, userData: Option[String], persistedFaces: Array[PersistedFaceInfo]) extends Product with Serializable
  120. case class FaceListInfo(faceListId: String, name: String, userData: Option[String]) extends Product with Serializable
  121. case class FacialHair(moustache: Double, beard: Double, sideburns: Double) extends Product with Serializable
  122. case class Field(fieldName: String, accuracy: Double) extends Product with Serializable
  123. 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
  124. 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
  125. class FindSimilarFace extends CognitiveServicesBase with HasServiceParams with HasMaxNumOfCandidatesReturned with HasFaceIds with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  126. class FitMultivariateAnomaly extends Estimator[DetectMultivariateAnomaly] with MADBase
  127. 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
  128. case class FormDocumentV3(docType: String, boundingRegions: Option[Seq[BoundingRegion]], spans: Option[Seq[FormSpan]], confidence: Double, fields: Option[Map[String, FormFieldV3]]) extends Product with Serializable
  129. case class FormEntityV3(category: String, subCategory: String, content: String, boundingRegions: Option[Seq[BoundingRegion]], spans: Option[Seq[FormSpan]], confidence: Double) extends Product with Serializable
  130. 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
  131. case class FormKV(content: String, boundingRegions: Option[Seq[BoundingRegion]], spans: Option[Seq[FormSpan]]) extends Product with Serializable
  132. case class FormLine(content: String, boundingBox: Option[Seq[Double]], spans: Option[Seq[FormSpan]]) extends Product with Serializable
  133. class FormOntologyLearner extends Estimator[FormOntologyTransformer] with BasicLogging with DefaultParamsWritable with HasInputCol with HasOutputCol with Wrappable
  134. class FormOntologyTransformer extends Model[FormOntologyTransformer] with BasicLogging with ComplexParamsWritable with HasInputCol with HasOutputCol with Wrappable
  135. case class FormReadResult(page: Int, language: Option[String], angle: Double, width: Double, height: Double, unit: String, lines: Option[Seq[ReadLine]]) extends Product with Serializable
  136. abstract class FormRecognizerBase extends CognitiveServicesBaseNoHandler with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicAsyncReply with HasImageInput with HasSetLocation with HasSetLinkedService with HasModelVersion
  137. case class FormSelectionMark(state: String, boundingBox: Option[Seq[Double]], confidence: Double, span: FormSpan) extends Product with Serializable
  138. case class FormSpan(offset: Int, length: Int) extends Product with Serializable
  139. case class FormStyleV3(isHandwritten: Boolean, spans: Option[Seq[FormSpan]], confidence: Double) extends Product with Serializable
  140. case class FormWord(content: String, boundingBox: Option[Seq[Double]], confidence: Double, span: FormSpan) extends Product with Serializable
  141. case class FoundFace(persistedFaceId: Option[String], faceId: Option[String], confidence: Double) extends Product with Serializable
  142. class GenerateThumbnails extends CognitiveServicesBase with HasImageInput with HasWidth with HasHeight with HasSmartCropping with HasInternalJsonOutputParser with HasCognitiveServiceInput with HasSetLocation with BasicLogging with HasSetLinkedService
  143. class GetCustomModel extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService with BasicLogging with HasModelID
  144. case class GetCustomModelResponse(modelInfo: ModelInfo, keys: String, trainResult: TrainResult) extends Product with Serializable
  145. case class Glossary(format: String, glossaryUrl: String, storageSource: Option[String], version: Option[String]) extends Product with Serializable
  146. class GroupFaces extends CognitiveServicesBase with HasServiceParams with HasFaceIds with HasSetLocation with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicLogging with HasSetLinkedService
  147. case class Hair(bald: Double, invisible: Boolean, hairColor: Array[Color]) extends Product with Serializable
  148. trait HasAPIVersion extends HasServiceParams
  149. trait HasActionCol extends HasServiceParams
  150. trait HasAsyncReply extends Params
  151. trait HasBatchIndexPrompt extends HasServiceParams
  152. trait HasBatchPrompt extends HasServiceParams
  153. trait HasCognitiveServiceInput extends HasURL with HasSubscriptionKey
  154. trait HasDeploymentName extends HasServiceParams
  155. trait HasDetectOrientation extends HasServiceParams
  156. trait HasDocId extends AnyRef
  157. trait HasFaceIds extends HasServiceParams
  158. trait HasFromLanguage extends HasServiceParams
  159. trait HasHeight extends HasServiceParams
  160. trait HasImageBytes extends HasServiceParams
  161. trait HasImageInput extends HasImageUrl with HasImageBytes with HasCognitiveServiceInput
  162. trait HasImageUrl extends HasServiceParams
  163. trait HasIndexName extends HasServiceParams
  164. trait HasIndexPrompt extends HasServiceParams
  165. trait HasInternalJsonOutputParser extends AnyRef
  166. trait HasLanguage extends HasServiceParams
  167. trait HasLocale extends HasServiceParams
  168. trait HasMaxNumOfCandidatesReturned extends HasServiceParams
  169. trait HasMaxTokens extends HasServiceParams
  170. trait HasModelID extends HasServiceParams
  171. trait HasModelVersion extends HasServiceParams
  172. trait HasOpenAIParams extends HasServiceParams with HasSetServiceName with HasPrompt with HasBatchPrompt with HasIndexPrompt with HasBatchIndexPrompt with HasAPIVersion with HasDeploymentName with HasMaxTokens
  173. trait HasOpinionMining extends HasServiceParams
  174. trait HasOptions extends HasServiceParams
  175. trait HasPages extends HasServiceParams
  176. trait HasPrebuiltModelID extends HasServiceParams
  177. trait HasPrompt extends HasServiceParams
  178. trait HasServiceName extends HasServiceParams
  179. trait HasServiceParams extends Params
  180. trait HasSetLinkedService extends Wrappable with HasURL with HasSubscriptionKey with HasUrlPath
  181. trait HasSetLinkedServiceUsingLocation extends HasSetLinkedService with HasSetLocation
  182. trait HasSetLocation extends Wrappable with HasURL with HasUrlPath
  183. trait HasSetServiceName extends Wrappable with HasURL
  184. trait HasShowStats extends HasServiceParams
  185. trait HasSmartCropping extends HasServiceParams
  186. trait HasStringIndexType extends HasServiceParams
  187. trait HasSubscriptionKey extends HasServiceParams
  188. trait HasSubscriptionRegion extends HasServiceParams
  189. trait HasTextAndTranslationInput extends HasServiceParams
  190. trait HasTextDetails extends HasServiceParams
  191. trait HasTextInput extends HasServiceParams
  192. trait HasToLanguage extends HasServiceParams
  193. trait HasUrlPath extends AnyRef
  194. trait HasWidth extends HasServiceParams
  195. case class HeadPose(roll: Double, yaw: Double, pitch: Double) extends Product with Serializable
  196. case class HealthEntitiesOperationDetailSDK(createdAt: String, expiresAt: String, lastModifiedAt: String, operationId: String) extends Product with Serializable
  197. case class HealthEntitiesResultSDK(id: String, warnings: Seq[TAWarningSDK], entities: Seq[HealthcareEntitySDK], entityRelation: Seq[HealthcareEntityRelationSDK]) extends Product with Serializable
  198. case class HealthcareEntityAssertionSDK(association: Option[String], certainty: Option[String], conditionality: Option[String]) extends Product with Serializable
  199. case class HealthcareEntityRelationRoleSDK(entity: HealthcareEntitySDK, name: String) extends Product with Serializable
  200. case class HealthcareEntityRelationSDK(relationType: String, roles: Seq[HealthcareEntityRelationRoleSDK]) extends Product with Serializable
  201. case class HealthcareEntitySDK(assertion: Option[HealthcareEntityAssertionSDK], category: String, confidenceScore: Double, dataSources: Seq[EntityDataSourceSDK], length: Int, normalizedText: String, offset: Int, subCategory: String, text: String) extends Product with Serializable
  202. class HealthcareSDK extends TextAnalyticsSDKBase[HealthEntitiesResultSDK]
  203. case class IdentifiedFace(faceId: String, candidates: Seq[Candidate]) extends Product with Serializable
  204. class IdentifyFaces extends CognitiveServicesBase with HasServiceParams with HasMaxNumOfCandidatesReturned with HasFaceIds with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  205. case class ImageCaptions(text: String, confidence: Double) extends Product with Serializable
  206. case class ImageDescription(tags: Seq[String], captions: Seq[ImageCaptions]) extends Product with Serializable
  207. case class ImageMetadata(width: Int, height: Int, format: String) extends Product with Serializable
  208. case class ImageTag(name: String, confidence: Double, hint: Option[String]) extends Product with Serializable
  209. 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
  210. 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
  211. case class IndexList(@odata.context: String, value: Seq[IndexName]) extends Product with Serializable
  212. trait IndexLister extends AnyRef
  213. case class IndexName(name: String) extends Product with Serializable
  214. trait IndexParser extends AnyRef
  215. case class IndexStats(documentCount: Int, storageSize: Int) extends Product with Serializable
  216. case class Key(clusters: Map[String, Seq[String]]) extends Product with Serializable
  217. class KeyPhraseExtractor extends TextAnalyticsBase with TAV3Mixins
  218. class KeyPhraseExtractorSDK extends TextAnalyticsSDKBase[KeyphraseSDK]
  219. class KeyPhraseExtractorV2 extends TextAnalyticsBase with BasicLogging with HasHandler
  220. case class KeyPhraseScoreV2(id: String, keyPhrases: Seq[String]) extends HasDocId with Product with Serializable
  221. case class KeyPhraseScoreV3(id: String, keyPhrases: Seq[String], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends HasDocId with Product with Serializable
  222. case class KeyValuePair(key: Element, value: Element) extends Product with Serializable
  223. case class KeyValuePairV3(key: FormKV, value: FormKV, confidence: Double) extends Product with Serializable
  224. case class KeyphraseSDK(keyPhrases: Seq[String], warnings: Seq[TAWarningSDK]) extends Product with Serializable
  225. class LanguageDetector extends TextAnalyticsBase with HasModelVersion with HasShowStats with BasicLogging with HasHandler
  226. class LanguageDetectorSDK extends TextAnalyticsSDKBase[DetectedLanguageSDK]
  227. class LanguageDetectorV2 extends TextAnalyticsBase with BasicLogging with HasHandler
  228. case class LinkedEntityCollectionSDK(entities: Seq[LinkedEntitySDK], warnings: Seq[TAWarningSDK]) extends Product with Serializable
  229. case class LinkedEntityMatchSDK(text: String, confidenceScore: Double, offset: Int, length: Int) extends Product with Serializable
  230. case class LinkedEntitySDK(name: String, matches: Seq[LinkedEntityMatchSDK], language: String, dataSourceEntityId: String, url: String, dataSource: String, bingEntitySearchApiId: String) extends Product with Serializable
  231. class ListCustomModels extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService with BasicLogging
  232. case class ListCustomModelsResponse(summary: Summary, modelList: Seq[ModelInfo], nextLink: String) extends Product with Serializable
  233. case class LocalNEREntityV2(value: String, startIndex: Int, precision: Double, category: String) extends Product with Serializable
  234. case class LocalNERScoreV2(id: String, entities: Seq[LocalNEREntityV2]) extends HasDocId with Product with Serializable
  235. trait MADBase extends HasOutputCol with MADHttpRequest with HasSetLocation with HasInputCols with ComplexParamsWritable with Wrappable with HasErrorCol with BasicLogging
  236. trait MADHttpRequest extends HasURL with HasSubscriptionKey with HasAsyncReply
  237. 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
  238. case class MAERequest(source: String, startTime: String, endTime: String, slidingWindow: Option[Int], alignPolicy: Option[AlignPolicy], displayName: Option[String]) extends Product with Serializable
  239. case class MAEResponse(modelId: String, createdTime: String, lastUpdatedTime: String, modelInfo: MAEModelInfo) extends Product with Serializable
  240. case class Makeup(eyeMakeup: Boolean, lipMakeup: Boolean) extends Product with Serializable
  241. case class Match(text: String, offset: Int, length: Int) extends Product with Serializable
  242. case class MatchV3(confidenceScore: Double, text: String, offset: Int, length: Int) extends Product with Serializable
  243. case class ModelInfo(modelId: String, status: String, createDateTime: String, lastUpdatedDateTime: String) extends Product with Serializable
  244. case class ModelState(epochIds: Option[Seq[Int]], trainLosses: Option[Seq[Double]], validationLosses: Option[Seq[Double]], latenciesInSeconds: Option[Seq[Double]]) extends Product with Serializable
  245. class NER extends TextAnalyticsBase with HasModelVersion with HasShowStats with HasStringIndexType with BasicLogging with HasHandler
  246. case class NERCollectionSDK(entities: Seq[NEREntitySDK], warnings: Seq[TAWarningSDK]) extends Product with Serializable
  247. case class NERDocV2(id: String, entities: Seq[NEREntityV2]) extends HasDocId with Product with Serializable
  248. case class NERDocV3(id: String, entities: Seq[NEREntityV3], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends HasDocId with Product with Serializable
  249. case class NEREntitySDK(text: String, category: String, subCategory: String, confidenceScore: Double, offset: Int, length: Int) extends Product with Serializable
  250. 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
  251. case class NEREntityV3(text: String, category: String, subcategory: Option[String] = None, offset: Integer, length: Integer, confidenceScore: Double) extends Product with Serializable
  252. case class NERMatchV2(text: String, offset: Int, length: Int) extends Product with Serializable
  253. class NERSDK extends TextAnalyticsSDKBase[NERCollectionSDK]
  254. class NERV2 extends TextAnalyticsBase with BasicLogging with HasHandler
  255. case class Noise(noiseLevel: String, value: Double) extends Product with Serializable
  256. class OCR extends CognitiveServicesBase with HasLanguage with HasImageInput with HasDetectOrientation with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  257. case class OCRLine(boundingBox: String, words: Seq[OCRWord]) extends Product with Serializable
  258. case class OCRRegion(boundingBox: String, lines: Seq[OCRLine]) extends Product with Serializable
  259. case class OCRResponse(language: String, textAngle: Option[Double], orientation: String, regions: Seq[OCRRegion]) extends Product with Serializable
  260. case class OCRWord(boundingBox: String, text: String) extends Product with Serializable
  261. case class Occlusion(foreheadOccluded: Boolean, eyeOccluded: Boolean, mouthOccluded: Boolean) extends Product with Serializable
  262. case class OpenAIChoice(text: String, index: Long, logprobs: Option[OpenAILogProbs], finish_reason: String) extends Product with Serializable
  263. class OpenAICompletion extends CognitiveServicesBase with HasOpenAIParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicLogging
  264. case class OpenAILogProbs(tokens: Seq[String], token_logprobs: Seq[Double], top_logprobs: Seq[Map[String, Double]], text_offset: Seq[Long]) extends Product with Serializable
  265. case class OpinionSDK(target: TargetSDK, assessments: Seq[AssessmentSDK]) extends Product with Serializable
  266. class PII extends TextAnalyticsBase with TAV3Mixins
  267. case class PIIDocV3(id: String, entities: Seq[PIIEntityV3], redactedText: String, warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends HasDocId with Product with Serializable
  268. case class PIIEntityCollectionSDK(entities: Seq[PIIEntitySDK], redactedText: String, warnings: Seq[TAWarningSDK]) extends Product with Serializable
  269. case class PIIEntitySDK(text: String, category: String, subCategory: String, confidenceScore: Double, offset: Int, length: Int) extends Product with Serializable
  270. case class PIIEntityV3(text: String, category: String, subcategory: Option[String] = None, offset: Integer, length: Integer, confidenceScore: Double) extends Product with Serializable
  271. class PIISDK extends TextAnalyticsSDKBase[PIIEntityCollectionSDK]
  272. case class PageResult(page: Int, keyValuePairs: Option[Seq[KeyValuePair]], tables: Seq[Table]) extends Product with Serializable
  273. 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
  274. case class PersistedFaceInfo(persistedFaceId: String, userData: Option[String]) extends Product with Serializable
  275. case class PersonGroupInfo(personGroupId: String, name: String, userData: Option[String]) extends Product with Serializable
  276. case class PersonGroupTrainingStatus(status: String, createdDateTime: String, lastActionDateTime: String, message: Option[String]) extends Product with Serializable
  277. case class PersonInfo(personId: String, name: String, userData: Option[String], persistedFaceIds: Seq[String]) extends Product with Serializable
  278. case class Point(x: Double, y: Double) extends Product with Serializable
  279. case class RTLine(boundingBox: Array[Int], text: String, words: Array[RTWord]) extends Product with Serializable
  280. case class RTResponse(status: String, recognitionResult: RTResult) extends Product with Serializable
  281. case class RTResult(lines: Array[RTLine]) extends Product with Serializable
  282. case class RTWord(boundingBox: Array[Int], text: String) extends Product with Serializable
  283. case class ReadAnalyzeResult(version: String, readResults: Seq[ReadResult]) extends Product with Serializable
  284. class ReadImage extends CognitiveServicesBaseNoHandler with BasicAsyncReply with HasImageInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  285. case class ReadLine(boundingBox: Array[Double], text: String, words: Array[ReadWord]) extends Product with Serializable
  286. case class ReadResponse(status: String, createdDateTime: String, lastUpdatedDateTime: String, analyzeResult: ReadAnalyzeResult) extends Product with Serializable
  287. case class ReadResult(page: Int, language: Option[String], angle: Double, width: Double, height: Double, unit: String, lines: Array[ReadLine]) extends Product with Serializable
  288. case class ReadWord(boundingBox: Array[Double], text: String, confidence: Double) extends Product with Serializable
  289. class RecognizeDomainSpecificContent extends CognitiveServicesBase with HasImageInput with HasServiceParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  290. class RecognizeText extends CognitiveServicesBaseNoHandler with BasicAsyncReply with HasImageInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  291. case class Rectangle(left: Int, top: Int, width: Int, height: Int) extends Product with Serializable
  292. case class Rectangle2(x: Int, y: Int, w: Int, h: Int) extends Product with Serializable
  293. case class SentLen(srcSentLen: Seq[Int], transSentLen: Seq[Int]) extends Product with Serializable
  294. case class Sentence(text: Option[String], sentiment: String, confidenceScores: SentimentScoreV3, targets: Option[Seq[SentimentTarget]], assessments: Option[Seq[SentimentAssessment]], offset: Int, length: Int) extends Product with Serializable
  295. case class SentimentAssessment(confidenceScores: BinarySentimentScoreV3, length: Int, offset: Int, text: Option[String], sentiment: String, isNegated: Boolean) extends Product with Serializable
  296. case class SentimentConfidenceScoreSDK(negative: Double, neutral: Double, positive: Double) extends Product with Serializable
  297. case class SentimentRelation(ref: String, relationType: String) extends Product with Serializable
  298. case class SentimentScoreV2(id: String, score: Float) extends HasDocId with Product with Serializable
  299. case class SentimentScoreV3(positive: Double, neutral: Double, negative: Double) extends Product with Serializable
  300. case class SentimentScoredDocumentSDK(sentiment: String, confidenceScores: SentimentConfidenceScoreSDK, sentences: Seq[SentimentSentenceSDK], warnings: Seq[TAWarningSDK]) extends Product with Serializable
  301. case class SentimentScoredDocumentV3(id: String, sentiment: String, statistics: Option[DocumentStatistics], confidenceScores: SentimentScoreV3, sentences: Seq[Sentence], warnings: Seq[TAWarning]) extends HasDocId with Product with Serializable
  302. case class SentimentSentenceSDK(text: String, sentiment: String, confidenceScores: SentimentConfidenceScoreSDK, opinions: Option[Seq[OpinionSDK]], offset: Int, length: Int) extends Product with Serializable
  303. case class SentimentTarget(confidenceScores: BinarySentimentScoreV3, length: Int, offset: Int, text: Option[String], sentiment: String, relations: Seq[SentimentRelation]) extends Product with Serializable
  304. trait SharedSpeechFields extends AnyRef
  305. class SimpleDetectAnomalies extends AnomalyDetectorBase with HasOutputCol with BasicLogging
  306. case class SourceInput(filter: Option[DocumentFilter], language: Option[String], sourceUrl: String, storageSource: Option[String]) extends Product with Serializable
  307. case class SourceText(text: String) extends Product with Serializable
  308. 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
  309. abstract class SpeechSDKBase extends Transformer with HasSetLocation with HasServiceParams with HasOutputCol with HasURL with HasSubscriptionKey with ComplexParamsWritable with BasicLogging with HasSetLinkedServiceUsingLocation
  310. case class SpeechSynthesisError(errorCode: String, errorDetails: String, errorReason: String) extends Product with Serializable
  311. class SpeechToText extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedServiceUsingLocation
  312. class SpeechToTextSDK extends SpeechSDKBase with BasicLogging
  313. case class StatusSummary(total: Int, failed: Int, success: Int, inProgress: Int, notYetStarted: Int, cancelled: Int, totalCharacterCharged: Int) extends Product with Serializable
  314. case class Summary(count: Int, limit: Int, lastUpdatedDateTime: String) extends Product with Serializable
  315. case class TADocument(language: Option[String], id: String, text: String) extends Product with Serializable
  316. case class TAError(id: String, error: String) extends Product with Serializable
  317. case class TAErrorSDK(errorCode: String, errorMessage: String, target: String) extends Product with Serializable
  318. case class TARequest(documents: Seq[TADocument]) extends Product with Serializable
  319. case class TAResponse[T <: HasDocId](statistics: Option[TAResponseStatistics], documents: Seq[T], errors: Option[Seq[TAError]], modelVersion: Option[String]) extends Product with Serializable
  320. case class TAResponseSDK[T](result: Option[T], error: Option[TAErrorSDK], statistics: Option[DocumentStatistics]) extends Product with Serializable
  321. case class TAResponseStatistics(documentsCount: Int, validDocumentsCount: Int, erroneousDocumentsCount: Int, transactionsCount: Int) extends Product with Serializable
  322. trait TAV3Mixins extends HasModelVersion with HasShowStats with HasStringIndexType with BasicLogging with HasHandler
  323. case class TAWarning(code: String, message: String, targetRef: Option[String] = None) extends Product with Serializable
  324. case class TAWarningSDK(warningCode: String, message: String) extends Product with Serializable
  325. case class Table(rows: Int, columns: Int, cells: Seq[Cell], boundingBox: Seq[Double]) extends Product with Serializable
  326. case class TableResultV3(rowCount: Int, columnCount: Int, boundingRegions: Option[Seq[BoundingRegion]], spans: Option[Seq[FormSpan]], cells: Option[Seq[FormCell]]) extends Product with Serializable
  327. class TagImage extends CognitiveServicesBase with HasImageInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  328. case class TagImagesResponse(tags: Seq[ImageTag], requestId: String, metaData: ImageMetadata) extends Product with Serializable
  329. case class TargetInput(category: Option[String], glossaries: Option[Seq[Glossary]], targetUrl: String, language: String, storageSource: Option[String]) extends Product with Serializable
  330. case class TargetSDK(text: String, sentiment: String, confidenceScores: SentimentConfidenceScoreSDK, offset: Int, length: Int) extends Product with Serializable
  331. abstract class TextAnalyticsBase extends CognitiveServicesBaseNoHandler with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService with TextAnalyticsInputParams
  332. trait TextAnalyticsInputParams extends HasServiceParams
  333. class TextAnalyze extends TextAnalyticsBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService with BasicAsyncReply
  334. case class TextAnalyzeAPIResult[T <: HasDocId](documents: Seq[T], errors: Seq[TAError], modelVersion: String) extends Product with Serializable
  335. case class TextAnalyzeAPIResults[T <: HasDocId](state: String, lastUpdateDateTime: Option[String], results: Option[TextAnalyzeAPIResult[T]]) extends Product with Serializable
  336. case class TextAnalyzeAPITasks(completed: Int, failed: Int, inProgress: Int, total: Int, entityRecognitionTasks: Option[Seq[TextAnalyzeAPIResults[NERDocV3]]], entityLinkingTasks: Option[Seq[TextAnalyzeAPIResults[DetectEntitiesScoreV3]]], entityRecognitionPiiTasks: Option[Seq[TextAnalyzeAPIResults[PIIDocV3]]], keyPhraseExtractionTasks: Option[Seq[TextAnalyzeAPIResults[KeyPhraseScoreV3]]], sentimentAnalysisTasks: Option[Seq[TextAnalyzeAPIResults[SentimentScoredDocumentV3]]]) extends Product with Serializable
  337. case class TextAnalyzeInput(documents: Seq[TADocument]) extends Product with Serializable
  338. case class TextAnalyzeRequest(displayName: String, analysisInput: TextAnalyzeInput, tasks: TextAnalyzeTasks) extends Product with Serializable
  339. case class TextAnalyzeResponse(status: String, errors: Option[Seq[TAError]], displayName: String, tasks: TextAnalyzeAPITasks) extends Product with Serializable
  340. case class TextAnalyzeResult[T <: HasDocId](result: Option[T], error: Option[TAError]) extends Product with Serializable
  341. case class TextAnalyzeSimplifiedResponse(entityRecognition: Option[Seq[TextAnalyzeResult[NERDocV3]]], entityLinking: Option[Seq[TextAnalyzeResult[DetectEntitiesScoreV3]]], entityRecognitionPii: Option[Seq[TextAnalyzeResult[PIIDocV3]]], keyPhraseExtraction: Option[Seq[TextAnalyzeResult[KeyPhraseScoreV3]]], sentimentAnalysis: Option[Seq[TextAnalyzeResult[SentimentScoredDocumentV3]]]) extends Product with Serializable
  342. case class TextAnalyzeTask(parameters: Map[String, String]) extends Product with Serializable
  343. class TextAnalyzeTaskParam extends CognitiveServiceStructParam[Seq[TextAnalyzeTask]]
  344. case class TextAnalyzeTasks(entityRecognitionTasks: Seq[TextAnalyzeTask], entityLinkingTasks: Seq[TextAnalyzeTask], entityRecognitionPiiTasks: Seq[TextAnalyzeTask], keyPhraseExtractionTasks: Seq[TextAnalyzeTask], sentimentAnalysisTasks: Seq[TextAnalyzeTask]) extends Product with Serializable
  345. case class TextAndTranslation(text: String, translation: String) extends Product with Serializable
  346. trait TextAsOnlyEntity extends HasTextInput with HasCognitiveServiceInput with HasSubscriptionRegion
  347. case class TextDocumentInputs(id: String, text: String) extends Product with Serializable
  348. class TextSentiment extends TextAnalyticsBase with TAV3Mixins
  349. class TextSentimentSDK extends TextAnalyticsSDKBase[SentimentScoredDocumentSDK] with HasOpinionMining
  350. class TextSentimentV2 extends TextAnalyticsBase with BasicLogging with HasHandler
  351. class TextToSpeech extends Transformer with HasSetLocation with HasServiceParams with HasErrorCol with HasURL with HasSubscriptionKey with ComplexParamsWritable with BasicLogging with HasSetLinkedServiceUsingLocation
  352. abstract class TextTranslatorBase extends CognitiveServicesBase with HasInternalJsonOutputParser with HasSubscriptionRegion with HasSetLocation with HasSetLinkedServiceUsingLocation
  353. case class TimeSeriesPoint(timestamp: String, value: Double) extends Product with Serializable
  354. case class TrainResult(trainingDocuments: Seq[TrainingDocument], fields: Seq[Field], errors: Seq[String]) extends Product with Serializable
  355. case class TrainingDocument(documentName: String, pages: Int, errors: Seq[String], status: String) extends Product with Serializable
  356. case class TranscriptionParticipant(name: String, language: String, signature: String) extends Product with Serializable
  357. 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
  358. class Translate extends TextTranslatorBase with TextAsOnlyEntity with BasicLogging
  359. case class TranslateResponse(detectedLanguage: Option[DetectedLanguage], translations: Seq[Translation], sourceText: Option[SourceText]) extends Product with Serializable
  360. case class Translation(to: String, text: String, transliteration: Option[Transliteration], alignment: Option[Alignment], sentLen: Option[SentLen]) extends Product with Serializable
  361. case class TranslationStatusResponse(id: String, createdDateTimeUtc: String, lastActionDateTimeUtc: String, status: String, summary: StatusSummary) extends Product with Serializable
  362. class Transliterate extends TextTranslatorBase with TextAsOnlyEntity with BasicLogging
  363. case class TransliterateResponse(text: String, script: String) extends Product with Serializable
  364. case class Transliteration(script: String, text: String) extends Product with Serializable
  365. class VerifyFaces extends CognitiveServicesBase with HasServiceParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  366. 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 AnalyzeIDDocuments extends ComplexParamsReadable[AnalyzeIDDocuments] with Serializable
  13. object AnalyzeImage extends ComplexParamsReadable[AnalyzeImage] with Serializable
  14. object AnalyzeInvoices extends ComplexParamsReadable[AnalyzeInvoices] with Serializable
  15. object AnalyzeLayout extends ComplexParamsReadable[AnalyzeLayout] with Serializable
  16. object AnalyzeReceipts extends ComplexParamsReadable[AnalyzeReceipts] with Serializable
  17. object AnalyzeResponse extends SparkBindings[AnalyzeResponse]
  18. object AnalyzeResultV3 extends SparkBindings[AnalyzeResultV3]
  19. object AnomalyDetectorProtocol
  20. object AzureSearchAPIConstants
  21. object AzureSearchProtocol
  22. object AzureSearchWriter extends IndexParser with Logging
  23. object BingImage extends SparkBindings[BingImage]
  24. object BingImageSearch extends ComplexParamsReadable[BingImageSearch] with Serializable
  25. object BingImagesResponse extends SparkBindings[BingImagesResponse]
  26. object BreakSentence extends ComplexParamsReadable[BreakSentence] with Serializable
  27. object BreakSentenceResponse extends SparkBindings[BreakSentenceResponse]
  28. object CompletionResponse extends SparkBindings[CompletionResponse]
  29. object ConversationTranscription extends ComplexParamsReadable[ConversationTranscription] with Serializable
  30. object DMAError extends SparkBindings[DMAError]
  31. object DMARequest extends SparkBindings[DMARequest]
  32. object DMAResponse extends SparkBindings[DMAResponse]
  33. object DSIRResponse extends SparkBindings[DSIRResponse]
  34. object DescribeImage extends ComplexParamsReadable[DescribeImage] with Serializable
  35. object DescribeImageResponse extends SparkBindings[DescribeImageResponse]
  36. object Detect extends ComplexParamsReadable[Detect] with Serializable
  37. object DetectAnomalies extends ComplexParamsReadable[DetectAnomalies] with Serializable
  38. object DetectEntitiesResponseV2 extends SparkBindings[TAResponse[DetectEntitiesScoreV2]]
  39. object DetectEntitiesResponseV3 extends SparkBindings[TAResponse[DetectEntitiesScoreV3]]
  40. object DetectFace extends ComplexParamsReadable[DetectFace] with Serializable
  41. object DetectLanguageResponseSDK extends SparkBindings[TAResponseSDK[DetectedLanguageSDK]]
  42. object DetectLanguageResponseV2 extends SparkBindings[TAResponse[DetectLanguageScoreV2]]
  43. object DetectLanguageResponseV3 extends SparkBindings[TAResponse[DocumentLanguageV3]]
  44. object DetectLastAnomaly extends ComplexParamsReadable[DetectLastAnomaly] with Serializable
  45. object DetectMultivariateAnomaly extends ComplexParamsReadable[DetectMultivariateAnomaly] with Serializable
  46. object DetectResponse extends SparkBindings[DetectResponse]
  47. object DictionaryExamples extends ComplexParamsReadable[DictionaryExamples] with Serializable
  48. object DictionaryExamplesResponse extends SparkBindings[DictionaryExamplesResponse]
  49. object DictionaryLookup extends ComplexParamsReadable[DictionaryLookup] with Serializable
  50. object DictionaryLookupResponse extends SparkBindings[DictionaryLookupResponse]
  51. object DocumentTranslator extends ComplexParamsReadable[DocumentTranslator] with Serializable
  52. object EntityDetector extends ComplexParamsReadable[EntityDetector] with Serializable
  53. object EntityDetectorSDK extends ComplexParamsReadable[EntityDetectorSDK] with Serializable
  54. object EntityDetectorV2 extends ComplexParamsReadable[EntityDetectorV2] with Serializable
  55. object Face extends SparkBindings[Face]
  56. object FaceGrouping extends SparkBindings[FaceGrouping]
  57. object FindSimilarFace extends ComplexParamsReadable[FindSimilarFace] with Serializable
  58. object FitMultivariateAnomaly extends ComplexParamsReadable[FitMultivariateAnomaly] with Serializable
  59. object FormOntologyLearner extends DefaultParamsReadable[FormOntologyLearner] with Serializable
  60. object FormOntologyTransformer extends ComplexParamsReadable[FormOntologyTransformer] with Serializable
  61. object FormsFlatteners
  62. object FormsJsonProtocol extends DefaultJsonProtocol
  63. object FoundFace extends SparkBindings[FoundFace]
  64. object GenerateThumbnails extends ComplexParamsReadable[GenerateThumbnails] with Serializable
  65. object GetCustomModel extends ComplexParamsReadable[GetCustomModel] with Serializable
  66. object GetCustomModelResponse extends SparkBindings[GetCustomModelResponse]
  67. object GroupFaces extends ComplexParamsReadable[GroupFaces] with Serializable
  68. object HealthcareResponseSDK extends SparkBindings[TAResponseSDK[HealthEntitiesResultSDK]]
  69. object HealthcareSDK extends ComplexParamsReadable[HealthcareSDK] with Serializable
  70. object IdentifiedFace extends SparkBindings[IdentifiedFace]
  71. object IdentifyFaces extends ComplexParamsReadable[IdentifyFaces] with Serializable
  72. object KeyPhraseExtractor extends ComplexParamsReadable[KeyPhraseExtractor] with Serializable
  73. object KeyPhraseExtractorSDK extends ComplexParamsReadable[KeyPhraseExtractorSDK] with Serializable
  74. object KeyPhraseExtractorV2 extends ComplexParamsReadable[KeyPhraseExtractorV2] with Serializable
  75. object KeyPhraseResponseSDK extends SparkBindings[TAResponseSDK[KeyphraseSDK]]
  76. object KeyPhraseResponseV2 extends SparkBindings[TAResponse[KeyPhraseScoreV2]]
  77. object KeyPhraseResponseV3 extends SparkBindings[TAResponse[KeyPhraseScoreV3]]
  78. object LanguageDetector extends ComplexParamsReadable[LanguageDetector] with Serializable
  79. object LanguageDetectorSDK extends ComplexParamsReadable[LanguageDetectorSDK] with Serializable
  80. object LanguageDetectorV2 extends ComplexParamsReadable[LanguageDetectorV2] with Serializable
  81. object LinkedEntityResponseSDK extends SparkBindings[TAResponseSDK[LinkedEntityCollectionSDK]]
  82. object ListCustomModels extends ComplexParamsReadable[ListCustomModels] with Serializable
  83. object ListCustomModelsResponse extends SparkBindings[ListCustomModelsResponse]
  84. object LocalNERResponseV2 extends SparkBindings[TAResponse[LocalNERScoreV2]]
  85. object MADJsonProtocol extends DefaultJsonProtocol
  86. object MADUtils
  87. object MAERequest extends SparkBindings[MAERequest]
  88. object MAEResponse extends SparkBindings[MAEResponse]
  89. object NER extends ComplexParamsReadable[NER] with Serializable
  90. object NERResponseSDK extends SparkBindings[TAResponseSDK[NERCollectionSDK]]
  91. object NERResponseV2 extends SparkBindings[TAResponse[NERDocV2]]
  92. object NERResponseV3 extends SparkBindings[TAResponse[NERDocV3]]
  93. object NERSDK extends ComplexParamsReadable[NERSDK] with Serializable
  94. object NERV2 extends ComplexParamsReadable[NERV2] with Serializable
  95. object OCR extends ComplexParamsReadable[OCR] with Serializable
  96. object OCRResponse extends SparkBindings[OCRResponse]
  97. object OpenAICompletion extends ComplexParamsReadable[OpenAICompletion] with Serializable
  98. object PII extends ComplexParamsReadable[PII] with Serializable
  99. object PIIResponseSDK extends SparkBindings[TAResponseSDK[PIIEntityCollectionSDK]]
  100. object PIIResponseV3 extends SparkBindings[TAResponse[PIIDocV3]]
  101. object PIISDK extends ComplexParamsReadable[PII] with Serializable
  102. object RTResponse extends SparkBindings[RTResponse]
  103. object ReadImage extends ComplexParamsReadable[ReadImage] with Serializable
  104. object ReadResponse extends SparkBindings[ReadResponse]
  105. object RecognizeDomainSpecificContent extends ComplexParamsReadable[RecognizeDomainSpecificContent] with Serializable
  106. object RecognizeText extends ComplexParamsReadable[RecognizeText] with Serializable
  107. object SDKConverters
  108. object SearchIndex extends IndexParser with IndexLister
  109. object SentimentResponseSDK extends SparkBindings[TAResponseSDK[SentimentScoredDocumentSDK]]
  110. object SentimentResponseV2 extends SparkBindings[TAResponse[SentimentScoreV2]]
  111. object SentimentResponseV3 extends SparkBindings[TAResponse[SentimentScoredDocumentV3]]
  112. object SentimentScoredDocumentV3 extends SparkBindings[SentimentScoredDocumentV3]
  113. object SimpleDetectAnomalies extends ComplexParamsReadable[SimpleDetectAnomalies] with Serializable
  114. object SpeechAPI
  115. object SpeechFormat extends DefaultJsonProtocol
  116. object SpeechResponse extends SparkBindings[SpeechResponse]
  117. object SpeechSynthesisError extends SparkBindings[SpeechSynthesisError]
  118. object SpeechToText extends ComplexParamsReadable[SpeechToText] with Serializable
  119. object SpeechToTextSDK extends ComplexParamsReadable[SpeechToTextSDK] with Serializable
  120. object TADocument extends SparkBindings[TADocument]
  121. object TAError extends SparkBindings[TAError]
  122. object TAJSONFormat
  123. object TARequest extends SparkBindings[TARequest]
  124. object TagImage extends ComplexParamsReadable[TagImage] with Serializable
  125. object TagImagesResponse extends SparkBindings[TagImagesResponse]
  126. object TextAnalyze extends ComplexParamsReadable[TextAnalyze] with Serializable
  127. object TextAnalyzeInput extends SparkBindings[TextAnalyzeInput]
  128. object TextAnalyzeRequest extends SparkBindings[TextAnalyzeRequest]
  129. object TextAnalyzeResponse extends SparkBindings[TextAnalyzeResponse]
  130. object TextAnalyzeSimplifiedResponse extends SparkBindings[TextAnalyzeSimplifiedResponse]
  131. object TextAnalyzeTask extends SparkBindings[TextAnalyzeTask]
  132. object TextAnalyzeTasks extends SparkBindings[TextAnalyzeTasks]
  133. object TextSentiment extends ComplexParamsReadable[TextSentiment] with Serializable
  134. object TextSentimentSDK extends ComplexParamsReadable[TextSentiment] with Serializable
  135. object TextSentimentV2 extends ComplexParamsReadable[TextSentimentV2] with Serializable
  136. object TextToSpeech extends ComplexParamsReadable[TextToSpeech] with Serializable
  137. object TimeSeriesPoint extends SparkBindings[TimeSeriesPoint]
  138. object TranscriptionResponse extends SparkBindings[TranscriptionResponse]
  139. object Translate extends ComplexParamsReadable[Translate] with Serializable
  140. object TranslateResponse extends SparkBindings[TranslateResponse]
  141. object TranslationStatusResponse extends SparkBindings[TranslationStatusResponse]
  142. object TranslatorJsonProtocol extends DefaultJsonProtocol
  143. object Transliterate extends ComplexParamsReadable[Transliterate] with Serializable
  144. object TransliterateResponse extends SparkBindings[TransliterateResponse]
  145. object URLEncodingUtils
  146. object VerifyFaces extends ComplexParamsReadable[VerifyFaces] with Serializable

Ungrouped