GoogleCloudVideointelligenceV1p1beta1Track class
A track of an object instance.
Constructors
Properties
-
attributes
↔ List<
GoogleCloudVideointelligenceV1p1beta1DetectedAttribute> -
Optional. Attributes in the track level.
read / write
- confidence ↔ double
-
Optional. The confidence score of the tracked object.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- segment ↔ GoogleCloudVideointelligenceV1p1beta1VideoSegment
-
Video segment of a track.
read / write
-
timestampedObjects
↔ List<
GoogleCloudVideointelligenceV1p1beta1TimestampedObject> -
The object with timestamp and attributes per frame in the track.
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