class Azure::CognitiveServices::ImageSearch::V1_0::Models::InsightsTag

Defines a characteristic of the content found in the image.

Attributes

name[RW]

@return [String] The name of the characteristic. For example, cat, kitty, calico cat.

Private Class Methods

mapper() click to toggle source

Mapper for InsightsTag class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/1.0/generated/azure_cognitiveservices_imagesearch/models/insights_tag.rb, line 24
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'InsightsTag',
    type: {
      name: 'Composite',
      class_name: 'InsightsTag',
      model_properties: {
        name: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'name',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end