kuhanaklobasa

Results 3 issues of kuhanaklobasa

**Is your feature request related to a problem? Please describe.** Yes, I wanted to customise timeouts but I didn't have a way so I wrote spaghetti code :=) **If your...

When trying to translate to English, the output is the same as the input (I got the text I entered in the same language)

All google-cloud-language samples that initialize an input Document class are missing the required field `type`. Example: https://cloud.google.com/python/docs/reference/language/latest/google.cloud.language_v2.services.language_service.LanguageServiceAsyncClient#google_cloud_language_v2_services_language_service_LanguageServiceAsyncClient_moderate_text Current: ```py # Initialize request argument(s) document = language_v2.Document() document.content = "content_value" ```...

type: docs
priority: p2
samples