GoogleCloudVideointelligenceV1p1beta1TimestampedObject class
For tracking related features. An object at time_offset with attributes, and located with normalized_bounding_box.
Constructors
Properties
-
attributes
↔ List<
GoogleCloudVideointelligenceV1p1beta1DetectedAttribute> -
Optional. The attributes of the object in the bounding box.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
landmarks
↔ List<
GoogleCloudVideointelligenceV1p1beta1DetectedLandmark> -
Optional. The detected landmarks.
read / write
- normalizedBoundingBox ↔ GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox
-
Normalized Bounding box in a frame, where the object is located.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- timeOffset ↔ String
-
Time-offset, relative to the beginning of the video, corresponding to the
video frame for this object.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited