org.tensorflow.metadata.v0.HiddenRegionOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow_metadata/proto/v0/anomalies.proto
// Protobuf Java Version: 3.25.4
package org.tensorflow.metadata.v0;
public interface HiddenRegionOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.HiddenRegion)
com.google.protobuf.MessageOrBuilder {
/**
*
* Starting lines in the two artifacts.
*
*
* optional int32 left_start = 1;
* @return Whether the leftStart field is set.
*/
boolean hasLeftStart();
/**
*
* Starting lines in the two artifacts.
*
*
* optional int32 left_start = 1;
* @return The leftStart.
*/
int getLeftStart();
/**
* optional int32 right_start = 2;
* @return Whether the rightStart field is set.
*/
boolean hasRightStart();
/**
* optional int32 right_start = 2;
* @return The rightStart.
*/
int getRightStart();
/**
*
* Size of the region in terms of lines.
*
*
* optional int32 size = 3;
* @return Whether the size field is set.
*/
boolean hasSize();
/**
*
* Size of the region in terms of lines.
*
*
* optional int32 size = 3;
* @return The size.
*/
int getSize();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy