operation property
The operation that failed, e.g. "transcribe", "generate", "synthesize".
Implementation
@$pb.TagNumber(6)
$core.String get operation => $_getSZ(5);
Implementation
@$pb.TagNumber(6)
set operation($core.String value) => $_setString(5, value);