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

com.google.cloud.vision.v1.SafeSearchAnnotationOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.47.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/vision/v1/image_annotator.proto

package com.google.cloud.vision.v1;

public interface SafeSearchAnnotationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.cloud.vision.v1.SafeSearchAnnotation)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Represents the adult content likelihood for the image. Adult content may
   * contain elements such as nudity, pornographic images or cartoons, or
   * sexual activities.
   * 
* * .google.cloud.vision.v1.Likelihood adult = 1; */ int getAdultValue(); /** *
   * Represents the adult content likelihood for the image. Adult content may
   * contain elements such as nudity, pornographic images or cartoons, or
   * sexual activities.
   * 
* * .google.cloud.vision.v1.Likelihood adult = 1; */ com.google.cloud.vision.v1.Likelihood getAdult(); /** *
   * Spoof likelihood. The likelihood that an modification
   * was made to the image's canonical version to make it appear
   * funny or offensive.
   * 
* * .google.cloud.vision.v1.Likelihood spoof = 2; */ int getSpoofValue(); /** *
   * Spoof likelihood. The likelihood that an modification
   * was made to the image's canonical version to make it appear
   * funny or offensive.
   * 
* * .google.cloud.vision.v1.Likelihood spoof = 2; */ com.google.cloud.vision.v1.Likelihood getSpoof(); /** *
   * Likelihood that this is a medical image.
   * 
* * .google.cloud.vision.v1.Likelihood medical = 3; */ int getMedicalValue(); /** *
   * Likelihood that this is a medical image.
   * 
* * .google.cloud.vision.v1.Likelihood medical = 3; */ com.google.cloud.vision.v1.Likelihood getMedical(); /** *
   * Likelihood that this image contains violent content.
   * 
* * .google.cloud.vision.v1.Likelihood violence = 4; */ int getViolenceValue(); /** *
   * Likelihood that this image contains violent content.
   * 
* * .google.cloud.vision.v1.Likelihood violence = 4; */ com.google.cloud.vision.v1.Likelihood getViolence(); /** *
   * Likelihood that the request image contains racy content. Racy content may
   * include (but is not limited to) skimpy or sheer clothing, strategically
   * covered nudity, lewd or provocative poses, or close-ups of sensitive
   * body areas.
   * 
* * .google.cloud.vision.v1.Likelihood racy = 9; */ int getRacyValue(); /** *
   * Likelihood that the request image contains racy content. Racy content may
   * include (but is not limited to) skimpy or sheer clothing, strategically
   * covered nudity, lewd or provocative poses, or close-ups of sensitive
   * body areas.
   * 
* * .google.cloud.vision.v1.Likelihood racy = 9; */ com.google.cloud.vision.v1.Likelihood getRacy(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy