c
com.microsoft.azure.synapse.ml.services.language
LinkedEntityDocumentResult
Companion object LinkedEntityDocumentResult
case class LinkedEntityDocumentResult(detectedLanguage: Option[DetectedLanguage], id: String, entities: Seq[LinkedEntity], statistics: Option[DocumentStatistics], warnings: Seq[TAWarning]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LinkedEntityDocumentResult
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LinkedEntityDocumentResult(detectedLanguage: Option[DetectedLanguage], id: String, entities: Seq[LinkedEntity], statistics: Option[DocumentStatistics], warnings: Seq[TAWarning])
Value Members
- val detectedLanguage: Option[DetectedLanguage]
- val entities: Seq[LinkedEntity]
- val id: String
- val statistics: Option[DocumentStatistics]
- val warnings: Seq[TAWarning]