com.google.cloud.videointelligence.v1p3beta1.ExplicitContentFrameOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-video-intelligence-v1p3beta1 Show documentation
Show all versions of proto-google-cloud-video-intelligence-v1p3beta1 Show documentation
PROTO library for proto-google-cloud-video-intelligence-v1p3beta1
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/videointelligence/v1p3beta1/video_intelligence.proto
package com.google.cloud.videointelligence.v1p3beta1;
public interface ExplicitContentFrameOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.videointelligence.v1p3beta1.ExplicitContentFrame)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Time-offset, relative to the beginning of the video, corresponding to the
* video frame for this location.
*
*
* .google.protobuf.Duration time_offset = 1;
*/
boolean hasTimeOffset();
/**
*
*
*
* Time-offset, relative to the beginning of the video, corresponding to the
* video frame for this location.
*
*
* .google.protobuf.Duration time_offset = 1;
*/
com.google.protobuf.Duration getTimeOffset();
/**
*
*
*
* Time-offset, relative to the beginning of the video, corresponding to the
* video frame for this location.
*
*
* .google.protobuf.Duration time_offset = 1;
*/
com.google.protobuf.DurationOrBuilder getTimeOffsetOrBuilder();
/**
*
*
*
* Likelihood of the pornography content..
*
*
* .google.cloud.videointelligence.v1p3beta1.Likelihood pornography_likelihood = 2;
*/
int getPornographyLikelihoodValue();
/**
*
*
*
* Likelihood of the pornography content..
*
*
* .google.cloud.videointelligence.v1p3beta1.Likelihood pornography_likelihood = 2;
*/
com.google.cloud.videointelligence.v1p3beta1.Likelihood getPornographyLikelihood();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy