Class: Baidu::Aip::PostBase
Direct Known Subclasses
Face::Detect, Face::GroupCopyUser, Face::GroupDeleteUser, Face::GroupGetList, Face::GroupGetUsers, Face::Identify, Face::Match, Face::MultiIdentify, Face::UserAdd, Face::UserDelete, Face::UserGet, Face::UserUpdate, Face::Verify, ImageAudit::AntiPorn, ImageAudit::AntiPornGif, ImageAudit::AntiTerror, ImageAudit::Combination, ImageAudit::Face, ImageAudit::UserDefined, ImageRecognition::Animal, ImageRecognition::Car, ImageRecognition::Dish, ImageRecognition::Logo, ImageRecognition::LogoAdd, ImageRecognition::LogoDelete, ImageRecognition::Object, ImageRecognition::Plant, ImageSearch::Product, ImageSearch::ProductAdd, ImageSearch::ProductDelete, ImageSearch::Same, ImageSearch::SameAdd, ImageSearch::SameDelete, ImageSearch::Similar, ImageSearch::SimilarAdd, ImageSearch::SimilarDelete, KnowledgeGraph::TaskCreate, KnowledgeGraph::TaskInfo, KnowledgeGraph::TaskQuery, KnowledgeGraph::TaskStart, KnowledgeGraph::TaskStatus, KnowledgeGraph::TaskUpdate, Nlp::CommentTag, Nlp::DepParser, Nlp::DnnlmCn, Nlp::Keyword, Nlp::Lexer, Nlp::LexerCustom, Nlp::SentimentClassify, Nlp::Simnet, Nlp::WordEmbedding, Nlp::WordSimEmbedding, Ocr::Accurate, Ocr::AccurateBasic, Ocr::Bankcard, Ocr::BusinessLicense, Ocr::Custom, Ocr::DrivingLicense, Ocr::FormRecognize, Ocr::FormResultGet, Ocr::General, Ocr::GeneralBasic, Ocr::GeneralEnhanced, Ocr::Idcard, Ocr::LicensePlate, Ocr::Receipt, Ocr::VehicleLicense, Ocr::WebImage
Constant Summary
Constants inherited from Base
Constants included from Constants
Constants::FACE_DETECT, Constants::FACE_GROUP_COPY_USER, Constants::FACE_GROUP_DELETE_USER, Constants::FACE_GROUP_GET_LIST, Constants::FACE_GROUP_GET_USERS, Constants::FACE_IDENTIFY, Constants::FACE_MATCH, Constants::FACE_MULTI_IDENTIFY, Constants::FACE_USER_ADD, Constants::FACE_USER_DELETE, Constants::FACE_USER_GET, Constants::FACE_USER_UPDATE, Constants::FACE_VERIFY, Constants::IMAGE_AUDIT_ANTI_PORN, Constants::IMAGE_AUDIT_ANTI_PORN_GIF, Constants::IMAGE_AUDIT_ANTI_TERROR, Constants::IMAGE_AUDIT_COMBINATION, Constants::IMAGE_AUDIT_FACE, Constants::IMAGE_AUDIT_USER_DEFINED, Constants::IMAGE_RECOGNITION_ANIMAL, Constants::IMAGE_RECOGNITION_CAR, Constants::IMAGE_RECOGNITION_DISH, Constants::IMAGE_RECOGNITION_LOGO, Constants::IMAGE_RECOGNITION_LOGO_ADD, Constants::IMAGE_RECOGNITION_LOGO_DELETE, Constants::IMAGE_RECOGNITION_OBJECT, Constants::IMAGE_RECOGNITION_PLANT, Constants::IMAGE_SEARCH_PRODUCT, Constants::IMAGE_SEARCH_PRODUCT_ADD, Constants::IMAGE_SEARCH_PRODUCT_DELETE, Constants::IMAGE_SEARCH_SAME, Constants::IMAGE_SEARCH_SAME_ADD, Constants::IMAGE_SEARCH_SAME_DELETE, Constants::IMAGE_SEARCH_SIMILAR, Constants::IMAGE_SEARCH_SIMILAR_ADD, Constants::IMAGE_SEARCH_SIMILAR_DELETE, Constants::KNOWLEDGE_GRAPH_TASK_CREATE, Constants::KNOWLEDGE_GRAPH_TASK_INFO, Constants::KNOWLEDGE_GRAPH_TASK_QUERY, Constants::KNOWLEDGE_GRAPH_TASK_START, Constants::KNOWLEDGE_GRAPH_TASK_STATUS, Constants::KNOWLEDGE_GRAPH_TASK_UPDATE, Constants::NLP_COMMENT_TAG, Constants::NLP_DEP_PARSER, Constants::NLP_DNNLM_CN, Constants::NLP_KEYWORD, Constants::NLP_LEXER, Constants::NLP_LEXER_CUSTOM, Constants::NLP_SENTIMENT_CLASSIFY, Constants::NLP_SIMNET, Constants::NLP_WORD_EMBEDDING, Constants::NLP_WORD_SIM_EMBEDDING, Constants::OCR_ACCURATE, Constants::OCR_ACCURATE_BASIC, Constants::OCR_BANKCARD, Constants::OCR_BUSINESS_LICENSE, Constants::OCR_CUSTOM, Constants::OCR_DRIVING_LICENSE, Constants::OCR_FORM_RECOGNIZE, Constants::OCR_FORM_RESULT_GET, Constants::OCR_GENERAL, Constants::OCR_GENERAL_BASIC, Constants::OCR_GENERAL_ENHANCED, Constants::OCR_IDCARD, Constants::OCR_LICENSE_PLATE, Constants::OCR_RECEIPT, Constants::OCR_VEHICLE_LICENSE, Constants::OCR_WEB_IMAGE
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ PostBase
constructor
A new instance of PostBase.
- #post_params ⇒ Object
Methods inherited from Base
#get_params, #get_token, #headers, #process, #service_url
Constructor Details
#initialize(options = {}) ⇒ PostBase
Returns a new instance of PostBase.
6 7 8 |
# File 'lib/baidu/aip/post_base.rb', line 6 def initialize( = {}) @options = end |
Instance Method Details
#post_params ⇒ Object
10 11 12 |
# File 'lib/baidu/aip/post_base.rb', line 10 def post_params @options end |