Cloud Speech-to-Text V2 API - Class Google::Cloud::Speech::V2::BatchRecognizeFileResult (v0.14.0)

Reference documentation and code samples for the Cloud Speech-to-Text V2 API class Google::Cloud::Speech::V2::BatchRecognizeFileResult.

Final results for a single file.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cloud_storage_result

defcloud_storage_result()->::Google::Cloud::Speech::V2::CloudStorageResult
Returns

#cloud_storage_result=

defcloud_storage_result=(value)->::Google::Cloud::Speech::V2::CloudStorageResult
Parameter
Returns

#error

deferror()->::Google::Rpc::Status
Returns

#error=

deferror=(value)->::Google::Rpc::Status
Parameter
Returns

#inline_result

definline_result()->::Google::Cloud::Speech::V2::InlineResult
Returns

#inline_result=

definline_result=(value)->::Google::Cloud::Speech::V2::InlineResult
Parameter
Returns

#metadata

defmetadata()->::Google::Cloud::Speech::V2::RecognitionResponseMetadata

#metadata=

defmetadata=(value)->::Google::Cloud::Speech::V2::RecognitionResponseMetadata

#transcript

deftranscript()->::Google::Cloud::Speech::V2::BatchRecognizeResults
Returns

#transcript=

deftranscript=(value)->::Google::Cloud::Speech::V2::BatchRecognizeResults
Parameter
Returns

#uri

defuri()->::String
Returns
  • (::String) — Deprecated. Use cloud_storage_result.native_format_uri instead.

#uri=

defuri=(value)->::String
Parameter
  • value (::String) — Deprecated. Use cloud_storage_result.native_format_uri instead.
Returns
  • (::String) — Deprecated. Use cloud_storage_result.native_format_uri instead.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.