NluEnrichmentRelations
public struct NluEnrichmentRelations : Codable, Equatable
An object specifying the relations enrichment and related parameters.
-
For use with
natural_language_understandingenrichments only. The enrichement model to use with relationship extraction. May be a custom model provided by Watson Knowledge Studio, the default public model isen-news.Declaration
Swift
public var model: String? -
Initialize a
NluEnrichmentRelationswith member variables.Declaration
Swift
public init( model: String? = nil )Parameters
modelFor use with
natural_language_understandingenrichments only. The enrichement model to use with relationship extraction. May be a custom model provided by Watson Knowledge Studio, the default public model isen-news.Return Value
An initialized
NluEnrichmentRelations.
View on GitHub
NluEnrichmentRelations Structure Reference