Struct ytr::DetectResponse[][src]

pub struct DetectResponse {
    pub lang: String,
}

Response from detect API method.

Fields

Detected language code.

Trait Implementations

impl Debug for DetectResponse
[src]

Formats the value using the given formatter. Read more

impl ApiResponse for DetectResponse
[src]

Auto Trait Implementations