VideoSegment
class VideoSegment extends Message
Video segment.
Protobuf type Google\Cloud\Videointelligence\V1beta1\VideoSegment
Methods
No description
Start offset in microseconds (inclusive). Unset means 0.
Start offset in microseconds (inclusive). Unset means 0.
End offset in microseconds (inclusive). Unset means 0.
End offset in microseconds (inclusive). Unset means 0.
Details
at line 31
__construct()
at line 42
int|string
getStartTimeOffset()
Start offset in microseconds (inclusive). Unset means 0.
Generated from protobuf field int64 start_time_offset = 1;
at line 53
setStartTimeOffset(int|string $var)
Start offset in microseconds (inclusive). Unset means 0.
Generated from protobuf field int64 start_time_offset = 1;
at line 65
int|string
getEndTimeOffset()
End offset in microseconds (inclusive). Unset means 0.
Generated from protobuf field int64 end_time_offset = 2;
at line 76
setEndTimeOffset(int|string $var)
End offset in microseconds (inclusive). Unset means 0.
Generated from protobuf field int64 end_time_offset = 2;