OcclusionProperties 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 occlusions on a given face.
public class OcclusionProperties : System.ClientModel.Primitives.IJsonModel<Azure.AI.Vision.Face.OcclusionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Vision.Face.OcclusionProperties>
type OcclusionProperties = class
interface IJsonModel<OcclusionProperties>
interface IPersistableModel<OcclusionProperties>
Public Class OcclusionProperties
Implements IJsonModel(Of OcclusionProperties), IPersistableModel(Of OcclusionProperties)
- Inheritance
-
OcclusionProperties
- Implements
Properties
EyeOccluded |
A boolean value indicating whether eyes are occluded. |
ForeheadOccluded |
A boolean value indicating whether forehead is occluded. |
MouthOccluded |
A boolean value indicating whether the mouth is occluded. |
Explicit Interface Implementations
IJsonModel<OcclusionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<OcclusionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<OcclusionProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<OcclusionProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<OcclusionProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET