com.clarifai.grpc.api.KeypointInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/resources.proto
package com.clarifai.grpc.api;
public interface KeypointInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.KeypointInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Names of the keypoints
*
*
* repeated string keypoint_names = 1;
* @return A list containing the keypointNames.
*/
java.util.List
getKeypointNamesList();
/**
*
* Names of the keypoints
*
*
* repeated string keypoint_names = 1;
* @return The count of keypointNames.
*/
int getKeypointNamesCount();
/**
*
* Names of the keypoints
*
*
* repeated string keypoint_names = 1;
* @param index The index of the element to return.
* @return The keypointNames at the given index.
*/
java.lang.String getKeypointNames(int index);
/**
*
* Names of the keypoints
*
*
* repeated string keypoint_names = 1;
* @param index The index of the value to return.
* @return The bytes of the keypointNames at the given index.
*/
com.google.protobuf.ByteString
getKeypointNamesBytes(int index);
/**
*
* Defines the connections between keypoint_names. Each value represents the index in keypoint_names.
*
*
* repeated .clarifai.api.KeypointEdge skeleton = 2;
*/
java.util.List
getSkeletonList();
/**
*
* Defines the connections between keypoint_names. Each value represents the index in keypoint_names.
*
*
* repeated .clarifai.api.KeypointEdge skeleton = 2;
*/
com.clarifai.grpc.api.KeypointEdge getSkeleton(int index);
/**
*
* Defines the connections between keypoint_names. Each value represents the index in keypoint_names.
*
*
* repeated .clarifai.api.KeypointEdge skeleton = 2;
*/
int getSkeletonCount();
/**
*
* Defines the connections between keypoint_names. Each value represents the index in keypoint_names.
*
*
* repeated .clarifai.api.KeypointEdge skeleton = 2;
*/
java.util.List extends com.clarifai.grpc.api.KeypointEdgeOrBuilder>
getSkeletonOrBuilderList();
/**
*
* Defines the connections between keypoint_names. Each value represents the index in keypoint_names.
*
*
* repeated .clarifai.api.KeypointEdge skeleton = 2;
*/
com.clarifai.grpc.api.KeypointEdgeOrBuilder getSkeletonOrBuilder(
int index);
}