Class: Google::Cloud::VisionAI::V1::IngestAssetRequest::Config

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/visionai/v1/warehouse.rb

Overview

Configuration for the data.

Defined Under Namespace

Classes: VideoType

Instance Attribute Summary collapse

Instance Attribute Details

#asset::String

Returns Required. The resource name of the asset that the ingested data belongs to.

Returns:

  • (::String)

    Required. The resource name of the asset that the ingested data belongs to.



2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2537

class Config
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Type information for video data.
  # @!attribute [rw] container_format
  #   @return [::Google::Cloud::VisionAI::V1::IngestAssetRequest::Config::VideoType::ContainerFormat]
  #     Container format of the video data.
  class VideoType
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Container format of the video.
    module ContainerFormat
      # The default type, not supposed to be used.
      CONTAINER_FORMAT_UNSPECIFIED = 0

      # Mp4 container format.
      CONTAINER_FORMAT_MP4 = 1
    end
  end
end

#video_type::Google::Cloud::VisionAI::V1::IngestAssetRequest::Config::VideoType

Returns Type information for video data.

Returns:



2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2537

class Config
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Type information for video data.
  # @!attribute [rw] container_format
  #   @return [::Google::Cloud::VisionAI::V1::IngestAssetRequest::Config::VideoType::ContainerFormat]
  #     Container format of the video data.
  class VideoType
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods

    # Container format of the video.
    module ContainerFormat
      # The default type, not supposed to be used.
      CONTAINER_FORMAT_UNSPECIFIED = 0

      # Mp4 container format.
      CONTAINER_FORMAT_MP4 = 1
    end
  end
end