SegmentTypeInfo class

Information about the type of a segment requested in a call to StartSegmentDetection. An array of SegmentTypeInfo objects is returned by the response from GetSegmentDetection.

Constructors

SegmentTypeInfo({String? modelVersion, SegmentType? type})
SegmentTypeInfo.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
modelVersion String?
The version of the model used to detect segments.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type SegmentType?
The type of a segment (technical cue or shot detection).
final

Methods

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

Operators

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