Skip to content

Commit

Permalink
fixing minor problems and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
FMasudMsft committed Jan 31, 2025
1 parent 214a578 commit 5d54d9c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,16 @@ object AnalyzeTextLongRunningOperations extends ComplexParamsReadable[AnalyzeTex
* <li>EntityLinking</li>
* <li>EntityRecognition</li>
* <li>CustomEntityRecognition</li>
* <li>CustomSingleLabelClassification</li>
* <li>CustomMultiLabelClassification</li>
* </ul>
* Each task has its own set of parameters that can be set to control the behavior of the service and response
* schema.
* </p>
*/
class AnalyzeTextLongRunningOperations(override val uid: String) extends CognitiveServicesBaseNoHandler(uid)
with HasAPIVersion
with BasicAsyncReply
with ModifiableAsyncReply
with HasCognitiveServiceInput
with HasInternalJsonOutputParser
with HasSetLocation
Expand All @@ -79,7 +81,6 @@ class AnalyzeTextLongRunningOperations(override val uid: String) extends Cogniti
with HandleEntityLinking
with HandleEntityRecognition
with HandleCustomEntityRecognition
with ModifiableAsyncReply
with HandleCustomLabelClassification {
logClass(FeatureNames.AiServices.Language)

Expand Down

0 comments on commit 5d54d9c

Please sign in to comment.