Interface GoogleApiTranslateDetectionListResponse

Index

Properties

Properties

public data: { detections: { language: string; confidence: number; }[][]; }

public data.detections: Array<{ language: string; confidence: number; }[]>