generated/google/apis/speech_v1beta1/representations.rb in google-api-client-0.10.0 vs generated/google/apis/speech_v1beta1/representations.rb in google-api-client-0.10.1
- old
+ new
@@ -38,17 +38,17 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class Status
+ class SyncRecognizeResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class SyncRecognizeResponse
+ class Status
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -80,17 +80,17 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class AsyncRecognizeRequest
+ class RecognitionAudio
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class RecognitionAudio
+ class AsyncRecognizeRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -127,24 +127,24 @@
property :audio, as: 'audio', class: Google::Apis::SpeechV1beta1::RecognitionAudio, decorator: Google::Apis::SpeechV1beta1::RecognitionAudio::Representation
end
end
- class Status
+ class SyncRecognizeResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :message, as: 'message'
- collection :details, as: 'details'
- property :code, as: 'code'
+ collection :results, as: 'results', class: Google::Apis::SpeechV1beta1::SpeechRecognitionResult, decorator: Google::Apis::SpeechV1beta1::SpeechRecognitionResult::Representation
+
end
end
- class SyncRecognizeResponse
+ class Status
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- collection :results, as: 'results', class: Google::Apis::SpeechV1beta1::SpeechRecognitionResult, decorator: Google::Apis::SpeechV1beta1::SpeechRecognitionResult::Representation
-
+ property :message, as: 'message'
+ collection :details, as: 'details'
+ property :code, as: 'code'
end
end
class Empty
# @private
@@ -182,24 +182,24 @@
collection :alternatives, as: 'alternatives', class: Google::Apis::SpeechV1beta1::SpeechRecognitionAlternative, decorator: Google::Apis::SpeechV1beta1::SpeechRecognitionAlternative::Representation
end
end
- class AsyncRecognizeRequest
+ class RecognitionAudio
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :config, as: 'config', class: Google::Apis::SpeechV1beta1::RecognitionConfig, decorator: Google::Apis::SpeechV1beta1::RecognitionConfig::Representation
-
- property :audio, as: 'audio', class: Google::Apis::SpeechV1beta1::RecognitionAudio, decorator: Google::Apis::SpeechV1beta1::RecognitionAudio::Representation
-
+ property :uri, as: 'uri'
+ property :content, :base64 => true, as: 'content'
end
end
- class RecognitionAudio
+ class AsyncRecognizeRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :content, :base64 => true, as: 'content'
- property :uri, as: 'uri'
+ property :config, as: 'config', class: Google::Apis::SpeechV1beta1::RecognitionConfig, decorator: Google::Apis::SpeechV1beta1::RecognitionConfig::Representation
+
+ property :audio, as: 'audio', class: Google::Apis::SpeechV1beta1::RecognitionAudio, decorator: Google::Apis::SpeechV1beta1::RecognitionAudio::Representation
+
end
end
end
end
end