Class: Google::Cloud::Video::Transcoder::V1beta1::Overlay::NormalizedCoordinate

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb

Overview

2D normalized coordinates. Default: {0.0, 0.0}

Instance Attribute Summary collapse

Instance Attribute Details

#x::Float



403
404
405
406
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 403

class NormalizedCoordinate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#y::Float



403
404
405
406
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 403

class NormalizedCoordinate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end