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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScanPdfRequestStreamP.InfoP
getInfo()
.ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;
ScanPdfRequestStreamP.InfoPOrBuilder
getInfoOrBuilder()
.ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;
TextFileChunkWithIndexP
getRawTextFileChunk()
.ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;
TextFileChunkWithIndexPOrBuilder
getRawTextFileChunkOrBuilder()
.ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;
ScanPdfRequestStreamP.RequestCase
getRequestCase()
boolean
hasInfo()
.ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;
boolean
hasRawTextFileChunk()
.ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInfo
boolean hasInfo()
.ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;
- Returns:
- Whether the info field is set.
-
getInfo
ScanPdfRequestStreamP.InfoP getInfo()
.ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;
- Returns:
- The info.
-
getInfoOrBuilder
ScanPdfRequestStreamP.InfoPOrBuilder getInfoOrBuilder()
.ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;
-
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;
-
getRequestCase
ScanPdfRequestStreamP.RequestCase getRequestCase()
-
-