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 with DomainHelper
  105. trait DocumentTranslatorAsyncReply extends BasicAsyncReply
  106. trait DomainHelper extends AnyRef
  107. case class Element(text: String, boundingBox: Seq[Double]) extends Product with Serializable
  108. case class Emotion(anger: Double, contempt: Double, disgust: Double, fear: Double, happiness: Double, neutral: Double, sadness: Double, surprise: Double) extends Product with Serializable
  109. case class EntityDataSourceSDK(name: String, entityId: String) extends Product with Serializable
  110. class EntityDetector extends TextAnalyticsBase with TAV3Mixins
  111. case class EntityV2(name: String, matches: Seq[Match], wikipediaLanguage: String, wikipediaId: String, wikipediaUrl: String, bingId: String) extends Product with Serializable
  112. case class EntityV3(name: String, matches: Seq[MatchV3], language: String, id: Option[String], url: String, dataSource: String) extends Product with Serializable
  113. case class Example(sourcePrefix: String, sourceTerm: String, sourceSuffix: String, targetPrefix: String, targetTerm: String, targetSuffix: String) extends Product with Serializable
  114. case class Exposure(exposureLevel: String, value: Double) extends Product with Serializable
  115. case class Face(faceId: String, faceRectangle: Rectangle, faceLandmarks: Option[Map[String, Point]], faceAttributes: Option[FaceAttributes]) extends Product with Serializable
  116. 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
  117. case class FaceGrouping(groups: Array[Array[String]], messyGroup: Array[String]) extends Product with Serializable
  118. case class FaceListContents(faceListId: String, name: String, userData: Option[String], persistedFaces: Array[PersistedFaceInfo]) extends Product with Serializable
  119. case class FaceListInfo(faceListId: String, name: String, userData: Option[String]) extends Product with Serializable
  120. case class FacialHair(moustache: Double, beard: Double, sideburns: Double) extends Product with Serializable
  121. case class Field(fieldName: String, accuracy: Double) extends Product with Serializable
  122. 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
  123. 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
  124. class FindSimilarFace extends CognitiveServicesBase with HasServiceParams with HasMaxNumOfCandidatesReturned with HasFaceIds with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  125. class FitMultivariateAnomaly extends Estimator[DetectMultivariateAnomaly] with MADBase
  126. 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
  127. case class FormDocumentV3(docType: String, boundingRegions: Option[Seq[BoundingRegion]], spans: Option[Seq[FormSpan]], confidence: Double, fields: Option[Map[String, FormFieldV3]]) extends Product with Serializable
  128. case class FormEntityV3(category: String, subCategory: String, content: String, boundingRegions: Option[Seq[BoundingRegion]], spans: Option[Seq[FormSpan]], confidence: Double) extends Product with Serializable
  129. 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
  130. case class FormKV(content: String, boundingRegions: Option[Seq[BoundingRegion]], spans: Option[Seq[FormSpan]]) extends Product with Serializable
  131. case class FormLine(content: String, boundingBox: Option[Seq[Double]], spans: Option[Seq[FormSpan]]) extends Product with Serializable
  132. class FormOntologyLearner extends Estimator[FormOntologyTransformer] with BasicLogging with DefaultParamsWritable with HasInputCol with HasOutputCol with Wrappable
  133. class FormOntologyTransformer extends Model[FormOntologyTransformer] with BasicLogging with ComplexParamsWritable with HasInputCol with HasOutputCol with Wrappable
  134. case class FormReadResult(page: Int, language: Option[String], angle: Double, width: Double, height: Double, unit: String, lines: Option[Seq[ReadLine]]) extends Product with Serializable
  135. abstract class FormRecognizerBase extends CognitiveServicesBaseNoHandler with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicAsyncReply with HasImageInput with HasSetLocation with HasSetLinkedService with HasModelVersion
  136. case class FormSelectionMark(state: String, boundingBox: Option[Seq[Double]], confidence: Double, span: FormSpan) extends Product with Serializable
  137. case class FormSpan(offset: Int, length: Int) extends Product with Serializable
  138. case class FormStyleV3(isHandwritten: Boolean, spans: Option[Seq[FormSpan]], confidence: Double) extends Product with Serializable
  139. case class FormWord(content: String, boundingBox: Option[Seq[Double]], confidence: Double, span: FormSpan) extends Product with Serializable
  140. case class FoundFace(persistedFaceId: Option[String], faceId: Option[String], confidence: Double) extends Product with Serializable
  141. class GenerateThumbnails extends CognitiveServicesBase with HasImageInput with HasWidth with HasHeight with HasSmartCropping with HasInternalJsonOutputParser with HasCognitiveServiceInput with HasSetLocation with BasicLogging with HasSetLinkedService
  142. class GetCustomModel extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService with BasicLogging with HasModelID
  143. case class GetCustomModelResponse(modelInfo: ModelInfo, keys: String, trainResult: TrainResult) extends Product with Serializable
  144. case class Glossary(format: String, glossaryUrl: String, storageSource: Option[String], version: Option[String]) extends Product with Serializable
  145. class GroupFaces extends CognitiveServicesBase with HasServiceParams with HasFaceIds with HasSetLocation with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicLogging with HasSetLinkedService
  146. case class Hair(bald: Double, invisible: Boolean, hairColor: Array[Color]) extends Product with Serializable
  147. trait HasAPIVersion extends HasServiceParams
  148. trait HasActionCol extends HasServiceParams
  149. trait HasAsyncReply extends Params
  150. trait HasBatchIndexPrompt extends HasServiceParams
  151. trait HasBatchPrompt extends HasServiceParams
  152. trait HasCognitiveServiceInput extends HasURL with HasSubscriptionKey
  153. trait HasDeploymentName extends HasServiceParams
  154. trait HasDetectOrientation extends HasServiceParams
  155. trait HasDocId extends AnyRef
  156. trait HasFaceIds extends HasServiceParams
  157. trait HasFromLanguage extends HasServiceParams
  158. trait HasHeight extends HasServiceParams
  159. trait HasImageBytes extends HasServiceParams
  160. trait HasImageInput extends HasImageUrl with HasImageBytes with HasCognitiveServiceInput
  161. trait HasImageUrl extends HasServiceParams
  162. trait HasIndexName extends HasServiceParams
  163. trait HasIndexPrompt extends HasServiceParams
  164. trait HasInternalJsonOutputParser extends AnyRef
  165. trait HasLanguage extends HasServiceParams
  166. trait HasLocale extends HasServiceParams
  167. trait HasMaxNumOfCandidatesReturned extends HasServiceParams
  168. trait HasMaxTokens extends HasServiceParams
  169. trait HasModelID extends HasServiceParams
  170. trait HasModelVersion extends HasServiceParams
  171. trait HasOpenAIParams extends HasServiceParams with HasSetServiceName with HasPrompt with HasBatchPrompt with HasIndexPrompt with HasBatchIndexPrompt with HasAPIVersion with HasDeploymentName with HasMaxTokens
  172. trait HasOpinionMining extends HasServiceParams
  173. trait HasOptions extends HasServiceParams
  174. trait HasPages extends HasServiceParams
  175. trait HasPrebuiltModelID extends HasServiceParams
  176. trait HasPrompt extends HasServiceParams
  177. trait HasServiceName extends HasServiceParams
  178. trait HasServiceParams extends Params
  179. trait HasSetLinkedService extends Wrappable with HasURL with HasSubscriptionKey with HasUrlPath
  180. trait HasSetLinkedServiceUsingLocation extends HasSetLinkedService with HasSetLocation
  181. trait HasSetLocation extends Wrappable with HasURL with HasUrlPath with DomainHelper
  182. trait HasSetServiceName extends Wrappable with HasURL
  183. trait HasShowStats extends HasServiceParams
  184. trait HasSmartCropping extends HasServiceParams
  185. trait HasStringIndexType extends HasServiceParams
  186. trait HasSubscriptionKey extends HasServiceParams
  187. trait HasSubscriptionRegion extends HasServiceParams
  188. trait HasTextAndTranslationInput extends HasServiceParams
  189. trait HasTextDetails extends HasServiceParams
  190. trait HasTextInput extends HasServiceParams
  191. trait HasToLanguage extends HasServiceParams
  192. trait HasUrlPath extends AnyRef
  193. trait HasWidth extends HasServiceParams
  194. case class HeadPose(roll: Double, yaw: Double, pitch: Double) extends Product with Serializable
  195. case class HealthEntitiesOperationDetailSDK(createdAt: String, expiresAt: String, lastModifiedAt: String, operationId: String) extends Product with Serializable
  196. case class HealthEntitiesResultSDK(id: String, warnings: Seq[TAWarningSDK], entities: Seq[HealthcareEntitySDK], entityRelation: Seq[HealthcareEntityRelationSDK]) extends Product with Serializable
  197. case class HealthcareEntityAssertionSDK(association: Option[String], certainty: Option[String], conditionality: Option[String]) extends Product with Serializable
  198. case class HealthcareEntityRelationRoleSDK(entity: HealthcareEntitySDK, name: String) extends Product with Serializable
  199. case class HealthcareEntityRelationSDK(relationType: String, roles: Seq[HealthcareEntityRelationRoleSDK]) extends Product with Serializable
  200. 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
  201. case class IdentifiedFace(faceId: String, candidates: Seq[Candidate]) extends Product with Serializable
  202. class IdentifyFaces extends CognitiveServicesBase with HasServiceParams with HasMaxNumOfCandidatesReturned with HasFaceIds with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  203. case class ImageCaptions(text: String, confidence: Double) extends Product with Serializable
  204. case class ImageDescription(tags: Seq[String], captions: Seq[ImageCaptions]) extends Product with Serializable
  205. case class ImageMetadata(width: Int, height: Int, format: String) extends Product with Serializable
  206. case class ImageTag(name: String, confidence: Double, hint: Option[String]) extends Product with Serializable
  207. 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
  208. 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
  209. case class IndexList(@odata.context: String, value: Seq[IndexName]) extends Product with Serializable
  210. trait IndexLister extends AnyRef
  211. case class IndexName(name: String) extends Product with Serializable
  212. trait IndexParser extends AnyRef
  213. case class IndexStats(documentCount: Int, storageSize: Int) extends Product with Serializable
  214. case class Key(clusters: Map[String, Seq[String]]) extends Product with Serializable
  215. class KeyPhraseExtractor extends TextAnalyticsBase with TAV3Mixins
  216. case class KeyPhraseScoreV2(id: String, keyPhrases: Seq[String]) extends HasDocId with Product with Serializable
  217. case class KeyPhraseScoreV3(id: String, keyPhrases: Seq[String], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends HasDocId with Product with Serializable
  218. case class KeyValuePair(key: Element, value: Element) extends Product with Serializable
  219. case class KeyValuePairV3(key: FormKV, value: FormKV, confidence: Double) extends Product with Serializable
  220. case class KeyphraseSDK(keyPhrases: Seq[String], warnings: Seq[TAWarningSDK]) extends Product with Serializable
  221. class LanguageDetector extends TextAnalyticsBase with HasModelVersion with HasShowStats with BasicLogging with HasHandler
  222. case class LinkedEntityCollectionSDK(entities: Seq[LinkedEntitySDK], warnings: Seq[TAWarningSDK]) extends Product with Serializable
  223. case class LinkedEntityMatchSDK(text: String, confidenceScore: Double, offset: Int, length: Int) extends Product with Serializable
  224. case class LinkedEntitySDK(name: String, matches: Seq[LinkedEntityMatchSDK], language: String, dataSourceEntityId: String, url: String, dataSource: String, bingEntitySearchApiId: String) extends Product with Serializable
  225. class ListCustomModels extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService with BasicLogging
  226. case class ListCustomModelsResponse(summary: Summary, modelList: Seq[ModelInfo], nextLink: String) extends Product with Serializable
  227. case class LocalNEREntityV2(value: String, startIndex: Int, precision: Double, category: String) extends Product with Serializable
  228. case class LocalNERScoreV2(id: String, entities: Seq[LocalNEREntityV2]) extends HasDocId with Product with Serializable
  229. trait MADBase extends HasOutputCol with MADHttpRequest with HasSetLocation with HasInputCols with ComplexParamsWritable with Wrappable with HasErrorCol with BasicLogging
  230. trait MADHttpRequest extends HasURL with HasSubscriptionKey with HasAsyncReply
  231. 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
  232. case class MAERequest(source: String, startTime: String, endTime: String, slidingWindow: Option[Int], alignPolicy: Option[AlignPolicy], displayName: Option[String]) extends Product with Serializable
  233. case class MAEResponse(modelId: String, createdTime: String, lastUpdatedTime: String, modelInfo: MAEModelInfo) extends Product with Serializable
  234. case class Makeup(eyeMakeup: Boolean, lipMakeup: Boolean) extends Product with Serializable
  235. case class Match(text: String, offset: Int, length: Int) extends Product with Serializable
  236. case class MatchV3(confidenceScore: Double, text: String, offset: Int, length: Int) extends Product with Serializable
  237. case class ModelInfo(modelId: String, status: String, createDateTime: String, lastUpdatedDateTime: String) extends Product with Serializable
  238. case class ModelState(epochIds: Option[Seq[Int]], trainLosses: Option[Seq[Double]], validationLosses: Option[Seq[Double]], latenciesInSeconds: Option[Seq[Double]]) extends Product with Serializable
  239. class NER extends TextAnalyticsBase with HasModelVersion with HasShowStats with HasStringIndexType with BasicLogging with HasHandler
  240. case class NERCollectionSDK(entities: Seq[NEREntitySDK], warnings: Seq[TAWarningSDK]) extends Product with Serializable
  241. case class NERDocV2(id: String, entities: Seq[NEREntityV2]) extends HasDocId with Product with Serializable
  242. case class NERDocV3(id: String, entities: Seq[NEREntityV3], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends HasDocId with Product with Serializable
  243. case class NEREntitySDK(text: String, category: String, subCategory: String, confidenceScore: Double, offset: Int, length: Int) extends Product with Serializable
  244. 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
  245. case class NEREntityV3(text: String, category: String, subcategory: Option[String] = None, offset: Integer, length: Integer, confidenceScore: Double) extends Product with Serializable
  246. case class NERMatchV2(text: String, offset: Int, length: Int) extends Product with Serializable
  247. case class Noise(noiseLevel: String, value: Double) extends Product with Serializable
  248. class OCR extends CognitiveServicesBase with HasLanguage with HasImageInput with HasDetectOrientation with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  249. case class OCRLine(boundingBox: String, words: Seq[OCRWord]) extends Product with Serializable
  250. case class OCRRegion(boundingBox: String, lines: Seq[OCRLine]) extends Product with Serializable
  251. case class OCRResponse(language: String, textAngle: Option[Double], orientation: String, regions: Seq[OCRRegion]) extends Product with Serializable
  252. case class OCRWord(boundingBox: String, text: String) extends Product with Serializable
  253. case class Occlusion(foreheadOccluded: Boolean, eyeOccluded: Boolean, mouthOccluded: Boolean) extends Product with Serializable
  254. case class OpenAIChoice(text: String, index: Long, logprobs: Option[OpenAILogProbs], finish_reason: String) extends Product with Serializable
  255. class OpenAICompletion extends CognitiveServicesBase with HasOpenAIParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicLogging
  256. case class OpenAILogProbs(tokens: Seq[String], token_logprobs: Seq[Double], top_logprobs: Seq[Map[String, Double]], text_offset: Seq[Long]) extends Product with Serializable
  257. case class OpinionSDK(target: TargetSDK, assessments: Seq[AssessmentSDK]) extends Product with Serializable
  258. class PII extends TextAnalyticsBase with TAV3Mixins
  259. case class PIIDocV3(id: String, entities: Seq[PIIEntityV3], redactedText: String, warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends HasDocId with Product with Serializable
  260. case class PIIEntityCollectionSDK(entities: Seq[PIIEntitySDK], redactedText: String, warnings: Seq[TAWarningSDK]) extends Product with Serializable
  261. case class PIIEntitySDK(text: String, category: String, subCategory: String, confidenceScore: Double, offset: Int, length: Int) extends Product with Serializable
  262. case class PIIEntityV3(text: String, category: String, subcategory: Option[String] = None, offset: Integer, length: Integer, confidenceScore: Double) extends Product with Serializable
  263. case class PageResult(page: Int, keyValuePairs: Option[Seq[KeyValuePair]], tables: Seq[Table]) extends Product with Serializable
  264. 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
  265. case class PersistedFaceInfo(persistedFaceId: String, userData: Option[String]) extends Product with Serializable
  266. case class PersonGroupInfo(personGroupId: String, name: String, userData: Option[String]) extends Product with Serializable
  267. case class PersonGroupTrainingStatus(status: String, createdDateTime: String, lastActionDateTime: String, message: Option[String]) extends Product with Serializable
  268. case class PersonInfo(personId: String, name: String, userData: Option[String], persistedFaceIds: Seq[String]) extends Product with Serializable
  269. case class Point(x: Double, y: Double) extends Product with Serializable
  270. case class RTLine(boundingBox: Array[Int], text: String, words: Array[RTWord]) extends Product with Serializable
  271. case class RTResponse(status: String, recognitionResult: RTResult) extends Product with Serializable
  272. case class RTResult(lines: Array[RTLine]) extends Product with Serializable
  273. case class RTWord(boundingBox: Array[Int], text: String) extends Product with Serializable
  274. case class ReadAnalyzeResult(version: String, readResults: Seq[ReadResult]) extends Product with Serializable
  275. class ReadImage extends CognitiveServicesBaseNoHandler with BasicAsyncReply with HasImageInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  276. case class ReadLine(boundingBox: Array[Double], text: String, words: Array[ReadWord]) extends Product with Serializable
  277. case class ReadResponse(status: String, createdDateTime: String, lastUpdatedDateTime: String, analyzeResult: ReadAnalyzeResult) extends Product with Serializable
  278. case class ReadResult(page: Int, language: Option[String], angle: Double, width: Double, height: Double, unit: String, lines: Array[ReadLine]) extends Product with Serializable
  279. case class ReadWord(boundingBox: Array[Double], text: String, confidence: Double) extends Product with Serializable
  280. class RecognizeDomainSpecificContent extends CognitiveServicesBase with HasImageInput with HasServiceParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  281. class RecognizeText extends CognitiveServicesBaseNoHandler with BasicAsyncReply with HasImageInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  282. case class Rectangle(left: Int, top: Int, width: Int, height: Int) extends Product with Serializable
  283. case class Rectangle2(x: Int, y: Int, w: Int, h: Int) extends Product with Serializable
  284. case class SentLen(srcSentLen: Seq[Int], transSentLen: Seq[Int]) extends Product with Serializable
  285. 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
  286. case class SentimentAssessment(confidenceScores: BinarySentimentScoreV3, length: Int, offset: Int, text: Option[String], sentiment: String, isNegated: Boolean) extends Product with Serializable
  287. case class SentimentConfidenceScoreSDK(negative: Double, neutral: Double, positive: Double) extends Product with Serializable
  288. case class SentimentRelation(ref: String, relationType: String) extends Product with Serializable
  289. case class SentimentScoreV2(id: String, score: Float) extends HasDocId with Product with Serializable
  290. case class SentimentScoreV3(positive: Double, neutral: Double, negative: Double) extends Product with Serializable
  291. case class SentimentScoredDocumentSDK(sentiment: String, confidenceScores: SentimentConfidenceScoreSDK, sentences: Seq[SentimentSentenceSDK], warnings: Seq[TAWarningSDK]) extends Product with Serializable
  292. case class SentimentScoredDocumentV3(id: String, sentiment: String, statistics: Option[DocumentStatistics], confidenceScores: SentimentScoreV3, sentences: Seq[Sentence], warnings: Seq[TAWarning]) extends HasDocId with Product with Serializable
  293. case class SentimentSentenceSDK(text: String, sentiment: String, confidenceScores: SentimentConfidenceScoreSDK, opinions: Option[Seq[OpinionSDK]], offset: Int, length: Int) extends Product with Serializable
  294. case class SentimentTarget(confidenceScores: BinarySentimentScoreV3, length: Int, offset: Int, text: Option[String], sentiment: String, relations: Seq[SentimentRelation]) extends Product with Serializable
  295. trait SharedSpeechFields extends AnyRef
  296. class SimpleDetectAnomalies extends AnomalyDetectorBase with HasOutputCol with BasicLogging
  297. case class SourceInput(filter: Option[DocumentFilter], language: Option[String], sourceUrl: String, storageSource: Option[String]) extends Product with Serializable
  298. case class SourceText(text: String) extends Product with Serializable
  299. 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
  300. abstract class SpeechSDKBase extends Transformer with HasSetLocation with HasServiceParams with HasOutputCol with HasURL with HasSubscriptionKey with ComplexParamsWritable with BasicLogging with HasSetLinkedServiceUsingLocation
  301. case class SpeechSynthesisError(errorCode: String, errorDetails: String, errorReason: String) extends Product with Serializable
  302. class SpeechToText extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedServiceUsingLocation
  303. class SpeechToTextSDK extends SpeechSDKBase with BasicLogging
  304. case class StatusSummary(total: Int, failed: Int, success: Int, inProgress: Int, notYetStarted: Int, cancelled: Int, totalCharacterCharged: Int) extends Product with Serializable
  305. case class Summary(count: Int, limit: Int, lastUpdatedDateTime: String) extends Product with Serializable
  306. case class TADocument(language: Option[String], id: String, text: String) extends Product with Serializable
  307. case class TAError(id: String, error: String) extends Product with Serializable
  308. case class TAErrorSDK(errorCode: String, errorMessage: String, target: String) extends Product with Serializable
  309. case class TARequest(documents: Seq[TADocument]) extends Product with Serializable
  310. case class TAResponse[T <: HasDocId](statistics: Option[TAResponseStatistics], documents: Seq[T], errors: Option[Seq[TAError]], modelVersion: Option[String]) extends Product with Serializable
  311. case class TAResponseSDK[T](result: Option[T], error: Option[TAErrorSDK], statistics: Option[DocumentStatistics]) extends Product with Serializable
  312. case class TAResponseStatistics(documentsCount: Int, validDocumentsCount: Int, erroneousDocumentsCount: Int, transactionsCount: Int) extends Product with Serializable
  313. trait TAV3Mixins extends HasModelVersion with HasShowStats with HasStringIndexType with BasicLogging with HasHandler
  314. case class TAWarning(code: String, message: String, targetRef: Option[String] = None) extends Product with Serializable
  315. case class TAWarningSDK(warningCode: String, message: String) extends Product with Serializable
  316. case class Table(rows: Int, columns: Int, cells: Seq[Cell], boundingBox: Seq[Double]) extends Product with Serializable
  317. case class TableResultV3(rowCount: Int, columnCount: Int, boundingRegions: Option[Seq[BoundingRegion]], spans: Option[Seq[FormSpan]], cells: Option[Seq[FormCell]]) extends Product with Serializable
  318. class TagImage extends CognitiveServicesBase with HasImageInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  319. case class TagImagesResponse(tags: Seq[ImageTag], requestId: String, metaData: ImageMetadata) extends Product with Serializable
  320. case class TargetInput(category: Option[String], glossaries: Option[Seq[Glossary]], targetUrl: String, language: String, storageSource: Option[String]) extends Product with Serializable
  321. case class TargetSDK(text: String, sentiment: String, confidenceScores: SentimentConfidenceScoreSDK, offset: Int, length: Int) extends Product with Serializable
  322. abstract class TextAnalyticsBase extends CognitiveServicesBaseNoHandler with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService with TextAnalyticsInputParams
  323. trait TextAnalyticsInputParams extends HasServiceParams
  324. class TextAnalyze extends TextAnalyticsBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService with BasicAsyncReply
  325. case class TextAnalyzeAPIResult[T <: HasDocId](documents: Seq[T], errors: Seq[TAError], modelVersion: String) extends Product with Serializable
  326. case class TextAnalyzeAPIResults[T <: HasDocId](state: String, lastUpdateDateTime: Option[String], results: Option[TextAnalyzeAPIResult[T]]) extends Product with Serializable
  327. 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
  328. case class TextAnalyzeInput(documents: Seq[TADocument]) extends Product with Serializable
  329. case class TextAnalyzeRequest(displayName: String, analysisInput: TextAnalyzeInput, tasks: TextAnalyzeTasks) extends Product with Serializable
  330. case class TextAnalyzeResponse(status: String, errors: Option[Seq[TAError]], displayName: String, tasks: TextAnalyzeAPITasks) extends Product with Serializable
  331. case class TextAnalyzeResult[T <: HasDocId](result: Option[T], error: Option[TAError]) extends Product with Serializable
  332. 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
  333. case class TextAnalyzeTask(parameters: Map[String, String]) extends Product with Serializable
  334. class TextAnalyzeTaskParam extends CognitiveServiceStructParam[Seq[TextAnalyzeTask]]
  335. case class TextAnalyzeTasks(entityRecognitionTasks: Seq[TextAnalyzeTask], entityLinkingTasks: Seq[TextAnalyzeTask], entityRecognitionPiiTasks: Seq[TextAnalyzeTask], keyPhraseExtractionTasks: Seq[TextAnalyzeTask], sentimentAnalysisTasks: Seq[TextAnalyzeTask]) extends Product with Serializable
  336. case class TextAndTranslation(text: String, translation: String) extends Product with Serializable
  337. trait TextAsOnlyEntity extends HasTextInput with HasCognitiveServiceInput with HasSubscriptionRegion
  338. case class TextDocumentInputs(id: String, text: String) extends Product with Serializable
  339. class TextSentiment extends TextAnalyticsBase with TAV3Mixins
  340. class TextToSpeech extends Transformer with HasSetLocation with HasServiceParams with HasErrorCol with HasURL with HasSubscriptionKey with ComplexParamsWritable with BasicLogging with HasSetLinkedServiceUsingLocation
  341. abstract class TextTranslatorBase extends CognitiveServicesBase with HasInternalJsonOutputParser with HasSubscriptionRegion with HasSetLocation with HasSetLinkedServiceUsingLocation
  342. case class TimeSeriesPoint(timestamp: String, value: Double) extends Product with Serializable
  343. case class TrainResult(trainingDocuments: Seq[TrainingDocument], fields: Seq[Field], errors: Seq[String]) extends Product with Serializable
  344. case class TrainingDocument(documentName: String, pages: Int, errors: Seq[String], status: String) extends Product with Serializable
  345. case class TranscriptionParticipant(name: String, language: String, signature: String) extends Product with Serializable
  346. 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
  347. class Translate extends TextTranslatorBase with TextAsOnlyEntity with BasicLogging
  348. case class TranslateResponse(detectedLanguage: Option[DetectedLanguage], translations: Seq[Translation], sourceText: Option[SourceText]) extends Product with Serializable
  349. case class Translation(to: String, text: String, transliteration: Option[Transliteration], alignment: Option[Alignment], sentLen: Option[SentLen]) extends Product with Serializable
  350. case class TranslationStatusResponse(id: String, createdDateTimeUtc: String, lastActionDateTimeUtc: String, status: String, summary: StatusSummary) extends Product with Serializable
  351. class Transliterate extends TextTranslatorBase with TextAsOnlyEntity with BasicLogging
  352. case class TransliterateResponse(text: String, script: String) extends Product with Serializable
  353. case class Transliteration(script: String, text: String) extends Product with Serializable
  354. class VerifyFaces extends CognitiveServicesBase with HasServiceParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
  355. 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

  356. class EntityDetectorSDK extends TextAnalyticsSDKBase[LinkedEntityCollectionSDK]
    Annotations
    @deprecated
    Deprecated

    (Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.EntityDetector

  357. class EntityDetectorV2 extends TextAnalyticsBase with BasicLogging with HasHandler
    Annotations
    @deprecated
    Deprecated

    (Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.EntityDetector

  358. class HealthcareSDK extends TextAnalyticsSDKBase[HealthEntitiesResultSDK]
    Annotations
    @deprecated
    Deprecated

    (Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.AnalyzeHealthText

  359. class KeyPhraseExtractorSDK extends TextAnalyticsSDKBase[KeyphraseSDK]
    Annotations
    @deprecated
    Deprecated

    (Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.KeyPhraseExtractor

  360. class KeyPhraseExtractorV2 extends TextAnalyticsBase with BasicLogging with HasHandler
    Annotations
    @deprecated
    Deprecated

    (Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.KeyPhraseExtractor

  361. class LanguageDetectorSDK extends TextAnalyticsSDKBase[DetectedLanguageSDK]
    Annotations
    @deprecated
    Deprecated

    (Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.LanguageDetector

  362. class LanguageDetectorV2 extends TextAnalyticsBase with BasicLogging with HasHandler
    Annotations
    @deprecated
    Deprecated

    (Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.LanguageDetector

  363. class NERSDK extends TextAnalyticsSDKBase[NERCollectionSDK]
    Annotations
    @deprecated
    Deprecated

    (Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.NER

  364. class NERV2 extends TextAnalyticsBase with BasicLogging with HasHandler
    Annotations
    @deprecated
    Deprecated

    (Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.NER

  365. class PIISDK extends TextAnalyticsSDKBase[PIIEntityCollectionSDK]
    Annotations
    @deprecated
    Deprecated

    (Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.PII

  366. class TextSentimentSDK extends TextAnalyticsSDKBase[SentimentScoredDocumentSDK] with HasOpinionMining
    Annotations
    @deprecated
    Deprecated

    (Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.TextSentiment

  367. class TextSentimentV2 extends TextAnalyticsBase with BasicLogging with HasHandler
    Annotations
    @deprecated
    Deprecated

    (Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.TextSentiment

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 Face extends SparkBindings[Face]
  54. object FaceGrouping extends SparkBindings[FaceGrouping]
  55. object FindSimilarFace extends ComplexParamsReadable[FindSimilarFace] with Serializable
  56. object FitMultivariateAnomaly extends ComplexParamsReadable[FitMultivariateAnomaly] with Serializable
  57. object FormOntologyLearner extends DefaultParamsReadable[FormOntologyLearner] with Serializable
  58. object FormOntologyTransformer extends ComplexParamsReadable[FormOntologyTransformer] with Serializable
  59. object FormsFlatteners
  60. object FormsJsonProtocol extends DefaultJsonProtocol
  61. object FoundFace extends SparkBindings[FoundFace]
  62. object GenerateThumbnails extends ComplexParamsReadable[GenerateThumbnails] with Serializable
  63. object GetCustomModel extends ComplexParamsReadable[GetCustomModel] with Serializable
  64. object GetCustomModelResponse extends SparkBindings[GetCustomModelResponse]
  65. object GroupFaces extends ComplexParamsReadable[GroupFaces] with Serializable
  66. object HealthcareResponseSDK extends SparkBindings[TAResponseSDK[HealthEntitiesResultSDK]]
  67. object IdentifiedFace extends SparkBindings[IdentifiedFace]
  68. object IdentifyFaces extends ComplexParamsReadable[IdentifyFaces] with Serializable
  69. object KeyPhraseExtractor extends ComplexParamsReadable[KeyPhraseExtractor] with Serializable
  70. object KeyPhraseResponseSDK extends SparkBindings[TAResponseSDK[KeyphraseSDK]]
  71. object KeyPhraseResponseV2 extends SparkBindings[TAResponse[KeyPhraseScoreV2]]
  72. object KeyPhraseResponseV3 extends SparkBindings[TAResponse[KeyPhraseScoreV3]]
  73. object LanguageDetector extends ComplexParamsReadable[LanguageDetector] with Serializable
  74. object LinkedEntityResponseSDK extends SparkBindings[TAResponseSDK[LinkedEntityCollectionSDK]]
  75. object ListCustomModels extends ComplexParamsReadable[ListCustomModels] with Serializable
  76. object ListCustomModelsResponse extends SparkBindings[ListCustomModelsResponse]
  77. object LocalNERResponseV2 extends SparkBindings[TAResponse[LocalNERScoreV2]]
  78. object MADJsonProtocol extends DefaultJsonProtocol
  79. object MADUtils
  80. object MAERequest extends SparkBindings[MAERequest]
  81. object MAEResponse extends SparkBindings[MAEResponse]
  82. object NER extends ComplexParamsReadable[NER] with Serializable
  83. object NERResponseSDK extends SparkBindings[TAResponseSDK[NERCollectionSDK]]
  84. object NERResponseV2 extends SparkBindings[TAResponse[NERDocV2]]
  85. object NERResponseV3 extends SparkBindings[TAResponse[NERDocV3]]
  86. object OCR extends ComplexParamsReadable[OCR] with Serializable
  87. object OCRResponse extends SparkBindings[OCRResponse]
  88. object OpenAICompletion extends ComplexParamsReadable[OpenAICompletion] with Serializable
  89. object PII extends ComplexParamsReadable[PII] with Serializable
  90. object PIIResponseSDK extends SparkBindings[TAResponseSDK[PIIEntityCollectionSDK]]
  91. object PIIResponseV3 extends SparkBindings[TAResponse[PIIDocV3]]
  92. object RTResponse extends SparkBindings[RTResponse]
  93. object ReadImage extends ComplexParamsReadable[ReadImage] with Serializable
  94. object ReadResponse extends SparkBindings[ReadResponse]
  95. object RecognizeDomainSpecificContent extends ComplexParamsReadable[RecognizeDomainSpecificContent] with Serializable
  96. object RecognizeText extends ComplexParamsReadable[RecognizeText] with Serializable
  97. object SDKConverters
  98. object SearchIndex extends IndexParser with IndexLister
  99. object SentimentResponseSDK extends SparkBindings[TAResponseSDK[SentimentScoredDocumentSDK]]
  100. object SentimentResponseV2 extends SparkBindings[TAResponse[SentimentScoreV2]]
  101. object SentimentResponseV3 extends SparkBindings[TAResponse[SentimentScoredDocumentV3]]
  102. object SentimentScoredDocumentV3 extends SparkBindings[SentimentScoredDocumentV3]
  103. object SimpleDetectAnomalies extends ComplexParamsReadable[SimpleDetectAnomalies] with Serializable
  104. object SpeechAPI
  105. object SpeechFormat extends DefaultJsonProtocol
  106. object SpeechResponse extends SparkBindings[SpeechResponse]
  107. object SpeechSynthesisError extends SparkBindings[SpeechSynthesisError]
  108. object SpeechToText extends ComplexParamsReadable[SpeechToText] with Serializable
  109. object SpeechToTextSDK extends ComplexParamsReadable[SpeechToTextSDK] with Serializable
  110. object TADocument extends SparkBindings[TADocument]
  111. object TAError extends SparkBindings[TAError]
  112. object TAJSONFormat
  113. object TARequest extends SparkBindings[TARequest]
  114. object TagImage extends ComplexParamsReadable[TagImage] with Serializable
  115. object TagImagesResponse extends SparkBindings[TagImagesResponse]
  116. object TextAnalyze extends ComplexParamsReadable[TextAnalyze] with Serializable
  117. object TextAnalyzeInput extends SparkBindings[TextAnalyzeInput]
  118. object TextAnalyzeRequest extends SparkBindings[TextAnalyzeRequest]
  119. object TextAnalyzeResponse extends SparkBindings[TextAnalyzeResponse]
  120. object TextAnalyzeSimplifiedResponse extends SparkBindings[TextAnalyzeSimplifiedResponse]
  121. object TextAnalyzeTask extends SparkBindings[TextAnalyzeTask]
  122. object TextAnalyzeTasks extends SparkBindings[TextAnalyzeTasks]
  123. object TextSentiment extends ComplexParamsReadable[TextSentiment] with Serializable
  124. object TextToSpeech extends ComplexParamsReadable[TextToSpeech] with Serializable
  125. object TimeSeriesPoint extends SparkBindings[TimeSeriesPoint]
  126. object TranscriptionResponse extends SparkBindings[TranscriptionResponse]
  127. object Translate extends ComplexParamsReadable[Translate] with Serializable
  128. object TranslateResponse extends SparkBindings[TranslateResponse]
  129. object TranslationStatusResponse extends SparkBindings[TranslationStatusResponse]
  130. object TranslatorJsonProtocol extends DefaultJsonProtocol
  131. object Transliterate extends ComplexParamsReadable[Transliterate] with Serializable
  132. object TransliterateResponse extends SparkBindings[TransliterateResponse]
  133. object URLEncodingUtils
  134. object VerifyFaces extends ComplexParamsReadable[VerifyFaces] with Serializable

Deprecated Value Members

  1. object EntityDetectorSDK extends ComplexParamsReadable[EntityDetectorSDK] with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.EntityDetector

  2. object EntityDetectorV2 extends ComplexParamsReadable[EntityDetectorV2] with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.EntityDetector

  3. object HealthcareSDK extends ComplexParamsReadable[HealthcareSDK] with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.AnalyzeHealthText

  4. object KeyPhraseExtractorSDK extends ComplexParamsReadable[KeyPhraseExtractorSDK] with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.KeyPhraseExtractor

  5. object KeyPhraseExtractorV2 extends ComplexParamsReadable[KeyPhraseExtractorV2] with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.KeyPhraseExtractor

  6. object LanguageDetectorSDK extends ComplexParamsReadable[LanguageDetectorSDK] with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.LanguageDetector

  7. object LanguageDetectorV2 extends ComplexParamsReadable[LanguageDetectorV2] with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.LanguageDetector

  8. object NERSDK extends ComplexParamsReadable[NERSDK] with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.NER

  9. object NERV2 extends ComplexParamsReadable[NERV2] with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.NER

  10. object PIISDK extends ComplexParamsReadable[PII] with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.PII

  11. object TextSentimentSDK extends ComplexParamsReadable[TextSentiment] with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.TextSentiment

  12. object TextSentimentV2 extends ComplexParamsReadable[TextSentimentV2] with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.TextSentiment

Ungrouped