c
com.microsoft.azure.synapse.ml.services.language
KeyPhraseExtractionResult
Companion object KeyPhraseExtractionResult
case class KeyPhraseExtractionResult(documents: Seq[KeyPhraseExtractionDocumentResult], errors: Option[Seq[ATError]], modelVersion: String, statistics: Option[RequestStatistics]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KeyPhraseExtractionResult
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new KeyPhraseExtractionResult(documents: Seq[KeyPhraseExtractionDocumentResult], errors: Option[Seq[ATError]], modelVersion: String, statistics: Option[RequestStatistics])