Class: Azure::TextAnalytics::Profiles::Latest::ModelClasses
- Inherits:
-
Object
- Object
- Azure::TextAnalytics::Profiles::Latest::ModelClasses
- Defined in:
- lib/profiles/latest/modules/textanalytics_profile_module.rb
Instance Method Summary collapse
- #batch_input ⇒ Object
- #detected_language ⇒ Object
- #entities_batch_result_item_v2dot1 ⇒ Object
- #entities_batch_result_v2dot1 ⇒ Object
- #entity_record_v2dot1 ⇒ Object
- #error_record ⇒ Object
- #error_response ⇒ Object
- #input ⇒ Object
- #internal_error ⇒ Object
- #key_phrase_batch_result ⇒ Object
- #key_phrase_batch_result_item ⇒ Object
- #language_batch_result ⇒ Object
- #language_batch_result_item ⇒ Object
- #match_record_v2dot1 ⇒ Object
- #multi_language_batch_input ⇒ Object
- #multi_language_input ⇒ Object
- #sentiment_batch_result ⇒ Object
- #sentiment_batch_result_item ⇒ Object
Instance Method Details
#batch_input ⇒ Object
101 102 103 |
# File 'lib/profiles/latest/modules/textanalytics_profile_module.rb', line 101 def batch_input Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::BatchInput end |
#detected_language ⇒ Object
74 75 76 |
# File 'lib/profiles/latest/modules/textanalytics_profile_module.rb', line 74 def detected_language Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::DetectedLanguage end |
#entities_batch_result_item_v2dot1 ⇒ Object
116 117 118 |
# File 'lib/profiles/latest/modules/textanalytics_profile_module.rb', line 116 def entities_batch_result_item_v2dot1 Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::EntitiesBatchResultItemV2dot1 end |
#entities_batch_result_v2dot1 ⇒ Object
122 123 124 |
# File 'lib/profiles/latest/modules/textanalytics_profile_module.rb', line 122 def entities_batch_result_v2dot1 Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::EntitiesBatchResultV2dot1 end |
#entity_record_v2dot1 ⇒ Object
110 111 112 |
# File 'lib/profiles/latest/modules/textanalytics_profile_module.rb', line 110 def entity_record_v2dot1 Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::EntityRecordV2dot1 end |
#error_record ⇒ Object
107 108 109 |
# File 'lib/profiles/latest/modules/textanalytics_profile_module.rb', line 107 def error_record Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::ErrorRecord end |
#error_response ⇒ Object
95 96 97 |
# File 'lib/profiles/latest/modules/textanalytics_profile_module.rb', line 95 def error_response Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::ErrorResponse end |
#input ⇒ Object
113 114 115 |
# File 'lib/profiles/latest/modules/textanalytics_profile_module.rb', line 113 def input Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::Input end |
#internal_error ⇒ Object
119 120 121 |
# File 'lib/profiles/latest/modules/textanalytics_profile_module.rb', line 119 def internal_error Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::InternalError end |
#key_phrase_batch_result ⇒ Object
89 90 91 |
# File 'lib/profiles/latest/modules/textanalytics_profile_module.rb', line 89 def key_phrase_batch_result Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::KeyPhraseBatchResult end |
#key_phrase_batch_result_item ⇒ Object
83 84 85 |
# File 'lib/profiles/latest/modules/textanalytics_profile_module.rb', line 83 def key_phrase_batch_result_item Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::KeyPhraseBatchResultItem end |
#language_batch_result ⇒ Object
86 87 88 |
# File 'lib/profiles/latest/modules/textanalytics_profile_module.rb', line 86 def language_batch_result Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::LanguageBatchResult end |
#language_batch_result_item ⇒ Object
80 81 82 |
# File 'lib/profiles/latest/modules/textanalytics_profile_module.rb', line 80 def language_batch_result_item Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::LanguageBatchResultItem end |
#match_record_v2dot1 ⇒ Object
104 105 106 |
# File 'lib/profiles/latest/modules/textanalytics_profile_module.rb', line 104 def match_record_v2dot1 Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::MatchRecordV2dot1 end |
#multi_language_batch_input ⇒ Object
125 126 127 |
# File 'lib/profiles/latest/modules/textanalytics_profile_module.rb', line 125 def multi_language_batch_input Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::MultiLanguageBatchInput end |
#multi_language_input ⇒ Object
77 78 79 |
# File 'lib/profiles/latest/modules/textanalytics_profile_module.rb', line 77 def multi_language_input Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::MultiLanguageInput end |
#sentiment_batch_result ⇒ Object
98 99 100 |
# File 'lib/profiles/latest/modules/textanalytics_profile_module.rb', line 98 def sentiment_batch_result Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::SentimentBatchResult end |
#sentiment_batch_result_item ⇒ Object
92 93 94 |
# File 'lib/profiles/latest/modules/textanalytics_profile_module.rb', line 92 def sentiment_batch_result_item Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::SentimentBatchResultItem end |