Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::UploadEvaluationAudioResponse.
Response message for EvaluationService.UploadEvaluationAudio.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#audio_gcs_uri
def audio_gcs_uri() -> ::String
Returns
-
(::String) — The Google Cloud Storage URI where the uploaded audio file is stored.
Format:
gs://<bucket-name>/<object-name>
#audio_gcs_uri=
def audio_gcs_uri=(value) -> ::String
Parameter
-
value (::String) — The Google Cloud Storage URI where the uploaded audio file is stored.
Format:
gs://<bucket-name>/<object-name>
Returns
-
(::String) — The Google Cloud Storage URI where the uploaded audio file is stored.
Format:
gs://<bucket-name>/<object-name>
#duration
def duration() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — The duration of the audio.
#duration=
def duration=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — The duration of the audio.
Returns
- (::Google::Protobuf::Duration) — The duration of the audio.
#transcript
def transcript() -> ::String
Returns
- (::String) — The transcript of the audio, generated by Cloud Speech-to-Text.
#transcript=
def transcript=(value) -> ::String
Parameter
- value (::String) — The transcript of the audio, generated by Cloud Speech-to-Text.
Returns
- (::String) — The transcript of the audio, generated by Cloud Speech-to-Text.