industryNaicsCodeOfAudio property
The industry vertical to which this speech recognition request most closely applies. This is most indicative of the topics contained in the audio. Use the 6-digit NAICS code to identify the industry vertical - see https://www.naics.com/search/.
Implementation
@$pb.TagNumber(3)
$core.int get industryNaicsCodeOfAudio => $_getIZ(1);
Implementation
@$pb.TagNumber(3)
set industryNaicsCodeOfAudio($core.int v) {
$_setUnsignedInt32(1, v);
}