Interface AnnotationOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Annotation, Annotation.Builder

    public interface AnnotationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasBoundingBox

        boolean hasBoundingBox()
        .com.cognite.beam.proto.BoundingBox boundingBox = 1;
        Returns:
        Whether the boundingBox field is set.
      • getBoundingBox

        BoundingBox getBoundingBox()
        .com.cognite.beam.proto.BoundingBox boundingBox = 1;
        Returns:
        The boundingBox.
      • getBoundingBoxOrBuilder

        BoundingBoxOrBuilder getBoundingBoxOrBuilder()
        .com.cognite.beam.proto.BoundingBox boundingBox = 1;
      • hasText

        boolean hasText()
        .google.protobuf.StringValue text = 2;
        Returns:
        Whether the text field is set.
      • getText

        StringValue getText()
        .google.protobuf.StringValue text = 2;
        Returns:
        The text.
      • getEntitiesList

        List<Struct> getEntitiesList()
        repeated .google.protobuf.Struct entities = 3;
      • getEntities

        Struct getEntities​(int index)
        repeated .google.protobuf.Struct entities = 3;
      • getEntitiesCount

        int getEntitiesCount()
        repeated .google.protobuf.Struct entities = 3;
      • getEntitiesOrBuilderList

        List<? extends StructOrBuilder> getEntitiesOrBuilderList()
        repeated .google.protobuf.Struct entities = 3;
      • getEntitiesOrBuilder

        StructOrBuilder getEntitiesOrBuilder​(int index)
        repeated .google.protobuf.Struct entities = 3;
      • hasConfidence

        boolean hasConfidence()
        .google.protobuf.DoubleValue confidence = 4;
        Returns:
        Whether the confidence field is set.
      • getConfidence

        DoubleValue getConfidence()
        .google.protobuf.DoubleValue confidence = 4;
        Returns:
        The confidence.
      • getConfidenceOrBuilder

        DoubleValueOrBuilder getConfidenceOrBuilder()
        .google.protobuf.DoubleValue confidence = 4;
      • hasType

        boolean hasType()
        .google.protobuf.StringValue type = 5;
        Returns:
        Whether the type field is set.
      • getType

        StringValue getType()
        .google.protobuf.StringValue type = 5;
        Returns:
        The type.