LivenessOutputsTarget 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.
The liveness classification for target face.
public class LivenessOutputsTarget : System.ClientModel.Primitives.IJsonModel<Azure.AI.Vision.Face.LivenessOutputsTarget>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Vision.Face.LivenessOutputsTarget>
type LivenessOutputsTarget = class
interface IJsonModel<LivenessOutputsTarget>
interface IPersistableModel<LivenessOutputsTarget>
Public Class LivenessOutputsTarget
Implements IJsonModel(Of LivenessOutputsTarget), IPersistableModel(Of LivenessOutputsTarget)
- Inheritance
-
LivenessOutputsTarget
- Implements
Properties
FaceRectangle |
The face region where the liveness classification was made on. |
FileName |
The file name which contains the face rectangle where the liveness classification was made on. |
ImageType |
The image type which contains the face rectangle where the liveness classification was made on. |
TimeOffsetWithinFile |
The time offset within the file of the frame which contains the face rectangle where the liveness classification was made on. |
Explicit Interface Implementations
IJsonModel<LivenessOutputsTarget>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<LivenessOutputsTarget>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<LivenessOutputsTarget>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<LivenessOutputsTarget>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<LivenessOutputsTarget>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET