withInstructions method

DocumentReaderConfig withInstructions(
  1. InstructionsConfig config
)

Configure instructions

Implementation

DocumentReaderConfig withInstructions(InstructionsConfig config) {
  _instructions = config;
  return this;
}