package cognitive
- Alphabetic
- Public
- All
Type Members
- 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
- 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
- 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
- case class ADSingleResponse(isAnomaly: Boolean, isPositiveAnomaly: Boolean, isNegativeAnomaly: Boolean, period: Int, expectedValue: Double, upperMargin: Double, lowerMargin: Double, severity: Double) extends Product with Serializable
- case class AIAdult(isAdultContent: Boolean, isRacyContent: Boolean, adultScore: Double, racyScore: Double) extends Product with Serializable
- case class AIBrand(name: String, rectangle: Rectangle2) extends Product with Serializable
- case class AICaption(text: String, confidence: Double) extends Product with Serializable
- case class AICategory(name: String, score: Double, detail: Option[AIDetail]) extends Product with Serializable
- case class AIColor(dominantColorForeground: String, dominantColorBackground: String, dominantColors: Seq[String], accentColor: String, isBwImg: Option[Boolean]) extends Product with Serializable
- case class AIDescription(tags: Seq[String], captions: Seq[AICaption]) extends Product with Serializable
- case class AIDetail(celebrities: Option[Seq[DSIRCelebrity]], landmarks: Option[Seq[DSIRLandmark]]) extends Product with Serializable
- case class AIFace(age: Int, gender: String, faceRectangle: Rectangle) extends Product with Serializable
- case class AIImageType(clipArtType: Int, lineDrawingType: Int) extends Product with Serializable
- case class AIMetadata(width: Int, height: Int, format: String) extends Product with Serializable
- case class AIObject(rectangle: Rectangle2, object: String, confidence: Double) extends Product with Serializable
- 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
- case class AITag(name: String, confidence: Double) extends Product with Serializable
- case class ASResponse(key: String, status: Boolean, errorMessage: Option[String], statusCode: Int) extends Product with Serializable
- case class ASResponses(value: Seq[ASResponse]) extends Product with Serializable
- case class Accessory(type: String, confidence: Double) extends Product with Serializable
- class AddDocuments extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasActionCol with HasServiceName with HasIndexName with HasBatchSize with BasicLogging
- case class AlignPolicy(alignMode: Option[String], fillNAMethod: Option[String], paddingValue: Option[Int]) extends Product with Serializable
- case class Alignment(proj: String) extends Product with Serializable
- case class AlternativeDetectResponse(language: String, score: Double, isTranslationSupported: Boolean, isTransliterationSupported: Boolean) extends Product with Serializable
- class AnalyzeBusinessCards extends FormRecognizerBase with BasicLogging with HasPages with HasTextDetails with HasLocale
- class AnalyzeCustomModel extends FormRecognizerBase with BasicLogging with HasTextDetails with HasModelID
- class AnalyzeDocument extends CognitiveServicesBaseNoHandler with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicAsyncReply with HasPrebuiltModelID with HasPages with HasLocale with HasAPIVersion with HasImageInput with HasSetLocation with BasicLogging
- case class AnalyzeDocumentResponse(status: String, createdDateTime: String, lastUpdatedDateTime: String, analyzeResult: AnalyzeResultV3) extends Product with Serializable
- class AnalyzeIDDocuments extends FormRecognizerBase with BasicLogging with HasPages with HasTextDetails
- class AnalyzeImage extends CognitiveServicesBase with HasImageInput with HasInternalJsonOutputParser with HasCognitiveServiceInput with HasSetLocation with BasicLogging with HasSetLinkedService
- class AnalyzeInvoices extends FormRecognizerBase with BasicLogging with HasPages with HasTextDetails with HasLocale
- class AnalyzeLayout extends FormRecognizerBase with BasicLogging with HasPages
- class AnalyzeReceipts extends FormRecognizerBase with BasicLogging with HasPages with HasTextDetails with HasLocale
- case class AnalyzeResponse(status: String, createdDateTime: String, lastUpdatedDateTime: String, analyzeResult: AnalyzeResult) extends Product with Serializable
- case class AnalyzeResult(version: String, readResults: Seq[FormReadResult], pageResults: Option[Seq[PageResult]], documentResults: Option[Seq[DocumentResult]]) extends Product with Serializable
- 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
- abstract class AnomalyDetectorBase extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService
- case class AssessmentSDK(text: String, sentiment: String, confidenceScores: SentimentConfidenceScoreSDK, isNegated: Boolean, offset: Int, length: Int) extends Product with Serializable
- case class BackTranslation(normalizedText: String, displayText: String, numExamples: Int, frequencyCount: Int) extends Product with Serializable
- trait BasicAsyncReply extends HasAsyncReply
- case class BatchRequest(source: SourceInput, storageType: Option[String], targets: Seq[TargetInput]) extends Product with Serializable
- case class BinarySentimentScoreV3(positive: Double, negative: Double) extends Product with Serializable
- 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
- class BingImageSearch extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicLogging with HasSetLinkedService
- 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
- case class BingInstrumentation(_type: String) extends Product with Serializable
- case class BingMediaSize(height: Int, width: Int) extends Product with Serializable
- case class BingPivot(pivot: String, suggestions: Seq[BingQuery]) extends Product with Serializable
- case class BingQuery(displayText: String, searchLink: String, text: String, thumbnail: BingThumbnail, webSearchUrl: String) extends Product with Serializable
- case class BingThumbnail(thumbnailUrl: String) extends Product with Serializable
- case class Blur(blurLevel: String, value: Double) extends Product with Serializable
- case class BoundingRegion(pageNumber: Int, boundingBox: Option[Seq[Double]]) extends Product with Serializable
- class BreakSentence extends TextTranslatorBase with TextAsOnlyEntity with BasicLogging
- case class BreakSentenceResponse(sentLen: Seq[Int], detectedLanguage: DetectedLanguage) extends Product with Serializable
- case class Candidate(personId: String, confidence: Double) extends Product with Serializable
- case class Cell(rowIndex: Int, columnIndex: Int, text: String, boundingBox: Seq[Double], isHeader: Option[Boolean], elements: Seq[String]) extends Product with Serializable
- abstract class CognitiveServicesBase extends CognitiveServicesBaseNoHandler with HasHandler
- abstract class CognitiveServicesBaseNoHandler extends Transformer with ConcurrencyParams with HasOutputCol with HasURL with ComplexParamsWritable with HasSubscriptionKey with HasErrorCol with BasicLogging
- case class Color(color: String, confidence: Double) extends Product with Serializable
- case class CompletionResponse(id: String, object: String, created: String, model: String, choices: Seq[OpenAIChoice]) extends Product with Serializable
- class CompressedStream extends PullAudioInputStreamCallback
- class ConversationTranscription extends SpeechSDKBase with BasicLogging
- case class DMAContributor(contributionScore: Option[Double], variable: Option[String]) extends Product with Serializable
- case class DMAError(code: String, message: String) extends Product with Serializable
- case class DMARequest(source: String, startTime: String, endTime: String) extends Product with Serializable
- case class DMAResponse(resultId: String, summary: DMASummary, results: Seq[DMAResult]) extends Product with Serializable
- case class DMAResult(timestamp: String, value: Option[DMAValue], errors: Option[Seq[DMAError]]) extends Product with Serializable
- case class DMASetupInfo(source: String, startTime: String, endTime: String) extends Product with Serializable
- case class DMASummary(status: String, errors: Option[Seq[DMAError]], variableStates: Option[Seq[DMAVariableState]], setupInfo: DMASetupInfo) extends Product with Serializable
- case class DMAValue(contributors: Option[Seq[DMAContributor]], isAnomaly: Boolean, severity: Double, score: Double) extends Product with Serializable
- 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
- case class DSIRCelebrity(name: String, faceRectangle: Rectangle, confidence: Double) extends Product with Serializable
- case class DSIRLandmark(name: String, confidence: Double) extends Product with Serializable
- case class DSIRMetadata(width: Int, height: Int, format: String) extends Product with Serializable
- case class DSIRResponse(requestId: String, metadata: DSIRMetadata, result: DSIRResult) extends Product with Serializable
- case class DSIRResult(celebrities: Option[Seq[DSIRCelebrity]], landmarks: Option[Seq[DSIRLandmark]]) extends Product with Serializable
- class DescribeImage extends CognitiveServicesBase with HasCognitiveServiceInput with HasImageInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
- case class DescribeImageResponse(description: ImageDescription, requestID: String, metadata: ImageMetadata) extends Product with Serializable
- case class DetailedSpeechResponse(Confidence: Double, Lexical: String, ITN: String, MaskedITN: String, Display: String) extends Product with Serializable
- class Detect extends TextTranslatorBase with TextAsOnlyEntity with BasicLogging
- class DetectAnomalies extends AnomalyDetectorBase with BasicLogging
- case class DetectEntitiesScoreV2(id: String, entities: Seq[EntityV2]) extends HasDocId with Product with Serializable
- case class DetectEntitiesScoreV3(id: String, entities: Seq[EntityV3], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends HasDocId with Product with Serializable
- class DetectFace extends CognitiveServicesBase with HasImageUrl with HasServiceParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
- case class DetectLanguageScoreV2(id: String, detectedLanguages: Seq[DetectedLanguageV2]) extends HasDocId with Product with Serializable
- class DetectLastAnomaly extends AnomalyDetectorBase with BasicLogging
- class DetectMultivariateAnomaly extends Model[DetectMultivariateAnomaly] with MADBase
- case class DetectResponse(language: String, score: Double, isTranslationSupported: Boolean, isTransliterationSupported: Boolean, alternative: Seq[AlternativeDetectResponse]) extends Product with Serializable
- case class DetectedLanguage(language: String, score: Double) extends Product with Serializable
- case class DetectedLanguageSDK(name: String, iso6391Name: String, confidenceScore: Double, warnings: Seq[TAWarningSDK]) extends Product with Serializable
- case class DetectedLanguageV2(name: String, iso6391Name: String, score: Double) extends Product with Serializable
- case class DetectedLanguageV3(name: String, iso6391Name: String, confidenceScore: Double) extends Product with Serializable
- case class DiagnosticsInfo(modelState: Option[ModelState], variableStates: Option[Seq[DMAVariableState]]) extends Product with Serializable
- class DictionaryExamples extends TextTranslatorBase with HasTextAndTranslationInput with HasFromLanguage with HasToLanguage with HasCognitiveServiceInput with BasicLogging
- case class DictionaryExamplesResponse(normalizedSource: String, normalizedTarget: String, examples: Seq[Example]) extends Product with Serializable
- class DictionaryLookup extends TextTranslatorBase with TextAsOnlyEntity with HasFromLanguage with HasToLanguage with BasicLogging
- case class DictionaryLookupResponse(normalizedSource: String, displaySource: String, translations: Seq[DictionaryTranslation]) extends Product with Serializable
- case class DictionaryTranslation(normalizedTarget: String, displayTarget: String, posTag: String, confidence: Double, prefixWord: String, backTranslations: Seq[BackTranslation]) extends Product with Serializable
- case class DocumentFilter(prefix: Option[String], suffix: Option[String]) extends Product with Serializable
- case class DocumentLanguageV3(id: String, detectedLanguage: Option[DetectedLanguageV3], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends HasDocId with Product with Serializable
- case class DocumentResult(docType: String, pageRange: Seq[Int], fields: Map[String, FieldResult]) extends Product with Serializable
- case class DocumentStatistics(charactersCount: Int, transactionsCount: Int) extends Product with Serializable
- case class DocumentTranslationInput(inputs: Seq[BatchRequest]) extends Product with Serializable
- class DocumentTranslator extends CognitiveServicesBaseNoHandler with HasInternalJsonOutputParser with HasCognitiveServiceInput with HasServiceName with Wrappable with DocumentTranslatorAsyncReply with BasicLogging with HasSetLinkedService with DomainHelper
- trait DocumentTranslatorAsyncReply extends BasicAsyncReply
- trait DomainHelper extends AnyRef
- case class Element(text: String, boundingBox: Seq[Double]) extends Product with Serializable
- case class Emotion(anger: Double, contempt: Double, disgust: Double, fear: Double, happiness: Double, neutral: Double, sadness: Double, surprise: Double) extends Product with Serializable
- case class EntityDataSourceSDK(name: String, entityId: String) extends Product with Serializable
- class EntityDetector extends TextAnalyticsBase with TAV3Mixins
- case class EntityV2(name: String, matches: Seq[Match], wikipediaLanguage: String, wikipediaId: String, wikipediaUrl: String, bingId: String) extends Product with Serializable
- case class EntityV3(name: String, matches: Seq[MatchV3], language: String, id: Option[String], url: String, dataSource: String) extends Product with Serializable
- case class Example(sourcePrefix: String, sourceTerm: String, sourceSuffix: String, targetPrefix: String, targetTerm: String, targetSuffix: String) extends Product with Serializable
- case class Exposure(exposureLevel: String, value: Double) extends Product with Serializable
- case class Face(faceId: String, faceRectangle: Rectangle, faceLandmarks: Option[Map[String, Point]], faceAttributes: Option[FaceAttributes]) extends Product with Serializable
- 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
- case class FaceGrouping(groups: Array[Array[String]], messyGroup: Array[String]) extends Product with Serializable
- case class FaceListContents(faceListId: String, name: String, userData: Option[String], persistedFaces: Array[PersistedFaceInfo]) extends Product with Serializable
- case class FaceListInfo(faceListId: String, name: String, userData: Option[String]) extends Product with Serializable
- case class FacialHair(moustache: Double, beard: Double, sideburns: Double) extends Product with Serializable
- case class Field(fieldName: String, accuracy: Double) extends Product with Serializable
- 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
- 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
- class FindSimilarFace extends CognitiveServicesBase with HasServiceParams with HasMaxNumOfCandidatesReturned with HasFaceIds with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
- class FitMultivariateAnomaly extends Estimator[DetectMultivariateAnomaly] with MADBase
- 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
- case class FormDocumentV3(docType: String, boundingRegions: Option[Seq[BoundingRegion]], spans: Option[Seq[FormSpan]], confidence: Double, fields: Option[Map[String, FormFieldV3]]) extends Product with Serializable
- case class FormEntityV3(category: String, subCategory: String, content: String, boundingRegions: Option[Seq[BoundingRegion]], spans: Option[Seq[FormSpan]], confidence: Double) extends Product with Serializable
- 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
- case class FormKV(content: String, boundingRegions: Option[Seq[BoundingRegion]], spans: Option[Seq[FormSpan]]) extends Product with Serializable
- case class FormLine(content: String, boundingBox: Option[Seq[Double]], spans: Option[Seq[FormSpan]]) extends Product with Serializable
- class FormOntologyLearner extends Estimator[FormOntologyTransformer] with BasicLogging with DefaultParamsWritable with HasInputCol with HasOutputCol with Wrappable
- class FormOntologyTransformer extends Model[FormOntologyTransformer] with BasicLogging with ComplexParamsWritable with HasInputCol with HasOutputCol with Wrappable
- case class FormReadResult(page: Int, language: Option[String], angle: Double, width: Double, height: Double, unit: String, lines: Option[Seq[ReadLine]]) extends Product with Serializable
- abstract class FormRecognizerBase extends CognitiveServicesBaseNoHandler with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicAsyncReply with HasImageInput with HasSetLocation with HasSetLinkedService with HasModelVersion
- case class FormSelectionMark(state: String, boundingBox: Option[Seq[Double]], confidence: Double, span: FormSpan) extends Product with Serializable
- case class FormSpan(offset: Int, length: Int) extends Product with Serializable
- case class FormStyleV3(isHandwritten: Boolean, spans: Option[Seq[FormSpan]], confidence: Double) extends Product with Serializable
- case class FormWord(content: String, boundingBox: Option[Seq[Double]], confidence: Double, span: FormSpan) extends Product with Serializable
- case class FoundFace(persistedFaceId: Option[String], faceId: Option[String], confidence: Double) extends Product with Serializable
- class GenerateThumbnails extends CognitiveServicesBase with HasImageInput with HasWidth with HasHeight with HasSmartCropping with HasInternalJsonOutputParser with HasCognitiveServiceInput with HasSetLocation with BasicLogging with HasSetLinkedService
- class GetCustomModel extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService with BasicLogging with HasModelID
- case class GetCustomModelResponse(modelInfo: ModelInfo, keys: String, trainResult: TrainResult) extends Product with Serializable
- case class Glossary(format: String, glossaryUrl: String, storageSource: Option[String], version: Option[String]) extends Product with Serializable
- class GroupFaces extends CognitiveServicesBase with HasServiceParams with HasFaceIds with HasSetLocation with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicLogging with HasSetLinkedService
- case class Hair(bald: Double, invisible: Boolean, hairColor: Array[Color]) extends Product with Serializable
- trait HasAPIVersion extends HasServiceParams
- trait HasActionCol extends HasServiceParams
- trait HasAsyncReply extends Params
- trait HasBatchIndexPrompt extends HasServiceParams
- trait HasBatchPrompt extends HasServiceParams
- trait HasCognitiveServiceInput extends HasURL with HasSubscriptionKey
- trait HasDeploymentName extends HasServiceParams
- trait HasDetectOrientation extends HasServiceParams
- trait HasDocId extends AnyRef
- trait HasFaceIds extends HasServiceParams
- trait HasFromLanguage extends HasServiceParams
- trait HasHeight extends HasServiceParams
- trait HasImageBytes extends HasServiceParams
- trait HasImageInput extends HasImageUrl with HasImageBytes with HasCognitiveServiceInput
- trait HasImageUrl extends HasServiceParams
- trait HasIndexName extends HasServiceParams
- trait HasIndexPrompt extends HasServiceParams
- trait HasInternalJsonOutputParser extends AnyRef
- trait HasLanguage extends HasServiceParams
- trait HasLocale extends HasServiceParams
- trait HasMaxNumOfCandidatesReturned extends HasServiceParams
- trait HasMaxTokens extends HasServiceParams
- trait HasModelID extends HasServiceParams
- trait HasModelVersion extends HasServiceParams
- trait HasOpenAIParams extends HasServiceParams with HasSetServiceName with HasPrompt with HasBatchPrompt with HasIndexPrompt with HasBatchIndexPrompt with HasAPIVersion with HasDeploymentName with HasMaxTokens
- trait HasOpinionMining extends HasServiceParams
- trait HasOptions extends HasServiceParams
- trait HasPages extends HasServiceParams
- trait HasPrebuiltModelID extends HasServiceParams
- trait HasPrompt extends HasServiceParams
- trait HasServiceName extends HasServiceParams
- trait HasServiceParams extends Params
- trait HasSetLinkedService extends Wrappable with HasURL with HasSubscriptionKey with HasUrlPath
- trait HasSetLinkedServiceUsingLocation extends HasSetLinkedService with HasSetLocation
- trait HasSetLocation extends Wrappable with HasURL with HasUrlPath with DomainHelper
- trait HasSetServiceName extends Wrappable with HasURL
- trait HasShowStats extends HasServiceParams
- trait HasSmartCropping extends HasServiceParams
- trait HasStringIndexType extends HasServiceParams
- trait HasSubscriptionKey extends HasServiceParams
- trait HasSubscriptionRegion extends HasServiceParams
- trait HasTextAndTranslationInput extends HasServiceParams
- trait HasTextDetails extends HasServiceParams
- trait HasTextInput extends HasServiceParams
- trait HasToLanguage extends HasServiceParams
- trait HasUrlPath extends AnyRef
- trait HasWidth extends HasServiceParams
- case class HeadPose(roll: Double, yaw: Double, pitch: Double) extends Product with Serializable
- case class HealthEntitiesOperationDetailSDK(createdAt: String, expiresAt: String, lastModifiedAt: String, operationId: String) extends Product with Serializable
- case class HealthEntitiesResultSDK(id: String, warnings: Seq[TAWarningSDK], entities: Seq[HealthcareEntitySDK], entityRelation: Seq[HealthcareEntityRelationSDK]) extends Product with Serializable
- case class HealthcareEntityAssertionSDK(association: Option[String], certainty: Option[String], conditionality: Option[String]) extends Product with Serializable
- case class HealthcareEntityRelationRoleSDK(entity: HealthcareEntitySDK, name: String) extends Product with Serializable
- case class HealthcareEntityRelationSDK(relationType: String, roles: Seq[HealthcareEntityRelationRoleSDK]) extends Product with Serializable
- 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
- case class IdentifiedFace(faceId: String, candidates: Seq[Candidate]) extends Product with Serializable
- class IdentifyFaces extends CognitiveServicesBase with HasServiceParams with HasMaxNumOfCandidatesReturned with HasFaceIds with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
- case class ImageCaptions(text: String, confidence: Double) extends Product with Serializable
- case class ImageDescription(tags: Seq[String], captions: Seq[ImageCaptions]) extends Product with Serializable
- case class ImageMetadata(width: Int, height: Int, format: String) extends Product with Serializable
- case class ImageTag(name: String, confidence: Double, hint: Option[String]) extends Product with Serializable
- 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
- 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
- case class IndexList(@odata.context: String, value: Seq[IndexName]) extends Product with Serializable
- trait IndexLister extends AnyRef
- case class IndexName(name: String) extends Product with Serializable
- trait IndexParser extends AnyRef
- case class IndexStats(documentCount: Int, storageSize: Int) extends Product with Serializable
- case class Key(clusters: Map[String, Seq[String]]) extends Product with Serializable
- class KeyPhraseExtractor extends TextAnalyticsBase with TAV3Mixins
- case class KeyPhraseScoreV2(id: String, keyPhrases: Seq[String]) extends HasDocId with Product with Serializable
- case class KeyPhraseScoreV3(id: String, keyPhrases: Seq[String], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends HasDocId with Product with Serializable
- case class KeyValuePair(key: Element, value: Element) extends Product with Serializable
- case class KeyValuePairV3(key: FormKV, value: FormKV, confidence: Double) extends Product with Serializable
- case class KeyphraseSDK(keyPhrases: Seq[String], warnings: Seq[TAWarningSDK]) extends Product with Serializable
- class LanguageDetector extends TextAnalyticsBase with HasModelVersion with HasShowStats with BasicLogging with HasHandler
- case class LinkedEntityCollectionSDK(entities: Seq[LinkedEntitySDK], warnings: Seq[TAWarningSDK]) extends Product with Serializable
- case class LinkedEntityMatchSDK(text: String, confidenceScore: Double, offset: Int, length: Int) extends Product with Serializable
- case class LinkedEntitySDK(name: String, matches: Seq[LinkedEntityMatchSDK], language: String, dataSourceEntityId: String, url: String, dataSource: String, bingEntitySearchApiId: String) extends Product with Serializable
- class ListCustomModels extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService with BasicLogging
- case class ListCustomModelsResponse(summary: Summary, modelList: Seq[ModelInfo], nextLink: String) extends Product with Serializable
- case class LocalNEREntityV2(value: String, startIndex: Int, precision: Double, category: String) extends Product with Serializable
- case class LocalNERScoreV2(id: String, entities: Seq[LocalNEREntityV2]) extends HasDocId with Product with Serializable
- trait MADBase extends HasOutputCol with MADHttpRequest with HasSetLocation with HasInputCols with ComplexParamsWritable with Wrappable with HasErrorCol with BasicLogging
- trait MADHttpRequest extends HasURL with HasSubscriptionKey with HasAsyncReply
- 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
- case class MAERequest(source: String, startTime: String, endTime: String, slidingWindow: Option[Int], alignPolicy: Option[AlignPolicy], displayName: Option[String]) extends Product with Serializable
- case class MAEResponse(modelId: String, createdTime: String, lastUpdatedTime: String, modelInfo: MAEModelInfo) extends Product with Serializable
- case class Makeup(eyeMakeup: Boolean, lipMakeup: Boolean) extends Product with Serializable
- case class Match(text: String, offset: Int, length: Int) extends Product with Serializable
- case class MatchV3(confidenceScore: Double, text: String, offset: Int, length: Int) extends Product with Serializable
- case class ModelInfo(modelId: String, status: String, createDateTime: String, lastUpdatedDateTime: String) extends Product with Serializable
- case class ModelState(epochIds: Option[Seq[Int]], trainLosses: Option[Seq[Double]], validationLosses: Option[Seq[Double]], latenciesInSeconds: Option[Seq[Double]]) extends Product with Serializable
- class NER extends TextAnalyticsBase with HasModelVersion with HasShowStats with HasStringIndexType with BasicLogging with HasHandler
- case class NERCollectionSDK(entities: Seq[NEREntitySDK], warnings: Seq[TAWarningSDK]) extends Product with Serializable
- case class NERDocV2(id: String, entities: Seq[NEREntityV2]) extends HasDocId with Product with Serializable
- case class NERDocV3(id: String, entities: Seq[NEREntityV3], warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends HasDocId with Product with Serializable
- case class NEREntitySDK(text: String, category: String, subCategory: String, confidenceScore: Double, offset: Int, length: Int) extends Product with Serializable
- 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
- case class NEREntityV3(text: String, category: String, subcategory: Option[String] = None, offset: Integer, length: Integer, confidenceScore: Double) extends Product with Serializable
- case class NERMatchV2(text: String, offset: Int, length: Int) extends Product with Serializable
- case class Noise(noiseLevel: String, value: Double) extends Product with Serializable
- class OCR extends CognitiveServicesBase with HasLanguage with HasImageInput with HasDetectOrientation with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
- case class OCRLine(boundingBox: String, words: Seq[OCRWord]) extends Product with Serializable
- case class OCRRegion(boundingBox: String, lines: Seq[OCRLine]) extends Product with Serializable
- case class OCRResponse(language: String, textAngle: Option[Double], orientation: String, regions: Seq[OCRRegion]) extends Product with Serializable
- case class OCRWord(boundingBox: String, text: String) extends Product with Serializable
- case class Occlusion(foreheadOccluded: Boolean, eyeOccluded: Boolean, mouthOccluded: Boolean) extends Product with Serializable
- case class OpenAIChoice(text: String, index: Long, logprobs: Option[OpenAILogProbs], finish_reason: String) extends Product with Serializable
- class OpenAICompletion extends CognitiveServicesBase with HasOpenAIParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicLogging
- case class OpenAILogProbs(tokens: Seq[String], token_logprobs: Seq[Double], top_logprobs: Seq[Map[String, Double]], text_offset: Seq[Long]) extends Product with Serializable
- case class OpinionSDK(target: TargetSDK, assessments: Seq[AssessmentSDK]) extends Product with Serializable
- class PII extends TextAnalyticsBase with TAV3Mixins
- case class PIIDocV3(id: String, entities: Seq[PIIEntityV3], redactedText: String, warnings: Seq[TAWarning], statistics: Option[DocumentStatistics]) extends HasDocId with Product with Serializable
- case class PIIEntityCollectionSDK(entities: Seq[PIIEntitySDK], redactedText: String, warnings: Seq[TAWarningSDK]) extends Product with Serializable
- case class PIIEntitySDK(text: String, category: String, subCategory: String, confidenceScore: Double, offset: Int, length: Int) extends Product with Serializable
- case class PIIEntityV3(text: String, category: String, subcategory: Option[String] = None, offset: Integer, length: Integer, confidenceScore: Double) extends Product with Serializable
- case class PageResult(page: Int, keyValuePairs: Option[Seq[KeyValuePair]], tables: Seq[Table]) extends Product with Serializable
- 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
- case class PersistedFaceInfo(persistedFaceId: String, userData: Option[String]) extends Product with Serializable
- case class PersonGroupInfo(personGroupId: String, name: String, userData: Option[String]) extends Product with Serializable
- case class PersonGroupTrainingStatus(status: String, createdDateTime: String, lastActionDateTime: String, message: Option[String]) extends Product with Serializable
- case class PersonInfo(personId: String, name: String, userData: Option[String], persistedFaceIds: Seq[String]) extends Product with Serializable
- case class Point(x: Double, y: Double) extends Product with Serializable
- case class RTLine(boundingBox: Array[Int], text: String, words: Array[RTWord]) extends Product with Serializable
- case class RTResponse(status: String, recognitionResult: RTResult) extends Product with Serializable
- case class RTResult(lines: Array[RTLine]) extends Product with Serializable
- case class RTWord(boundingBox: Array[Int], text: String) extends Product with Serializable
- case class ReadAnalyzeResult(version: String, readResults: Seq[ReadResult]) extends Product with Serializable
- class ReadImage extends CognitiveServicesBaseNoHandler with BasicAsyncReply with HasImageInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
- case class ReadLine(boundingBox: Array[Double], text: String, words: Array[ReadWord]) extends Product with Serializable
- case class ReadResponse(status: String, createdDateTime: String, lastUpdatedDateTime: String, analyzeResult: ReadAnalyzeResult) extends Product with Serializable
- case class ReadResult(page: Int, language: Option[String], angle: Double, width: Double, height: Double, unit: String, lines: Array[ReadLine]) extends Product with Serializable
- case class ReadWord(boundingBox: Array[Double], text: String, confidence: Double) extends Product with Serializable
- class RecognizeDomainSpecificContent extends CognitiveServicesBase with HasImageInput with HasServiceParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
- class RecognizeText extends CognitiveServicesBaseNoHandler with BasicAsyncReply with HasImageInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
- case class Rectangle(left: Int, top: Int, width: Int, height: Int) extends Product with Serializable
- case class Rectangle2(x: Int, y: Int, w: Int, h: Int) extends Product with Serializable
- case class SentLen(srcSentLen: Seq[Int], transSentLen: Seq[Int]) extends Product with Serializable
- 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
- case class SentimentAssessment(confidenceScores: BinarySentimentScoreV3, length: Int, offset: Int, text: Option[String], sentiment: String, isNegated: Boolean) extends Product with Serializable
- case class SentimentConfidenceScoreSDK(negative: Double, neutral: Double, positive: Double) extends Product with Serializable
- case class SentimentRelation(ref: String, relationType: String) extends Product with Serializable
- case class SentimentScoreV2(id: String, score: Float) extends HasDocId with Product with Serializable
- case class SentimentScoreV3(positive: Double, neutral: Double, negative: Double) extends Product with Serializable
- case class SentimentScoredDocumentSDK(sentiment: String, confidenceScores: SentimentConfidenceScoreSDK, sentences: Seq[SentimentSentenceSDK], warnings: Seq[TAWarningSDK]) extends Product with Serializable
- case class SentimentScoredDocumentV3(id: String, sentiment: String, statistics: Option[DocumentStatistics], confidenceScores: SentimentScoreV3, sentences: Seq[Sentence], warnings: Seq[TAWarning]) extends HasDocId with Product with Serializable
- case class SentimentSentenceSDK(text: String, sentiment: String, confidenceScores: SentimentConfidenceScoreSDK, opinions: Option[Seq[OpinionSDK]], offset: Int, length: Int) extends Product with Serializable
- case class SentimentTarget(confidenceScores: BinarySentimentScoreV3, length: Int, offset: Int, text: Option[String], sentiment: String, relations: Seq[SentimentRelation]) extends Product with Serializable
- trait SharedSpeechFields extends AnyRef
- class SimpleDetectAnomalies extends AnomalyDetectorBase with HasOutputCol with BasicLogging
- case class SourceInput(filter: Option[DocumentFilter], language: Option[String], sourceUrl: String, storageSource: Option[String]) extends Product with Serializable
- case class SourceText(text: String) extends Product with Serializable
- 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
- abstract class SpeechSDKBase extends Transformer with HasSetLocation with HasServiceParams with HasOutputCol with HasURL with HasSubscriptionKey with ComplexParamsWritable with BasicLogging with HasSetLinkedServiceUsingLocation
- case class SpeechSynthesisError(errorCode: String, errorDetails: String, errorReason: String) extends Product with Serializable
- class SpeechToText extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedServiceUsingLocation
- class SpeechToTextSDK extends SpeechSDKBase with BasicLogging
- case class StatusSummary(total: Int, failed: Int, success: Int, inProgress: Int, notYetStarted: Int, cancelled: Int, totalCharacterCharged: Int) extends Product with Serializable
- case class Summary(count: Int, limit: Int, lastUpdatedDateTime: String) extends Product with Serializable
- case class TADocument(language: Option[String], id: String, text: String) extends Product with Serializable
- case class TAError(id: String, error: String) extends Product with Serializable
- case class TAErrorSDK(errorCode: String, errorMessage: String, target: String) extends Product with Serializable
- case class TARequest(documents: Seq[TADocument]) extends Product with Serializable
- case class TAResponse[T <: HasDocId](statistics: Option[TAResponseStatistics], documents: Seq[T], errors: Option[Seq[TAError]], modelVersion: Option[String]) extends Product with Serializable
- case class TAResponseSDK[T](result: Option[T], error: Option[TAErrorSDK], statistics: Option[DocumentStatistics]) extends Product with Serializable
- case class TAResponseStatistics(documentsCount: Int, validDocumentsCount: Int, erroneousDocumentsCount: Int, transactionsCount: Int) extends Product with Serializable
- trait TAV3Mixins extends HasModelVersion with HasShowStats with HasStringIndexType with BasicLogging with HasHandler
- case class TAWarning(code: String, message: String, targetRef: Option[String] = None) extends Product with Serializable
- case class TAWarningSDK(warningCode: String, message: String) extends Product with Serializable
- case class Table(rows: Int, columns: Int, cells: Seq[Cell], boundingBox: Seq[Double]) extends Product with Serializable
- case class TableResultV3(rowCount: Int, columnCount: Int, boundingRegions: Option[Seq[BoundingRegion]], spans: Option[Seq[FormSpan]], cells: Option[Seq[FormCell]]) extends Product with Serializable
- class TagImage extends CognitiveServicesBase with HasImageInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
- case class TagImagesResponse(tags: Seq[ImageTag], requestId: String, metaData: ImageMetadata) extends Product with Serializable
- case class TargetInput(category: Option[String], glossaries: Option[Seq[Glossary]], targetUrl: String, language: String, storageSource: Option[String]) extends Product with Serializable
- case class TargetSDK(text: String, sentiment: String, confidenceScores: SentimentConfidenceScoreSDK, offset: Int, length: Int) extends Product with Serializable
- abstract class TextAnalyticsBase extends CognitiveServicesBaseNoHandler with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService with TextAnalyticsInputParams
- trait TextAnalyticsInputParams extends HasServiceParams
- class TextAnalyze extends TextAnalyticsBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasSetLinkedService with BasicAsyncReply
- case class TextAnalyzeAPIResult[T <: HasDocId](documents: Seq[T], errors: Seq[TAError], modelVersion: String) extends Product with Serializable
- case class TextAnalyzeAPIResults[T <: HasDocId](state: String, lastUpdateDateTime: Option[String], results: Option[TextAnalyzeAPIResult[T]]) extends Product with Serializable
- 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
- case class TextAnalyzeInput(documents: Seq[TADocument]) extends Product with Serializable
- case class TextAnalyzeRequest(displayName: String, analysisInput: TextAnalyzeInput, tasks: TextAnalyzeTasks) extends Product with Serializable
- case class TextAnalyzeResponse(status: String, errors: Option[Seq[TAError]], displayName: String, tasks: TextAnalyzeAPITasks) extends Product with Serializable
- case class TextAnalyzeResult[T <: HasDocId](result: Option[T], error: Option[TAError]) extends Product with Serializable
- 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
- case class TextAnalyzeTask(parameters: Map[String, String]) extends Product with Serializable
- class TextAnalyzeTaskParam extends CognitiveServiceStructParam[Seq[TextAnalyzeTask]]
- case class TextAnalyzeTasks(entityRecognitionTasks: Seq[TextAnalyzeTask], entityLinkingTasks: Seq[TextAnalyzeTask], entityRecognitionPiiTasks: Seq[TextAnalyzeTask], keyPhraseExtractionTasks: Seq[TextAnalyzeTask], sentimentAnalysisTasks: Seq[TextAnalyzeTask]) extends Product with Serializable
- case class TextAndTranslation(text: String, translation: String) extends Product with Serializable
- trait TextAsOnlyEntity extends HasTextInput with HasCognitiveServiceInput with HasSubscriptionRegion
- case class TextDocumentInputs(id: String, text: String) extends Product with Serializable
- class TextSentiment extends TextAnalyticsBase with TAV3Mixins
- class TextToSpeech extends Transformer with HasSetLocation with HasServiceParams with HasErrorCol with HasURL with HasSubscriptionKey with ComplexParamsWritable with BasicLogging with HasSetLinkedServiceUsingLocation
- abstract class TextTranslatorBase extends CognitiveServicesBase with HasInternalJsonOutputParser with HasSubscriptionRegion with HasSetLocation with HasSetLinkedServiceUsingLocation
- case class TimeSeriesPoint(timestamp: String, value: Double) extends Product with Serializable
- case class TrainResult(trainingDocuments: Seq[TrainingDocument], fields: Seq[Field], errors: Seq[String]) extends Product with Serializable
- case class TrainingDocument(documentName: String, pages: Int, errors: Seq[String], status: String) extends Product with Serializable
- case class TranscriptionParticipant(name: String, language: String, signature: String) extends Product with Serializable
- 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
- class Translate extends TextTranslatorBase with TextAsOnlyEntity with BasicLogging
- case class TranslateResponse(detectedLanguage: Option[DetectedLanguage], translations: Seq[Translation], sourceText: Option[SourceText]) extends Product with Serializable
- case class Translation(to: String, text: String, transliteration: Option[Transliteration], alignment: Option[Alignment], sentLen: Option[SentLen]) extends Product with Serializable
- case class TranslationStatusResponse(id: String, createdDateTimeUtc: String, lastActionDateTimeUtc: String, status: String, summary: StatusSummary) extends Product with Serializable
- class Transliterate extends TextTranslatorBase with TextAsOnlyEntity with BasicLogging
- case class TransliterateResponse(text: String, script: String) extends Product with Serializable
- case class Transliteration(script: String, text: String) extends Product with Serializable
- class VerifyFaces extends CognitiveServicesBase with HasServiceParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with BasicLogging with HasSetLinkedService
-
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
-
class
EntityDetectorSDK extends TextAnalyticsSDKBase[LinkedEntityCollectionSDK]
- Annotations
- @deprecated
- Deprecated
(Since version v0.10.1) Please use
com.microsoft.azure.synapse.ml.cognitive.EntityDetector
-
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
-
class
HealthcareSDK extends TextAnalyticsSDKBase[HealthEntitiesResultSDK]
- Annotations
- @deprecated
- Deprecated
(Since version v0.10.1) Please use
com.microsoft.azure.synapse.ml.cognitive.AnalyzeHealthText
-
class
KeyPhraseExtractorSDK extends TextAnalyticsSDKBase[KeyphraseSDK]
- Annotations
- @deprecated
- Deprecated
(Since version v0.10.1) Please use
com.microsoft.azure.synapse.ml.cognitive.KeyPhraseExtractor
-
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
-
class
LanguageDetectorSDK extends TextAnalyticsSDKBase[DetectedLanguageSDK]
- Annotations
- @deprecated
- Deprecated
(Since version v0.10.1) Please use
com.microsoft.azure.synapse.ml.cognitive.LanguageDetector
-
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
-
class
NERSDK extends TextAnalyticsSDKBase[NERCollectionSDK]
- Annotations
- @deprecated
- Deprecated
(Since version v0.10.1) Please use
com.microsoft.azure.synapse.ml.cognitive.NER
-
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
-
class
PIISDK extends TextAnalyticsSDKBase[PIIEntityCollectionSDK]
- Annotations
- @deprecated
- Deprecated
(Since version v0.10.1) Please use
com.microsoft.azure.synapse.ml.cognitive.PII
-
class
TextSentimentSDK extends TextAnalyticsSDKBase[SentimentScoredDocumentSDK] with HasOpinionMining
- Annotations
- @deprecated
- Deprecated
(Since version v0.10.1) Please use
com.microsoft.azure.synapse.ml.cognitive.TextSentiment
-
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
- object ADEntireResponse extends SparkBindings[ADEntireResponse]
- object ADLastResponse extends SparkBindings[ADLastResponse]
- object ADRequest extends SparkBindings[ADRequest]
- object ADSingleResponse extends SparkBindings[ADSingleResponse]
- object AIResponse extends SparkBindings[AIResponse]
- object ASResponses extends SparkBindings[ASResponses]
- object AddDocuments extends ComplexParamsReadable[AddDocuments] with Serializable
- object AnalyzeBusinessCards extends ComplexParamsReadable[AnalyzeBusinessCards] with Serializable
- object AnalyzeCustomModel extends ComplexParamsReadable[AnalyzeCustomModel] with Serializable
- object AnalyzeDocument extends ComplexParamsReadable[AnalyzeDocument] with Serializable
- object AnalyzeDocumentResponse extends SparkBindings[AnalyzeDocumentResponse]
- object AnalyzeIDDocuments extends ComplexParamsReadable[AnalyzeIDDocuments] with Serializable
- object AnalyzeImage extends ComplexParamsReadable[AnalyzeImage] with Serializable
- object AnalyzeInvoices extends ComplexParamsReadable[AnalyzeInvoices] with Serializable
- object AnalyzeLayout extends ComplexParamsReadable[AnalyzeLayout] with Serializable
- object AnalyzeReceipts extends ComplexParamsReadable[AnalyzeReceipts] with Serializable
- object AnalyzeResponse extends SparkBindings[AnalyzeResponse]
- object AnalyzeResultV3 extends SparkBindings[AnalyzeResultV3]
- object AnomalyDetectorProtocol
- object AzureSearchAPIConstants
- object AzureSearchProtocol
- object AzureSearchWriter extends IndexParser with Logging
- object BingImage extends SparkBindings[BingImage]
- object BingImageSearch extends ComplexParamsReadable[BingImageSearch] with Serializable
- object BingImagesResponse extends SparkBindings[BingImagesResponse]
- object BreakSentence extends ComplexParamsReadable[BreakSentence] with Serializable
- object BreakSentenceResponse extends SparkBindings[BreakSentenceResponse]
- object CompletionResponse extends SparkBindings[CompletionResponse]
- object ConversationTranscription extends ComplexParamsReadable[ConversationTranscription] with Serializable
- object DMAError extends SparkBindings[DMAError]
- object DMARequest extends SparkBindings[DMARequest]
- object DMAResponse extends SparkBindings[DMAResponse]
- object DSIRResponse extends SparkBindings[DSIRResponse]
- object DescribeImage extends ComplexParamsReadable[DescribeImage] with Serializable
- object DescribeImageResponse extends SparkBindings[DescribeImageResponse]
- object Detect extends ComplexParamsReadable[Detect] with Serializable
- object DetectAnomalies extends ComplexParamsReadable[DetectAnomalies] with Serializable
- object DetectEntitiesResponseV2 extends SparkBindings[TAResponse[DetectEntitiesScoreV2]]
- object DetectEntitiesResponseV3 extends SparkBindings[TAResponse[DetectEntitiesScoreV3]]
- object DetectFace extends ComplexParamsReadable[DetectFace] with Serializable
- object DetectLanguageResponseSDK extends SparkBindings[TAResponseSDK[DetectedLanguageSDK]]
- object DetectLanguageResponseV2 extends SparkBindings[TAResponse[DetectLanguageScoreV2]]
- object DetectLanguageResponseV3 extends SparkBindings[TAResponse[DocumentLanguageV3]]
- object DetectLastAnomaly extends ComplexParamsReadable[DetectLastAnomaly] with Serializable
- object DetectMultivariateAnomaly extends ComplexParamsReadable[DetectMultivariateAnomaly] with Serializable
- object DetectResponse extends SparkBindings[DetectResponse]
- object DictionaryExamples extends ComplexParamsReadable[DictionaryExamples] with Serializable
- object DictionaryExamplesResponse extends SparkBindings[DictionaryExamplesResponse]
- object DictionaryLookup extends ComplexParamsReadable[DictionaryLookup] with Serializable
- object DictionaryLookupResponse extends SparkBindings[DictionaryLookupResponse]
- object DocumentTranslator extends ComplexParamsReadable[DocumentTranslator] with Serializable
- object EntityDetector extends ComplexParamsReadable[EntityDetector] with Serializable
- object Face extends SparkBindings[Face]
- object FaceGrouping extends SparkBindings[FaceGrouping]
- object FindSimilarFace extends ComplexParamsReadable[FindSimilarFace] with Serializable
- object FitMultivariateAnomaly extends ComplexParamsReadable[FitMultivariateAnomaly] with Serializable
- object FormOntologyLearner extends DefaultParamsReadable[FormOntologyLearner] with Serializable
- object FormOntologyTransformer extends ComplexParamsReadable[FormOntologyTransformer] with Serializable
- object FormsFlatteners
- object FormsJsonProtocol extends DefaultJsonProtocol
- object FoundFace extends SparkBindings[FoundFace]
- object GenerateThumbnails extends ComplexParamsReadable[GenerateThumbnails] with Serializable
- object GetCustomModel extends ComplexParamsReadable[GetCustomModel] with Serializable
- object GetCustomModelResponse extends SparkBindings[GetCustomModelResponse]
- object GroupFaces extends ComplexParamsReadable[GroupFaces] with Serializable
- object HealthcareResponseSDK extends SparkBindings[TAResponseSDK[HealthEntitiesResultSDK]]
- object IdentifiedFace extends SparkBindings[IdentifiedFace]
- object IdentifyFaces extends ComplexParamsReadable[IdentifyFaces] with Serializable
- object KeyPhraseExtractor extends ComplexParamsReadable[KeyPhraseExtractor] with Serializable
- object KeyPhraseResponseSDK extends SparkBindings[TAResponseSDK[KeyphraseSDK]]
- object KeyPhraseResponseV2 extends SparkBindings[TAResponse[KeyPhraseScoreV2]]
- object KeyPhraseResponseV3 extends SparkBindings[TAResponse[KeyPhraseScoreV3]]
- object LanguageDetector extends ComplexParamsReadable[LanguageDetector] with Serializable
- object LinkedEntityResponseSDK extends SparkBindings[TAResponseSDK[LinkedEntityCollectionSDK]]
- object ListCustomModels extends ComplexParamsReadable[ListCustomModels] with Serializable
- object ListCustomModelsResponse extends SparkBindings[ListCustomModelsResponse]
- object LocalNERResponseV2 extends SparkBindings[TAResponse[LocalNERScoreV2]]
- object MADJsonProtocol extends DefaultJsonProtocol
- object MADUtils
- object MAERequest extends SparkBindings[MAERequest]
- object MAEResponse extends SparkBindings[MAEResponse]
- object NER extends ComplexParamsReadable[NER] with Serializable
- object NERResponseSDK extends SparkBindings[TAResponseSDK[NERCollectionSDK]]
- object NERResponseV2 extends SparkBindings[TAResponse[NERDocV2]]
- object NERResponseV3 extends SparkBindings[TAResponse[NERDocV3]]
- object OCR extends ComplexParamsReadable[OCR] with Serializable
- object OCRResponse extends SparkBindings[OCRResponse]
- object OpenAICompletion extends ComplexParamsReadable[OpenAICompletion] with Serializable
- object PII extends ComplexParamsReadable[PII] with Serializable
- object PIIResponseSDK extends SparkBindings[TAResponseSDK[PIIEntityCollectionSDK]]
- object PIIResponseV3 extends SparkBindings[TAResponse[PIIDocV3]]
- object RTResponse extends SparkBindings[RTResponse]
- object ReadImage extends ComplexParamsReadable[ReadImage] with Serializable
- object ReadResponse extends SparkBindings[ReadResponse]
- object RecognizeDomainSpecificContent extends ComplexParamsReadable[RecognizeDomainSpecificContent] with Serializable
- object RecognizeText extends ComplexParamsReadable[RecognizeText] with Serializable
- object SDKConverters
- object SearchIndex extends IndexParser with IndexLister
- object SentimentResponseSDK extends SparkBindings[TAResponseSDK[SentimentScoredDocumentSDK]]
- object SentimentResponseV2 extends SparkBindings[TAResponse[SentimentScoreV2]]
- object SentimentResponseV3 extends SparkBindings[TAResponse[SentimentScoredDocumentV3]]
- object SentimentScoredDocumentV3 extends SparkBindings[SentimentScoredDocumentV3]
- object SimpleDetectAnomalies extends ComplexParamsReadable[SimpleDetectAnomalies] with Serializable
- object SpeechAPI
- object SpeechFormat extends DefaultJsonProtocol
- object SpeechResponse extends SparkBindings[SpeechResponse]
- object SpeechSynthesisError extends SparkBindings[SpeechSynthesisError]
- object SpeechToText extends ComplexParamsReadable[SpeechToText] with Serializable
- object SpeechToTextSDK extends ComplexParamsReadable[SpeechToTextSDK] with Serializable
- object TADocument extends SparkBindings[TADocument]
- object TAError extends SparkBindings[TAError]
- object TAJSONFormat
- object TARequest extends SparkBindings[TARequest]
- object TagImage extends ComplexParamsReadable[TagImage] with Serializable
- object TagImagesResponse extends SparkBindings[TagImagesResponse]
- object TextAnalyze extends ComplexParamsReadable[TextAnalyze] with Serializable
- object TextAnalyzeInput extends SparkBindings[TextAnalyzeInput]
- object TextAnalyzeRequest extends SparkBindings[TextAnalyzeRequest]
- object TextAnalyzeResponse extends SparkBindings[TextAnalyzeResponse]
- object TextAnalyzeSimplifiedResponse extends SparkBindings[TextAnalyzeSimplifiedResponse]
- object TextAnalyzeTask extends SparkBindings[TextAnalyzeTask]
- object TextAnalyzeTasks extends SparkBindings[TextAnalyzeTasks]
- object TextSentiment extends ComplexParamsReadable[TextSentiment] with Serializable
- object TextToSpeech extends ComplexParamsReadable[TextToSpeech] with Serializable
- object TimeSeriesPoint extends SparkBindings[TimeSeriesPoint]
- object TranscriptionResponse extends SparkBindings[TranscriptionResponse]
- object Translate extends ComplexParamsReadable[Translate] with Serializable
- object TranslateResponse extends SparkBindings[TranslateResponse]
- object TranslationStatusResponse extends SparkBindings[TranslationStatusResponse]
- object TranslatorJsonProtocol extends DefaultJsonProtocol
- object Transliterate extends ComplexParamsReadable[Transliterate] with Serializable
- object TransliterateResponse extends SparkBindings[TransliterateResponse]
- object URLEncodingUtils
- object VerifyFaces extends ComplexParamsReadable[VerifyFaces] with Serializable
Deprecated Value Members
-
object
EntityDetectorSDK extends ComplexParamsReadable[EntityDetectorSDK] with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version v0.10.1) Please use
com.microsoft.azure.synapse.ml.cognitive.EntityDetector
-
object
EntityDetectorV2 extends ComplexParamsReadable[EntityDetectorV2] with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version v0.10.1) Please use
com.microsoft.azure.synapse.ml.cognitive.EntityDetector
-
object
HealthcareSDK extends ComplexParamsReadable[HealthcareSDK] with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version v0.10.1) Please use
com.microsoft.azure.synapse.ml.cognitive.AnalyzeHealthText
-
object
KeyPhraseExtractorSDK extends ComplexParamsReadable[KeyPhraseExtractorSDK] with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version v0.10.1) Please use
com.microsoft.azure.synapse.ml.cognitive.KeyPhraseExtractor
-
object
KeyPhraseExtractorV2 extends ComplexParamsReadable[KeyPhraseExtractorV2] with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version v0.10.1) Please use
com.microsoft.azure.synapse.ml.cognitive.KeyPhraseExtractor
-
object
LanguageDetectorSDK extends ComplexParamsReadable[LanguageDetectorSDK] with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version v0.10.1) Please use
com.microsoft.azure.synapse.ml.cognitive.LanguageDetector
-
object
LanguageDetectorV2 extends ComplexParamsReadable[LanguageDetectorV2] with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version v0.10.1) Please use
com.microsoft.azure.synapse.ml.cognitive.LanguageDetector
-
object
NERSDK extends ComplexParamsReadable[NERSDK] with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version v0.10.1) Please use
com.microsoft.azure.synapse.ml.cognitive.NER
-
object
NERV2 extends ComplexParamsReadable[NERV2] with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version v0.10.1) Please use
com.microsoft.azure.synapse.ml.cognitive.NER
-
object
PIISDK extends ComplexParamsReadable[PII] with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version v0.10.1) Please use
com.microsoft.azure.synapse.ml.cognitive.PII
-
object
TextSentimentSDK extends ComplexParamsReadable[TextSentiment] with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version v0.10.1) Please use
com.microsoft.azure.synapse.ml.cognitive.TextSentiment
-
object
TextSentimentV2 extends ComplexParamsReadable[TextSentimentV2] with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version v0.10.1) Please use
com.microsoft.azure.synapse.ml.cognitive.TextSentiment