NluEnrichmentRelations

public struct NluEnrichmentRelations : Codable, Equatable

An object specifying the relations enrichment and related parameters.

  • For use with natural_language_understanding enrichments 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 NluEnrichmentRelations with member variables.

    Declaration

    Swift

    public init(
        model: String? = nil
    )

    Parameters

    model

    For use with natural_language_understanding enrichments 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.