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
def cloud_storage_result() -> ::Google::Cloud::Speech::V2::CloudStorageResult- (::Google::Cloud::Speech::V2::CloudStorageResult) — Recognition results written to Cloud Storage. This is populated only when GcsOutputConfig is set in the [RecognitionOutputConfig][[google.cloud.speech.v2.RecognitionOutputConfig].
Note: The following fields are mutually exclusive:
cloud_storage_result,inline_result. If a field in that set is populated, all other fields in the set will automatically be cleared.
#cloud_storage_result=
def cloud_storage_result=(value) -> ::Google::Cloud::Speech::V2::CloudStorageResult- value (::Google::Cloud::Speech::V2::CloudStorageResult) — Recognition results written to Cloud Storage. This is populated only when GcsOutputConfig is set in the [RecognitionOutputConfig][[google.cloud.speech.v2.RecognitionOutputConfig].
Note: The following fields are mutually exclusive:
cloud_storage_result,inline_result. If a field in that set is populated, all other fields in the set will automatically be cleared.
- (::Google::Cloud::Speech::V2::CloudStorageResult) — Recognition results written to Cloud Storage. This is populated only when GcsOutputConfig is set in the [RecognitionOutputConfig][[google.cloud.speech.v2.RecognitionOutputConfig].
Note: The following fields are mutually exclusive:
cloud_storage_result,inline_result. If a field in that set is populated, all other fields in the set will automatically be cleared.
#error
def error() -> ::Google::Rpc::Status- (::Google::Rpc::Status) — Error if one was encountered.
#error=
def error=(value) -> ::Google::Rpc::Status- value (::Google::Rpc::Status) — Error if one was encountered.
- (::Google::Rpc::Status) — Error if one was encountered.
#inline_result
def inline_result() -> ::Google::Cloud::Speech::V2::InlineResult- (::Google::Cloud::Speech::V2::InlineResult) — Recognition results. This is populated only when InlineOutputConfig is set in the [RecognitionOutputConfig][[google.cloud.speech.v2.RecognitionOutputConfig].
Note: The following fields are mutually exclusive:
inline_result,cloud_storage_result. If a field in that set is populated, all other fields in the set will automatically be cleared.
#inline_result=
def inline_result=(value) -> ::Google::Cloud::Speech::V2::InlineResult- value (::Google::Cloud::Speech::V2::InlineResult) — Recognition results. This is populated only when InlineOutputConfig is set in the [RecognitionOutputConfig][[google.cloud.speech.v2.RecognitionOutputConfig].
Note: The following fields are mutually exclusive:
inline_result,cloud_storage_result. If a field in that set is populated, all other fields in the set will automatically be cleared.
- (::Google::Cloud::Speech::V2::InlineResult) — Recognition results. This is populated only when InlineOutputConfig is set in the [RecognitionOutputConfig][[google.cloud.speech.v2.RecognitionOutputConfig].
Note: The following fields are mutually exclusive:
inline_result,cloud_storage_result. If a field in that set is populated, all other fields in the set will automatically be cleared.
#metadata
def metadata() -> ::Google::Cloud::Speech::V2::RecognitionResponseMetadata#metadata=
def metadata=(value) -> ::Google::Cloud::Speech::V2::RecognitionResponseMetadata#transcript
def transcript() -> ::Google::Cloud::Speech::V2::BatchRecognizeResults- (::Google::Cloud::Speech::V2::BatchRecognizeResults) — Deprecated. Use
inline_result.transcriptinstead.
#transcript=
def transcript=(value) -> ::Google::Cloud::Speech::V2::BatchRecognizeResults- value (::Google::Cloud::Speech::V2::BatchRecognizeResults) — Deprecated. Use
inline_result.transcriptinstead.
- (::Google::Cloud::Speech::V2::BatchRecognizeResults) — Deprecated. Use
inline_result.transcriptinstead.
#uri
def uri() -> ::String- (::String) — Deprecated. Use
cloud_storage_result.native_format_uriinstead.
#uri=
def uri=(value) -> ::String- value (::String) — Deprecated. Use
cloud_storage_result.native_format_uriinstead.
- (::String) — Deprecated. Use
cloud_storage_result.native_format_uriinstead.