Docs.rs
  • ru-openai-0.1.3
    • ru-openai 0.1.3
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • jimmyseraph
    • Dependencies
      • futures ^0.3.26 normal
      • mime ^0.3.16 normal
      • reqwest ^0.11 normal
      • reqwest-eventsource ^0.4.0 normal
      • serde ^1.0.147 normal
      • serde_derive ^1.0.147 normal
      • serde_json ^1.0.88 normal
      • tokio ^1 normal
      • tokio-stream ^0.1.14 normal
      • tracing ^0.1.37 normal
      • tracing-test ^0.2.3 normal
      • url ^2.3.1 normal
      • dotenv ^0.15.0 dev
    • Versions
    • 29.23% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

ru_openai0.1.3

CreateTranslationResponse

Aliased Type

Variants

  • Json
  • Srt
  • Text
  • VerboseJson
  • Vtt

In ru_openai::api

ru_openai::api

Type Alias CreateTranslationResponse

Source
pub type CreateTranslationResponse = CreateTranscriptionResponse;

Aliased Type§

pub enum CreateTranslationResponse {
    Text(CreateTranscriptionResponseText),
    Json(CreateTranscriptionResponseJson),
    Srt(CreateTranscriptionResponseSrt),
    VerboseJson(CreateTranscriptionResponseVerboseJson),
    Vtt(CreateTranscriptionResponseVtt),
}

Variants§

§

Text(CreateTranscriptionResponseText)

§

Json(CreateTranscriptionResponseJson)

§

Srt(CreateTranscriptionResponseSrt)

§

VerboseJson(CreateTranscriptionResponseVerboseJson)

§

Vtt(CreateTranscriptionResponseVtt)