ContentFilterCitedDetectionResult Class

Definition

Represents the outcome of a detection operation against protected resources as performed by content filtering.

public class ContentFilterCitedDetectionResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.OpenAI.ContentFilterCitedDetectionResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.OpenAI.ContentFilterCitedDetectionResult>
type ContentFilterCitedDetectionResult = class
    interface IJsonModel<ContentFilterCitedDetectionResult>
    interface IPersistableModel<ContentFilterCitedDetectionResult>
Public Class ContentFilterCitedDetectionResult
Implements IJsonModel(Of ContentFilterCitedDetectionResult), IPersistableModel(Of ContentFilterCitedDetectionResult)
Inheritance
ContentFilterCitedDetectionResult
Implements

Properties

Detected

A value indicating whether detection occurred, irrespective of severity or whether the content was filtered.

Filtered

A value indicating whether or not the content has been filtered.

License

The license description associated with the detection.

Url

The internet location associated with the detection.

Explicit Interface Implementations

IJsonModel<ContentFilterCitedDetectionResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ContentFilterCitedDetectionResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContentFilterCitedDetectionResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContentFilterCitedDetectionResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ContentFilterCitedDetectionResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to