Interface TextAnnotation.DetectedBreakOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getIsPrefix()
      True if break prepends the element.
      TextAnnotation.DetectedBreak.BreakType getType()
      Detected break type.
      int getTypeValue()
      Detected break type.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getTypeValue

        int getTypeValue()
         Detected break type.
         
        .google.cloud.vision.v1p4beta1.TextAnnotation.DetectedBreak.BreakType type = 1;
        Returns:
        The enum numeric value on the wire for type.
      • getIsPrefix

        boolean getIsPrefix()
         True if break prepends the element.
         
        bool is_prefix = 2;
        Returns:
        The isPrefix.