remoteServiceType property
The remote service type for remote model.
Output only. Possible string values are:
- "REMOTE_SERVICE_TYPE_UNSPECIFIED" : Unspecified remote service type.
- "CLOUD_AI_TRANSLATE_V3" : V3 Cloud AI Translation API. See more details at Cloud Translation API.
- "CLOUD_AI_VISION_V1" : V1 Cloud AI Vision API See more details at Cloud Vision API.
- "CLOUD_AI_NATURAL_LANGUAGE_V1" : V1 Cloud AI Natural Language API. See more details at [REST Resource: documents](https://cloud.google.com/natural-language/docs/reference/rest/v1/documents).
- "CLOUD_AI_SPEECH_TO_TEXT_V2" : V2 Speech-to-Text API. See more details at [Google Cloud Speech-to-Text V2 API](https://cloud.google.com/speech-to-text/v2/docs)
Implementation
core.String? remoteServiceType;