c
com.microsoft.azure.synapse.ml.services.language
KeyPhraseExtractionDocumentResult
Companion object KeyPhraseExtractionDocumentResult
case class KeyPhraseExtractionDocumentResult(id: String, keyPhrases: Seq[String], statistics: Option[DocumentStatistics], warnings: Seq[TAWarning]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KeyPhraseExtractionDocumentResult
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All