proto.com.cognite.client.dto.AnnotationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdf-sdk-java Show documentation
Show all versions of cdf-sdk-java Show documentation
Java SDK for reading and writing from/to CDF resources.
// 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 extends com.google.protobuf.StructOrBuilder>
getEntitiesOrBuilderList();
/**
* repeated .google.protobuf.Struct entities = 4;
*/
com.google.protobuf.StructOrBuilder getEntitiesOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy