GoogleCloudVideointelligenceV1LabelDetectionConfig class

Config for LABEL_DETECTION.

Constructors

GoogleCloudVideointelligenceV1LabelDetectionConfig({double? frameConfidenceThreshold, String? labelDetectionMode, String? model, bool? stationaryCamera, double? videoConfidenceThreshold})
GoogleCloudVideointelligenceV1LabelDetectionConfig.fromJson(Map json_)

Properties

frameConfidenceThreshold double?
The confidence threshold we perform filtering on the labels from frame-level detection.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labelDetectionMode String?
What labels should be detected with LABEL_DETECTION, in addition to video-level labels or segment-level labels.
getter/setter pair
model String?
Model to use for label detection.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stationaryCamera bool?
Whether the video has been shot from a stationary (i.e., non-moving) camera.
getter/setter pair
videoConfidenceThreshold double?
The confidence threshold we perform filtering on the labels from video-level and shot-level detections.
getter/setter pair

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