public sealed class ArtiRecognitionRequestPublic NotInheritable Class ArtiRecognitionRequestpublic ref class ArtiRecognitionRequest sealed[<SealedAttribute>]
type ArtiRecognitionRequest = class end| ArtiRecognitionRequest | Запрос на распознавание текста из файла изображения. |
| FileType | Тип файла. |
| Model | Идентификатор модели. Один из возвращаемых маршрутом /models. |
| Name | Имя файла. |
| Prompt | Вопрос к модели. |
| Temperature |
Позволяет управлять креативностью ответа LLM. Допустимые значения [0.0;2.0]. Можно установить это свойство или TopP, но не оба сразу. |
| TopP |
Позволяет управлять креативностью ответа LLM. Допустимые значения [0.0;1.0]. Можно установить это свойство или Temperature, но не оба сразу. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |