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

org.tensorflow.metadata.v0.OneSideRegionOrBuilder 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 OneSideRegionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.OneSideRegion)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Starting line.
   * 
* * optional int32 start = 1; * @return Whether the start field is set. */ boolean hasStart(); /** *
   * Starting line.
   * 
* * optional int32 start = 1; * @return The start. */ int getStart(); /** *
   * Contents.
   * 
* * repeated string contents = 2; * @return A list containing the contents. */ java.util.List getContentsList(); /** *
   * Contents.
   * 
* * repeated string contents = 2; * @return The count of contents. */ int getContentsCount(); /** *
   * Contents.
   * 
* * repeated string contents = 2; * @param index The index of the element to return. * @return The contents at the given index. */ java.lang.String getContents(int index); /** *
   * Contents.
   * 
* * repeated string contents = 2; * @param index The index of the value to return. * @return The bytes of the contents at the given index. */ com.google.protobuf.ByteString getContentsBytes(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy