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

com.clarifai.grpc.api.MaskOrBuilder 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 MaskOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.Mask)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The image of the mask in a non-raster format.
   * 
* * .clarifai.api.Image image = 2; * @return Whether the image field is set. */ boolean hasImage(); /** *
   * The image of the mask in a non-raster format.
   * 
* * .clarifai.api.Image image = 2; * @return The image. */ com.clarifai.grpc.api.Image getImage(); /** *
   * The image of the mask in a non-raster format.
   * 
* * .clarifai.api.Image image = 2; */ com.clarifai.grpc.api.ImageOrBuilder getImageOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy