Interface ScanPdfRequestStreamPOrBuilder

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

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

      • hasInfo

        boolean hasInfo()
        .ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;
        Returns:
        Whether the info field is set.
      • hasRawTextFileChunk

        boolean hasRawTextFileChunk()
        .ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;
        Returns:
        Whether the rawTextFileChunk field is set.
      • getRawTextFileChunk

        TextFileChunkWithIndexP getRawTextFileChunk()
        .ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;
        Returns:
        The rawTextFileChunk.
      • getRawTextFileChunkOrBuilder

        TextFileChunkWithIndexPOrBuilder getRawTextFileChunkOrBuilder()
        .ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;