Class: Google::Cloud::Videointelligence::V1::WordInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Videointelligence::V1::WordInfo
- Defined in:
- lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb
Overview
Word-specific information for recognized words. Word information is only
included in the response when certain request parameters are set, such
as enable_word_time_offsets.
Instance Attribute Summary collapse
-
#confidence ⇒ Float
Output only.
-
#end_time ⇒ Google::Protobuf::Duration
Time offset relative to the beginning of the audio, and corresponding to the end of the spoken word.
-
#speaker_tag ⇒ Integer
Output only.
-
#start_time ⇒ Google::Protobuf::Duration
Time offset relative to the beginning of the audio, and corresponding to the start of the spoken word.
-
#word ⇒ String
The word corresponding to this set of information.
Instance Attribute Details
#confidence ⇒ Float
477 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 477 class WordInfo; end |
#end_time ⇒ Google::Protobuf::Duration
477 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 477 class WordInfo; end |
#speaker_tag ⇒ Integer
477 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 477 class WordInfo; end |
#start_time ⇒ Google::Protobuf::Duration
477 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 477 class WordInfo; end |
#word ⇒ String
477 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 477 class WordInfo; end |