withLiveness method
Configure liveness check
Implementation
DocumentReaderConfig withLiveness(LivenessCustomConfig config) {
_liveness = config;
return this;
}
Configure liveness check
DocumentReaderConfig withLiveness(LivenessCustomConfig config) {
_liveness = config;
return this;
}