Class: Relevanced::MultiGetTextSimilarity_args
- Inherits:
-
Object
- Object
- Relevanced::MultiGetTextSimilarity_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen-rb/relevanced.rb
Constant Summary collapse
- CENTROIDIDS =
1- TEXT =
2- FIELDS =
{ CENTROIDIDS => {:type => ::Thrift::Types::LIST, :name => 'centroidIds', :element => {:type => ::Thrift::Types::STRING}}, TEXT => {:type => ::Thrift::Types::STRING, :name => 'text'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
682 |
# File 'lib/gen-rb/relevanced.rb', line 682 def struct_fields; FIELDS; end |
#validate ⇒ Object
684 685 |
# File 'lib/gen-rb/relevanced.rb', line 684 def validate end |