Cloud Video Intelligence V1beta2 Client - Class VideoSegment (1.12.16)

Reference documentation and code samples for the Cloud Video Intelligence V1beta2 Client class VideoSegment.

Video segment.

Generated from protobuf message google.cloud.videointelligence.v1beta2.VideoSegment

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ start_time_offset Google\Protobuf\Duration

Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).

↳ end_time_offset Google\Protobuf\Duration

Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).

getStartTimeOffset

Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).

Returns
TypeDescription
Google\Protobuf\Duration|null

hasStartTimeOffset

clearStartTimeOffset

setStartTimeOffset

Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).

Parameter
NameDescription
var Google\Protobuf\Duration
Returns
TypeDescription
$this

getEndTimeOffset

Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).

Returns
TypeDescription
Google\Protobuf\Duration|null

hasEndTimeOffset

clearEndTimeOffset

setEndTimeOffset

Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).

Parameter
NameDescription
var Google\Protobuf\Duration
Returns
TypeDescription
$this