API Reference
Class
ContentSignalPolicy
Parsed Content-Signal policy.
Inheritance
- Object
- ContentSignalPolicy
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property AgentReadinessAnalysis.ContentSignals
- Property AgentReadinessInfo.ContentSignals
Constructors
public ContentSignalPolicy() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Search { get; set; } #Search permission value.
public String AiInput { get; set; } #AI input permission value.
public String AiTrain { get; set; } #AI training permission value.
public String RawValue { get; set; } #Raw header or directive value.
public String Source { get; set; } #Source where the policy was found.