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