Package com.chatmotorapi.api.functional
Provides functionnal APIs like summarization, strategic summarzation, translation, ...
-
Class Summary Class Description MotorCategorization TheMotorCategorization
class represents a data transfer object (DTO) for text categorization results.MotorCategorizationRequest Handles the creation and execution of categorization using theChatMotor
API.MotorCategorizationRequest.Builder Builder class forMotorCategorizationRequest
.MotorCategorizationResponse Represents the response for a categorization request processed by the ChatMotor API.MotorEntity Represents the recognized entities extracted from text, categorized into four distinct types: persons, organizations, locations, and dates.MotorEntityRequest Handles the creation and execution of categorizationusing theChatMotor
API.MotorEntityRequest.Builder Builder class forMotorCategorizationRequest
.MotorEntityResponse Represents the response for a categorization request processed by the ChatMotor API.MotorLanguageGuesserRequest Handles the creation and execution of language guessing requests using theChatMotor
API.MotorLanguageGuesserRequest.Builder Builder class forMotorSummaryRequest
.MotorLargeTranslationRequest Handles the creation and execution of translation requests using theChatMotor
API.MotorLargeTranslationRequest.Builder Builder class forMotorSummaryRequest
.MotorSentiment This class models the sentiment analysis results.MotorSentiment.ConfidenceScores Inner class to encapsulate confidence scores for various sentiment categories.MotorSentimentRequest Handles the creation and execution of sentiment analysis using theChatMotor
API.MotorSentimentRequest.Builder Builder class forMotorSentimentRequest
.MotorSentimentResponse Represents the response for a sentiment analysis request processed by the ChatMotor API.MotorStrategicSummaryRequest Handles the creation and execution of a strategi summarization requests using theChatMotor
API.MotorStrategicSummaryRequest.Builder Builder class forMotorSummaryRequest
.MotorSummaryRequest Handles the creation and execution of summarization requests using theChatMotor
API.MotorSummaryRequest.Builder Builder class forMotorSummaryRequest
. -
Enum Summary Enum Description SentimentType Enum representing the possible sentiment types for sentiment analysis, each associated with an integer value.