Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions api_names_out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286772,6 +286772,7 @@
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1AudioTranscriptionConfig/languageCodes": language_codes
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1AudioTranscriptionConfig/languageCodes/language_code": language_code
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1AudioTranscriptionConfig/languageHints": language_hints
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1AudioTranscriptionConfig/mode": mode
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1AudioTranscriptionConfig/wordTimestamp": word_timestamp
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageAuto": google_cloud_aiplatform_v1beta1_audio_transcription_config_language_auto
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageHints": google_cloud_aiplatform_v1beta1_audio_transcription_config_language_hints
Expand Down Expand Up @@ -287149,6 +287150,7 @@
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1Part/functionCall": function_call
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1Part/functionResponse": function_response
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1Part/inlineData": inline_data
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1Part/mediaProcessing": media_processing
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1Part/mediaResolution": media_resolution
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1Part/text": text
"/firebaseml:v2beta/GoogleCloudAiplatformV1beta1Part/thought": thought
Expand Down
4 changes: 4 additions & 0 deletions generated/google-apis-firebaseml_v2beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-firebaseml_v2beta

### v0.44.0 (2026-08-23)

* Regenerated from discovery document revision 20260816

### v0.43.0 (2026-08-16)

* Regenerated from discovery document revision 20260809
Expand Down
4 changes: 2 additions & 2 deletions generated/google-apis-firebaseml_v2beta/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
google-apis-firebaseml_v2beta (0.43.0)
google-apis-firebaseml_v2beta (0.44.0)
google-apis-core (>= 0.15.0, < 2.a)

GEM
Expand Down Expand Up @@ -106,7 +106,7 @@ CHECKSUMS
faraday-follow_redirects (0.5.0) sha256=5cde93c894b30943a5d2b93c2fe9284216a6b756f7af406a1e55f211d97d10ad
faraday-net_http (3.4.4) sha256=0e78af151747ed1b00f33e25973b4bc220d7f16c00c39676817c8b12331eb588
google-apis-core (1.2.1) sha256=3739030455277e3be90f2d07321ad4d0bf0d6b1ed820b2d092916d6cdef05337
google-apis-firebaseml_v2beta (0.43.0)
google-apis-firebaseml_v2beta (0.44.0)
google-cloud-env (2.3.1) sha256=0faac01eb27be78c2591d64433663b1a114f8f7af55a4f819755426cac9178e7
google-logging-utils (0.2.0) sha256=675462b4ea5affa825a3442694ca2d75d0069455a1d0956127207498fca3df7b
googleauth (1.17.1) sha256=0f7e6fc70e204cee1b2d71f1e1de2d3b349d432404197fe68ebf7fa23d0821b9
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,16 @@ class GoogleCloudAiplatformV1beta1AudioTranscriptionConfig
# @return [Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageHints]
attr_accessor :language_hints

# Optional. Configures transcription mode. Supported values: `VERBATIM`, `SMART`.
# If unspecified, defaults to `VERBATIM` transcription. In `SMART` mode, the
# model performs disfluency removal (eliminating filler words, repetitions, and
# false starts), light grammatical cleanup, automatic formatting (paragraphs,
# bullet points, numbered lists), and minor user edits (inline self-corrections).
# Timestamps and diarization are incompatible with mode `SMART`.
# Corresponds to the JSON property `mode`
# @return [String]
attr_accessor :mode

# Optional. Configures word-level timestamp generation.
# Corresponds to the JSON property `wordTimestamp`
# @return [Boolean]
Expand All @@ -240,6 +250,7 @@ def update!(**args)
@language_auto = args[:language_auto] if args.key?(:language_auto)
@language_codes = args[:language_codes] if args.key?(:language_codes)
@language_hints = args[:language_hints] if args.key?(:language_hints)
@mode = args[:mode] if args.key?(:mode)
@word_timestamp = args[:word_timestamp] if args.key?(:word_timestamp)
end
end
Expand Down Expand Up @@ -2962,6 +2973,13 @@ class GoogleCloudAiplatformV1beta1Part
# @return [Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1Blob]
attr_accessor :inline_data

# Optional. How the model processes this part's media for understanding. Only
# meaningful for video parts (`inline_data` or `file_data` with video mime). Non-
# video parts ignore this field.
# Corresponds to the JSON property `mediaProcessing`
# @return [String]
attr_accessor :media_processing

# per part media resolution. Media resolution for the input media.
# Corresponds to the JSON property `mediaResolution`
# @return [Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1PartMediaResolution]
Expand Down Expand Up @@ -3008,6 +3026,7 @@ def update!(**args)
@function_call = args[:function_call] if args.key?(:function_call)
@function_response = args[:function_response] if args.key?(:function_response)
@inline_data = args[:inline_data] if args.key?(:inline_data)
@media_processing = args[:media_processing] if args.key?(:media_processing)
@media_resolution = args[:media_resolution] if args.key?(:media_resolution)
@text = args[:text] if args.key?(:text)
@thought = args[:thought] if args.key?(:thought)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module FirebasemlV2beta
# Version of the google-apis-firebaseml_v2beta gem
GEM_VERSION = "0.43.0"
GEM_VERSION = "0.44.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.19.0"

# Revision of the discovery document this client was generated from
REVISION = "20260809"
REVISION = "20260816"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
collection :language_codes, as: 'languageCodes'
property :language_hints, as: 'languageHints', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageHints, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageHints::Representation

property :mode, as: 'mode'
property :word_timestamp, as: 'wordTimestamp'
end
end
Expand Down Expand Up @@ -1520,6 +1521,7 @@ class Representation < Google::Apis::Core::JsonRepresentation

property :inline_data, as: 'inlineData', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1Blob, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1Blob::Representation

property :media_processing, as: 'mediaProcessing'
property :media_resolution, as: 'mediaResolution', class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1PartMediaResolution, decorator: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1PartMediaResolution::Representation

property :text, as: 'text'
Expand Down
Loading