Click or drag to resize

FaceLocation Class

Location of the face.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3FaceLocation

Namespace:  IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class FaceLocation

The FaceLocation type exposes the following members.

Constructors
  NameDescription
Public methodFaceLocation
Initializes a new instance of the FaceLocation class
Top
Properties
  NameDescription
Public propertyheight
The face location height.
Public propertyleft
The face location left.
Public propertytop
The face location top.
Public propertywidth
The face location width.
Top
See Also