gcsOutputConfig property
If this message is populated, recognition results are written to the provided Google Cloud Storage URI.
Implementation
@$pb.TagNumber(1)
GcsOutputConfig get gcsOutputConfig => $_getN(0);
Implementation
@$pb.TagNumber(1)
set gcsOutputConfig(GcsOutputConfig v) {
setField(1, v);
}