All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.videointelligence.v1p3beta1.ExplicitContentFrameOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.144.0
Show newest version
// 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