Cloud Video Intelligence V1beta2 Client - Class LabelFrame (1.15.3)

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

Video frame level annotation results for label detection.

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

Namespace

Google \ Cloud \ VideoIntelligence \ V1beta2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ time_offset Google\Protobuf\Duration

Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.

↳ confidence float

Confidence that the label is accurate. Range: [0, 1].

getTimeOffset

Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.

Returns
Type Description
Google\Protobuf\Duration|null

hasTimeOffset

clearTimeOffset

setTimeOffset

Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.

Parameter
Name Description
var Google\Protobuf\Duration
Returns
Type Description
$this

getConfidence

Confidence that the label is accurate. Range: [0, 1].

Returns
Type Description
float

setConfidence

Confidence that the label is accurate. Range: [0, 1].

Parameter
Name Description
var float
Returns
Type Description
$this