VideoStreamFeature¶
-
class
oci.ai_vision.models.
VideoStreamFeature
(**kwargs)¶ Bases:
object
Details about a stream video feature request.
Attributes
FEATURE_TYPE_FACE_DETECTION
A constant which can be used with the feature_type property of a VideoStreamFeature. FEATURE_TYPE_OBJECT_DETECTION
A constant which can be used with the feature_type property of a VideoStreamFeature. FEATURE_TYPE_OBJECT_TRACKING
A constant which can be used with the feature_type property of a VideoStreamFeature. feature_type
[Required] Gets the feature_type of this VideoStreamFeature. Methods
__init__
(**kwargs)Initializes a new VideoStreamFeature object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
FEATURE_TYPE_FACE_DETECTION
= 'FACE_DETECTION'¶ A constant which can be used with the feature_type property of a VideoStreamFeature. This constant has a value of “FACE_DETECTION”
-
FEATURE_TYPE_OBJECT_DETECTION
= 'OBJECT_DETECTION'¶ A constant which can be used with the feature_type property of a VideoStreamFeature. This constant has a value of “OBJECT_DETECTION”
-
FEATURE_TYPE_OBJECT_TRACKING
= 'OBJECT_TRACKING'¶ A constant which can be used with the feature_type property of a VideoStreamFeature. This constant has a value of “OBJECT_TRACKING”
-
__init__
(**kwargs)¶ Initializes a new VideoStreamFeature object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: feature_type (str) – The value to assign to the feature_type property of this VideoStreamFeature. Allowed values for this property are: “OBJECT_TRACKING”, “FACE_DETECTION”, “OBJECT_DETECTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
feature_type
¶ [Required] Gets the feature_type of this VideoStreamFeature. The feature of video analysis. Allowed values are: - OBJECT_TRACKING: Object tracking feature(OT). - FACE_DETECTION: Face detection feature(FD). - OBJECT_DETECTION: Object detection feature(OD)
Allowed values for this property are: “OBJECT_TRACKING”, “FACE_DETECTION”, “OBJECT_DETECTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The feature_type of this VideoStreamFeature. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-