Reference documentation and code samples for the Cloud Video Intelligence V1beta2 Client class ExplicitContentFrame.
Video frame level annotation results for explicit content.
Generated from protobuf message google.cloud.videointelligence.v1beta2.ExplicitContentFrame
Namespace
Google \ Cloud \ VideoIntelligence \ V1beta2Methods
__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. |
↳ pornography_likelihood |
int
Likelihood of the pornography content.. |
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 |
getPornographyLikelihood
Likelihood of the pornography content..
Generated from protobuf field .google.cloud.videointelligence.v1beta2.Likelihood pornography_likelihood = 2;
Returns | |
---|---|
Type | Description |
int |
setPornographyLikelihood
Likelihood of the pornography content..
Generated from protobuf field .google.cloud.videointelligence.v1beta2.Likelihood pornography_likelihood = 2;
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |