Class: Google::Apis::StreetviewpublishV1::NotOutdoorsFailureDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/streetviewpublish_v1/classes.rb,
lib/google/apis/streetviewpublish_v1/representations.rb,
lib/google/apis/streetviewpublish_v1/representations.rb

Overview

Details related to ProcessingFailureReason#NOT_OUTDOORS. If there are multiple indoor frames found, the first frame is recorded here.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ NotOutdoorsFailureDetails

Returns a new instance of NotOutdoorsFailureDetails.



496
497
498
# File 'lib/google/apis/streetviewpublish_v1/classes.rb', line 496

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#start_timeString

Relative time (from the start of the video stream) when an indoor frame was found. Corresponds to the JSON property startTime

Returns:

  • (String)


494
495
496
# File 'lib/google/apis/streetviewpublish_v1/classes.rb', line 494

def start_time
  @start_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



501
502
503
# File 'lib/google/apis/streetviewpublish_v1/classes.rb', line 501

def update!(**args)
  @start_time = args[:start_time] if args.key?(:start_time)
end