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

com.clarifai.grpc.api.RegionOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/clarifai/api/resources.proto

package com.clarifai.grpc.api;

public interface RegionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.Region)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * A unique id for the region.
   * 
* * string id = 1; * @return The id. */ java.lang.String getId(); /** *
   * A unique id for the region.
   * 
* * string id = 1; * @return The bytes for id. */ com.google.protobuf.ByteString getIdBytes(); /** *
   * The details about the location of the region.
   * 
* * .clarifai.api.RegionInfo region_info = 2; * @return Whether the regionInfo field is set. */ boolean hasRegionInfo(); /** *
   * The details about the location of the region.
   * 
* * .clarifai.api.RegionInfo region_info = 2; * @return The regionInfo. */ com.clarifai.grpc.api.RegionInfo getRegionInfo(); /** *
   * The details about the location of the region.
   * 
* * .clarifai.api.RegionInfo region_info = 2; */ com.clarifai.grpc.api.RegionInfoOrBuilder getRegionInfoOrBuilder(); /** *
   * A recursive definition of the data within the Region. For example, this will contain
   * data.concepts if the region also has annotations or predictions of concepts within it.
   * 
* * .clarifai.api.Data data = 3; * @return Whether the data field is set. */ boolean hasData(); /** *
   * A recursive definition of the data within the Region. For example, this will contain
   * data.concepts if the region also has annotations or predictions of concepts within it.
   * 
* * .clarifai.api.Data data = 3; * @return The data. */ com.clarifai.grpc.api.Data getData(); /** *
   * A recursive definition of the data within the Region. For example, this will contain
   * data.concepts if the region also has annotations or predictions of concepts within it.
   * 
* * .clarifai.api.Data data = 3; */ com.clarifai.grpc.api.DataOrBuilder getDataOrBuilder(); /** *
   * This is the confidence score of the overall Region.
   * 
* * float value = 4; * @return The value. */ float getValue(); /** *
   * For tracking algorithsm and annotations we tie regions together with this track id.
   * 
* * string track_id = 5; * @return The trackId. */ java.lang.String getTrackId(); /** *
   * For tracking algorithsm and annotations we tie regions together with this track id.
   * 
* * string track_id = 5; * @return The bytes for trackId. */ com.google.protobuf.ByteString getTrackIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy