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

proto.com.cognite.client.dto.AnnotationOrBuilder Maven / Gradle / Ivy

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

package com.cognite.client.dto;

public interface AnnotationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.Annotation)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string text = 1;
   * @return Whether the text field is set.
   */
  boolean hasText();
  /**
   * optional string text = 1;
   * @return The text.
   */
  java.lang.String getText();
  /**
   * optional string text = 1;
   * @return The bytes for text.
   */
  com.google.protobuf.ByteString
      getTextBytes();

  /**
   * optional double confidence = 2;
   * @return Whether the confidence field is set.
   */
  boolean hasConfidence();
  /**
   * optional double confidence = 2;
   * @return The confidence.
   */
  double getConfidence();

  /**
   * .com.cognite.beam.proto.Annotation.Region region = 3;
   * @return Whether the region field is set.
   */
  boolean hasRegion();
  /**
   * .com.cognite.beam.proto.Annotation.Region region = 3;
   * @return The region.
   */
  com.cognite.client.dto.Annotation.Region getRegion();
  /**
   * .com.cognite.beam.proto.Annotation.Region region = 3;
   */
  com.cognite.client.dto.Annotation.RegionOrBuilder getRegionOrBuilder();

  /**
   * repeated .google.protobuf.Struct entities = 4;
   */
  java.util.List 
      getEntitiesList();
  /**
   * repeated .google.protobuf.Struct entities = 4;
   */
  com.google.protobuf.Struct getEntities(int index);
  /**
   * repeated .google.protobuf.Struct entities = 4;
   */
  int getEntitiesCount();
  /**
   * repeated .google.protobuf.Struct entities = 4;
   */
  java.util.List 
      getEntitiesOrBuilderList();
  /**
   * repeated .google.protobuf.Struct entities = 4;
   */
  com.google.protobuf.StructOrBuilder getEntitiesOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy