GoogleCloudVideointelligenceV1PersonDetectionConfig class

Config for PERSON_DETECTION.

Constructors

GoogleCloudVideointelligenceV1PersonDetectionConfig({bool? includeAttributes, bool? includeBoundingBoxes, bool? includePoseLandmarks})
GoogleCloudVideointelligenceV1PersonDetectionConfig.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
includeAttributes bool?
Whether to enable person attributes detection, such as cloth color (black, blue, etc), type (coat, dress, etc), pattern (plain, floral, etc), hair, etc.
getter/setter pair
includeBoundingBoxes bool?
Whether bounding boxes are included in the person detection annotation output.
getter/setter pair
includePoseLandmarks bool?
Whether to enable pose landmarks detection.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited