Overview
Component to perform multiple operations involving text analysis, such as:
Key Phrase Detection
Sentiment Analysis
Language Detection
Spell Checking
Speech to Text Transcription
Translator
Key phrase detection
Receives a text as an input as well as the language code of the text to be analyzed.
Analyzes the text and highlights the key phrases that were found.
Sentiment analysis
Receives a text as an input parameter as well as a language code.
Scores the received text on its sentiment and following a sentiment scale of 0% to 100%, where:
Negative: 0% - 39% Neutral: 40% - 69% Positive: 70% - 100%
Language detection
Receives a text and returns the language code corresponding to the detected language in the text.
Spell Check
Receives a text and a market code as input parameters.
Detects spelling mistakes in the text and returns the errors. Also suggests alternative spellings for those errors.
The suggestions are ordered by a confidence score.
Server action that receives an audio file as input parameter as well as its file format, the language code to identify the spoken language to be recognized and the profanity mode that specifies what to do in the case of receiving an audio file with profanity in it.
Analyzes the text and highlights the entities that were found.
Receives a text as an input as well as the target language code of the text to be translated. Source language code can also be defined or automatically detected.
When translating a single word it also provides alternative translations for the word.
Log deployment of component as well as server actions and web blocks usage, including in which type of environment it was done in (development and production). You can disable this by setting the site property AllowTelemetry to false.
This information will be handled internally in order to support decisions in further product developments.
Maintenance: