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

com.google.cloud.vision.v1.CropHintOrBuilder 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 CropHintOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.cloud.vision.v1.CropHint)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The bounding polygon for the crop region. The coordinates of the bounding
   * box are in the original image's scale, as returned in `ImageParams`.
   * 
* * .google.cloud.vision.v1.BoundingPoly bounding_poly = 1; */ boolean hasBoundingPoly(); /** *
   * The bounding polygon for the crop region. The coordinates of the bounding
   * box are in the original image's scale, as returned in `ImageParams`.
   * 
* * .google.cloud.vision.v1.BoundingPoly bounding_poly = 1; */ com.google.cloud.vision.v1.BoundingPoly getBoundingPoly(); /** *
   * The bounding polygon for the crop region. The coordinates of the bounding
   * box are in the original image's scale, as returned in `ImageParams`.
   * 
* * .google.cloud.vision.v1.BoundingPoly bounding_poly = 1; */ com.google.cloud.vision.v1.BoundingPolyOrBuilder getBoundingPolyOrBuilder(); /** *
   * Confidence of this being a salient region.  Range [0, 1].
   * 
* * float confidence = 2; */ float getConfidence(); /** *
   * Fraction of importance of this salient region with respect to the original
   * image.
   * 
* * float importance_fraction = 3; */ float getImportanceFraction(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy