Class GuardrailsResults
  The results of applying each guardrail.
    Inheritance
    
    GuardrailsResults
   
  
  
  Assembly: OCI.DotNetSDK.Generativeaiinference.dll
  Syntax
  
    public class GuardrailsResults
   
  Properties
  
  ContentModeration
  
  
  Declaration
  
    [JsonProperty(PropertyName = "contentModeration")]
public ContentModerationResult ContentModeration { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    [JsonProperty(PropertyName = "personallyIdentifiableInformation")]
public List<PersonallyIdentifiableInformationResult> PersonallyIdentifiableInformation { get; set; }
   
  Property Value
  
  
  PromptInjection
  
  
  Declaration
  
    [JsonProperty(PropertyName = "promptInjection")]
public PromptInjectionProtectionResult PromptInjection { get; set; }
   
  Property Value