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

net.sf.okapi.proto.textunitflat.TextFragmentOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.47.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: TextUnitFlat.proto

package net.sf.okapi.proto.textunitflat;

public interface TextFragmentOrBuilder extends
    // @@protoc_insertion_point(interface_extends:TextFragment)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string text = 1;
   * @return The text.
   */
  java.lang.String getText();
  /**
   * string text = 1;
   * @return The bytes for text.
   */
  com.google.protobuf.ByteString
      getTextBytes();

  /**
   * repeated .Code codes = 2;
   */
  java.util.List 
      getCodesList();
  /**
   * repeated .Code codes = 2;
   */
  net.sf.okapi.proto.textunitflat.Code getCodes(int index);
  /**
   * repeated .Code codes = 2;
   */
  int getCodesCount();
  /**
   * repeated .Code codes = 2;
   */
  java.util.List 
      getCodesOrBuilderList();
  /**
   * repeated .Code codes = 2;
   */
  net.sf.okapi.proto.textunitflat.CodeOrBuilder getCodesOrBuilder(
      int index);

  /**
   * bool balanced = 3;
   * @return The balanced.
   */
  boolean getBalanced();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy