GoogleCloudVideointelligenceV1FaceDetectionConfig class
Config for FACE_DETECTION.
Constructors
- GoogleCloudVideointelligenceV1FaceDetectionConfig({bool? includeAttributes, bool? includeBoundingBoxes, String? model})
- GoogleCloudVideointelligenceV1FaceDetectionConfig.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- includeAttributes ↔ bool?
-
Whether to enable face attributes detection, such as glasses,
dark_glasses, mouth_open etc.
getter/setter pair
- includeBoundingBoxes ↔ bool?
-
Whether bounding boxes are included in the face annotation output.
getter/setter pair
- model ↔ String?
-
Model to use for face 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