CustomBlocklistConfig Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the source to which filter applies.
public class CustomBlocklistConfig : Microsoft.Azure.Management.CognitiveServices.Models.RaiBlocklistConfig
type CustomBlocklistConfig = class
inherit RaiBlocklistConfig
Public Class CustomBlocklistConfig
Inherits RaiBlocklistConfig
- Inheritance
Constructors
CustomBlocklistConfig() |
Initializes a new instance of the CustomBlocklistConfig class. |
CustomBlocklistConfig(String, Nullable<Boolean>, String) |
Initializes a new instance of the CustomBlocklistConfig class. |
Properties
Blocking |
Gets or sets if blocking would occur. (Inherited from RaiBlocklistConfig) |
BlocklistName |
Gets or sets name of ContentFilter. (Inherited from RaiBlocklistConfig) |
Source |
Gets or sets content source to apply the Content Filters. Possible values include: 'Prompt', 'Completion' |