UploadEvaluationAudioRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Request message for EvaluationService.UploadEvaluationAudio.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Required. The resource name of the Evaluation for which to upload the evaluation audio. Format: projects/{project}/locations/{location}/apps/{app}/evaluations/{evaluation}
|
audio_content |
bytes
Required. The raw audio bytes. The format of the audio must be single-channel LINEAR16 with a sample rate of 16kHz (default InputAudioConfig). |
previous_audio_gcs_uri |
str
Optional. The Google Cloud Storage URI of the previously uploaded audio file to be deleted. Format: gs://
|