ExposureProperties 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.
Properties describing exposure level of the image.
public class ExposureProperties : System.ClientModel.Primitives.IJsonModel<Azure.AI.Vision.Face.ExposureProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Vision.Face.ExposureProperties>
type ExposureProperties = class
interface IJsonModel<ExposureProperties>
interface IPersistableModel<ExposureProperties>
Public Class ExposureProperties
Implements IJsonModel(Of ExposureProperties), IPersistableModel(Of ExposureProperties)
- Inheritance
-
ExposureProperties
- Implements
Properties
ExposureLevel |
An enum value indicating level of exposure. |
Value |
A number indicating level of exposure level ranging from 0 to 1. [0, 0.25) is under exposure. [0.25, 0.75) is good exposure. [0.75, 1] is over exposure. |
Explicit Interface Implementations
IJsonModel<ExposureProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ExposureProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ExposureProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ExposureProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ExposureProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET