VideoFace¶
-
class
oci.ai_vision.models.
VideoFace
(**kwargs)¶ Bases:
object
Detected face in a video.
Methods
__init__
(**kwargs)Initializes a new VideoFace object with values from keyword arguments. Attributes
segments
[Required] Gets the segments of this VideoFace. -
__init__
(**kwargs)¶ Initializes a new VideoFace object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: segments (list[oci.ai_vision.models.VideoFaceSegment]) – The value to assign to the segments property of this VideoFace.
-
segments
¶ [Required] Gets the segments of this VideoFace. Face segments in a video.
Returns: The segments of this VideoFace. Return type: list[oci.ai_vision.models.VideoFaceSegment]
-