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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ScanPdfRequestStreamP.InfoPgetInfo().ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;ScanPdfRequestStreamP.InfoPOrBuildergetInfoOrBuilder().ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;TextFileChunkWithIndexPgetRawTextFileChunk().ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;TextFileChunkWithIndexPOrBuildergetRawTextFileChunkOrBuilder().ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;ScanPdfRequestStreamP.RequestCasegetRequestCase()booleanhasInfo().ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;booleanhasRawTextFileChunk().ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasInfoboolean hasInfo() .ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;- Returns:
- Whether the info field is set.
 
 - 
getInfoScanPdfRequestStreamP.InfoP getInfo() .ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;- Returns:
- The info.
 
 - 
getInfoOrBuilderScanPdfRequestStreamP.InfoPOrBuilder getInfoOrBuilder() .ironpdfengineproto.ScanPdfRequestStreamP.InfoP info = 1;
 - 
hasRawTextFileChunkboolean hasRawTextFileChunk() .ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;- Returns:
- Whether the rawTextFileChunk field is set.
 
 - 
getRawTextFileChunkTextFileChunkWithIndexP getRawTextFileChunk() .ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;- Returns:
- The rawTextFileChunk.
 
 - 
getRawTextFileChunkOrBuilderTextFileChunkWithIndexPOrBuilder getRawTextFileChunkOrBuilder() .ironpdfengineproto.TextFileChunkWithIndexP raw_text_file_chunk = 2;
 - 
getRequestCaseScanPdfRequestStreamP.RequestCase getRequestCase() 
 
- 
 
-