Share via


ContentFilterProtectedMaterialCitationResult Class

Definition

The AzureContentFilterResultForChoiceProtectedMaterialCodeCitation.

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

Properties

License

The name or identifier of the license associated with the detection.

Uri

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContentFilterProtectedMaterialCitationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContentFilterProtectedMaterialCitationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContentFilterProtectedMaterialCitationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContentFilterProtectedMaterialCitationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContentFilterProtectedMaterialCitationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to