Class: Google::Cloud::Speech::V2::BatchRecognizeResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::BatchRecognizeResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v2/cloud_speech.rb
Overview
Response message for BatchRecognize that is packaged into a longrunning Operation.
Defined Under Namespace
Classes: ResultsEntry
Instance Attribute Summary collapse
-
#results ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Speech::V2::BatchRecognizeFileResult}
Map from filename to the final result for that file.
-
#total_billed_duration ⇒ ::Google::Protobuf::Duration
When available, billed audio seconds for the corresponding request.
Instance Attribute Details
#results ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Speech::V2::BatchRecognizeFileResult}
Returns Map from filename to the final result for that file.
980 981 982 983 984 985 986 987 988 989 990 991 992 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 980 class BatchRecognizeResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Speech::V2::BatchRecognizeFileResult] class ResultsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#total_billed_duration ⇒ ::Google::Protobuf::Duration
Returns When available, billed audio seconds for the corresponding request.
980 981 982 983 984 985 986 987 988 989 990 991 992 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 980 class BatchRecognizeResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Speech::V2::BatchRecognizeFileResult] class ResultsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |