Condividi tramite


ContractualRulesAttribution Class

Definition

[Newtonsoft.Json.JsonObject("ContractualRules/Attribution")]
public class ContractualRulesAttribution : Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.ContractualRulesContractualRule
[<Newtonsoft.Json.JsonObject("ContractualRules/Attribution")>]
type ContractualRulesAttribution = class
    inherit ContractualRulesContractualRule
Public Class ContractualRulesAttribution
Inherits ContractualRulesContractualRule
Inheritance
ContractualRulesAttribution
Derived
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

ContractualRulesAttribution()

Initializes a new instance of the ContractualRulesAttribution class.

ContractualRulesAttribution(String, Nullable<Boolean>)

Initializes a new instance of the ContractualRulesAttribution class.

Properties

MustBeCloseToContent

Gets a Boolean value that determines whether the contents of the rule must be placed in close proximity to the field that the rule applies to. If true, the contents must be placed in close proximity. If false, or this field does not exist, the contents may be placed at the caller's discretion.

TargetPropertyName

Gets the name of the field that the rule applies to.

(Inherited from ContractualRulesContractualRule)

Applies to